Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2004-10-15 15:41 VZ, revision 29878

ReadChar() is called GetChar() in fact

2004-10-15 15:29 ABX, revision 29877

Quiet cooperation between MSW and wxGL.

2004-10-15 15:05 ABX, revision 29876

DMC fix.

2004-10-15 14:35 VS, revision 29875

quick fix for misgenerated console samples' Makefile.in

2004-10-15 14:10 VS, revision 29874

regenerated

2004-10-15 13:09 VZ, revision 29873

VC++ warning fixes for /Wp64

2004-10-15 08:13 ABX, revision 29872

Fix for platforms where 64-bit value support is not implemented in switch/case statements.

2004-10-15 07:50 RL, revision 29871

For autoconf/unix builds update the hardcoded afm dir too.

2004-10-15 07:25 RL, revision 29870

Bump copyright date and indicate debug builds too in 'easter egg' dialog.

2004-10-15 06:45 JJ, revision 29869

Committing in . Added some type casts to silence the compiler on OpenVMS Modified Files: wxWidgets/src/common/db.cpp ----------------------------------------------------------------------

2004-10-15 06:12 SC, revision 29868

removed IsShown guards, allowing now for manipulation of hidden toolbars

2004-10-15 03:06 DE, revision 29867

Allow the wxMenu to be owned by the NSMenu so that it can be returned from methods which Cocoa calls when a menu is to be popped up.

2004-10-15 02:55 DE, revision 29866

Allow the dealloc message to be caught

2004-10-15 01:39 DE, revision 29865

Use wxObjcAutoRefFromAlloc for sm_cocoaTarget. Move some processing code from wxMenuItemAction to CocoaItemSelected. Add Cocoa_validateMenuItem and use it instead of calling IsEnabled directly. Do not set the target or action for wxMenuItem that open submenus.

2004-10-15 01:13 RD, revision 29864

Adapt to new file naming scheme, new Installer structures, and other build tweaks.

2004-10-15 01:02 RD, revision 29863

Restructured for new style RPMs, etc. Can build all the RPMs from a single .spec file, by using --define parameters.

2004-10-15 00:56 RD, revision 29862

be cmd.exe compatible

2004-10-15 00:55 RD, revision 29861

Don't make the metadata xml file anymore

2004-10-15 00:54 RD, revision 29860

* Don't reset LC_NUMERIC if on Python 2.4 * Always save the tstate

2004-10-15 00:51 RD, revision 29859

wxRect --> wx.Rect

2004-10-15 00:47 RD, revision 29858

workarounds for old versions of distutils

2004-10-15 00:46 RD, revision 29857

put back the code to add the 3rd digit in the extraPath

2004-10-15 00:34 VZ, revision 29856

use wxFileSize_t instead of wxFileOffset or off_t

2004-10-15 00:23 VZ, revision 29855

fixed wxFileSize_t definition under Unix

2004-10-15 00:22 VZ, revision 29854

made Tell/Seek/Length() return wxFileSize_t as well