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-06-07 18:30 VZ, revision 34578

use InsertMenuItem() for more native support of bitmaps in menu items when available (fixes bug 1211907)

2005-06-07 18:29 VZ, revision 34577

define wxUSE_UNICODE before including wx/chkconf.h which uses it

2005-06-07 18:28 VZ, revision 34576

support not-quite-owner-drawn mode when we draw only the bitmap and the system takes care of the rest

2005-06-07 18:24 VZ, revision 34575

don't create (and leak) wxLogStderr in wxEntryReal(), we now create wxLogBuffer in DoCommonPreInit()

2005-06-07 16:55 VZ, revision 34574

wxGetWinVersion() must be exported from base DLL, not core

2005-06-07 16:45 VZ, revision 34573

forgot to export wxGetWinVersion() from DLL

2005-06-07 16:21 ABX, revision 34572

wxPalmOS build fix.

2005-06-07 13:29 VZ, revision 34571

added wxGetWinVersion()

2005-06-07 12:52 ABX, revision 34570

Missing include.

2005-06-07 12:28 VZ, revision 34569

silently ignore wxUSE_UNICODE_MSLU in non-Unicode builds (see also rev 1.106 of wx/chkconf.h)

2005-06-07 12:19 VZ, revision 34568

added tests of more URLs in URITestCase::URLCompat()

2005-06-07 12:17 VZ, revision 34567

fix for fixing of escape sequences (patch 1213416)

2005-06-07 12:11 ABX, revision 34566

Missing include.

2005-06-07 12:10 VZ, revision 34565

use pragma warning push/pop under MSVC instead of enabling temporarily disabled warnings unconditionally (patch 1207689)

2005-06-07 12:06 VZ, revision 34564

use stderr in wxMessageOutputBest::Printf() even under Windows if it's available (patch 1216159)

2005-06-07 12:05 VZ, revision 34563

don't do anything in wxLogBuffer::Flush() if there are no messages (patch 1216159)

2005-06-07 10:08 ABX, revision 34562

Missing include.

2005-06-07 03:56 SC, revision 34561

support mac on little endian systems

2005-06-07 03:32 SC, revision 34560

support mac on little endian systems

2005-06-07 03:25 SC, revision 34559

support mac on little endian systems

2005-06-06 23:38 VZ, revision 34558

generate an error message when a module initialization fails, otherwise it's impossible to know why the program failed to start up

2005-06-06 23:36 VZ, revision 34557

use wxLogBuffer to ensure that we don't lose error messages during initialization; only switch to wxLogGui when it's really safe to use it

2005-06-06 23:35 VZ, revision 34556

added wxLogBuffer which collects all log messages in a string buffer

2005-06-06 23:34 VZ, revision 34555

added wxMessageOutputBest which tries to show the message to the user in the best possible way

2005-06-06 22:05 VZ, revision 34554

don't crash if FormatMessage() fails in wxSysErrorMsg()