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

2008-09-25 15:34 RD, revision 55865

Revert last change

2008-09-25 15:27 VZ, revision 55864

fix parsing of IP literals in URIs, added test for it

2008-09-25 14:08 VZ, revision 55863

introduced more convenient and readable URI_ASSERT_XXX_EQUAL() macros

2008-09-25 14:07 FM, revision 55862

small changes to fix doxygen warnings

2008-09-25 14:03 FM, revision 55861

more revisions of f*h headers

2008-09-25 14:00 VZ, revision 55860

removed hardcoded size of 66 bytes of PRINTDLG struct for mingw32, this breaks printing under Win64; a couple of minor style fixes but no real changes otherwise

2008-09-25 13:39 FM, revision 55859

fix many doxygen warnings; added wxMotif section in platdetails (at the very least to fix warnings about missing page_port_wxmotif section) with its logo

2008-09-25 09:56 FM, revision 55857

small build fixes for PCH-less builds

2008-09-25 09:50 SC, revision 55856

optimization by Tim Kosse/Filezilla

2008-09-25 06:37 SC, revision 55852

avoiding crash for pure modifier events

2008-09-25 05:00 RD, revision 55851

More changes needed to fix problems resulting from unnecessary wxCursor changes :-(

2008-09-25 01:53 RD, revision 55850

Install kbdstate.h and mousestate.h

2008-09-25 00:02 KO, revision 55849

Get wxMediaCtrl stub impl. going for OS X Cocoa.

2008-09-25 00:01 KO, revision 55848

Remove some wxCocoa stuff that isn't in OS X Cocoa.

2008-09-24 23:53 KO, revision 55847

#ifdef Carbon-specific code to get stubbed DND support compiling for OS X Cocoa.

2008-09-24 23:46 RD, revision 55846

Fix OpenGL test on OSX

2008-09-24 23:44 RD, revision 55845

Unicode-related compile fixes

2008-09-24 23:43 RD, revision 55844

Ignore the DECLARE_*()'s when swigging

2008-09-24 23:41 RD, revision 55843

Fix wxStockCursor realted compile error

2008-09-24 23:29 FM, revision 55842

ifacecheck fixes to c*.h headers

2008-09-24 22:10 FM, revision 55841

made internal members of wxColourData public again; added a comment warning users to not use them directly

2008-09-24 21:58 FM, revision 55840

make m_strDefaultValueForCmp always non-empty; this simplifies the code; fix wxMethod::GetAsString() not to use wxType::GetAsCleanString for return type

2008-09-24 20:51 VZ, revision 55839

still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_2_8 is 1 because it was defined (even if as just 0) in 2.8

2008-09-24 20:21 FM, revision 55838

fix build errors deriving from making wxColourData members private

2008-09-24 19:40 FM, revision 55837

use wxStockCursor (as documented and as already implemented in wxMotif) instead of a plain 'int'