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):

2005-03-14 21:52 MBN, revision 32828

Blind fix for VC6 compilation when wxUSE_STL == 1.

2005-03-14 20:40 VZ, revision 32827

disable debug report for now

2005-03-14 20:00 ABX, revision 32826

'Dummy' warning fixes (might be used uninitialized).

2005-03-14 19:52 ABX, revision 32825

Unicode fix.

2005-03-14 19:13 JS, revision 32824

Updated symbols

2005-03-14 17:15 JS, revision 32823

Frames have Ctrl+Q accelerator set automatically, as per the PocketPC guidelines Documented issues in manual under wxWinCE topic. wxDEFAULT_DIALOG_STYLES rationalised so we can make use of styles such as wxCLOSE_BOX in future (OK button on titlebar) Added Set/GetAffirmativeId and DoOK so that titlebar OK button can be customised

2005-03-14 17:10 JS, revision 32822

Don't call Layout

2005-03-14 17:09 ROL, revision 32821

README scrolling fix fix for Mac (opts inside try/except)

2005-03-14 17:09 RD, revision 32820

If the parents are nothing but a panel and a frame then MSWGetBgBrushForChild will still return NULL. Fallback to a solid background colour in this case.

2005-03-14 16:37 JS, revision 32819

More PocketPC adaptations

2005-03-14 16:05 VZ, revision 32818

made GetDataDir() return the directory where the program is installed under MSW

2005-03-14 14:50 JS, revision 32817

Define Ctrl+Q accelerator on PocketPC for quitting the application, as per guidelines

2005-03-14 14:41 GT, revision 32816

Added support (barely tested) for MaxDB from MySQL Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets

2005-03-14 14:40 GT, revision 32815

Fixed unicode builds that were not on MSW Added dbmsFutureX to the database enumerations to allow for adding support for new databases between releases of wxWidgets

2005-03-14 14:38 KH, revision 32814

Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ]

2005-03-14 13:31 DS, revision 32813

refactored scrollbar creation code to use CreateControl, MSWCreateControl, and MSWGetStyle: fixes default colour inheriting from parent and allows the scrollbar to be hidden initially (with 2-step creation)

2005-03-14 10:19 ABX, revision 32812

Incomplete setup build fix (wxPalmOS).

2005-03-14 09:08 CE, revision 32811

fix bug which was trashing gifs

2005-03-14 04:47 DE, revision 32810

Make wxCocoa compile on Tiger.

2005-03-14 03:33 RN, revision 32809

"test" for testing a [fixed] proxy crash (from last commit)

2005-03-14 02:15 DE, revision 32808

Dammit, try it again this time actually removing it instead of adding it again (forgot to give patch the -R).

2005-03-14 02:12 DE, revision 32807

Reverted 1.32. This breaks my Tiger builds which is part of the reason I reverted the last incarnation of this in the first place!!!

2005-03-14 01:45 DE, revision 32806

Rebaked (changes to proper WXMAC/NOTWXMAC handling from the other day)

2005-03-14 01:42 DE, revision 32805

Update to include recent acinclude.m4 changes. Yes, they aren't any longer used by configure but they're still in acinclude.m4 so now they're here too.

2005-03-14 01:24 MW, revision 32804

The DLL version of Watcom's C runtime doesn't have fileno, but the static version does