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-11-01 13:35 MW, revision 36053

Regenerate configure

2005-11-01 13:32 MW, revision 36052

Modify wxString::operator<<(wxLongLong_t) to avoid warnings from mingw

2005-11-01 13:30 MW, revision 36051

Include $cross_root/include in header search when cross compiling

2005-11-01 01:43 KH, revision 36050

Fixed description with number of ways to use timer class, updated note about main thread to remove obscure "NB" which may not be well understood and removed confusing word "currently"

2005-10-31 22:22 MW, revision 36049

Add some files to 'make dist' for wxCocoa

2005-10-31 20:27 MW, revision 36048

Modify wxString::operator<<(wxLongLong_t) to avoid warnings from mingw

2005-10-31 20:21 MW, revision 36047

Include $cross_root/include in header search when cross compiling

2005-10-31 20:14 VZ, revision 36046

using newlines in AC_CONFIG_COMMANDS() first argument breaks config.status under cygwin, so don't do it

2005-10-31 19:59 VZ, revision 36045

disable PCH under cygwin, it doesn't work even with the very latest cygwin gcc

2005-10-31 19:35 VZ, revision 36044

#undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it

2005-10-31 17:14 ABX, revision 36043

wxMGL revitalised with OpenWatcom.

2005-10-31 17:00 ABX, revision 36042

wxMGL revitalised with OpenWatcom.

2005-10-31 14:27 JS, revision 36041

Applied patch [ 1341085 ] richtext xml build fix

2005-10-30 20:32 ABX, revision 36040

wx/os2/chkconf.h added

2005-10-30 20:20 VZ, revision 36039

fix for incorrect member initialization order warning

2005-10-30 08:07 JS, revision 36038

Perform extra test to reduce chance of application aborting

2005-10-29 17:46 VZ, revision 36037

renamed BLOCK_SIZE which conflicts with a #define in a std Linux (and maybe not only) header (bug 1339731)

2005-10-29 17:43 VZ, revision 36036

don't get margin to non NULL values in default ctor, this is inconsistent as default ctor + Create() don't do the same thing as non default ctor

2005-10-29 15:18 ABX, revision 36035

eVC3 build fix.

2005-10-29 12:48 ABX, revision 36034

Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.

2005-10-28 16:01 KH, revision 36033

Fixed description with number of ways to use timer class, updated note about main thread to remove obscure "NB" which may not be well understood and removed confusing word "currently"

2005-10-28 14:33 CE, revision 36032

remove GetImageList(int)

2005-10-28 14:24 JS, revision 36031

Applied patch [ 1339882 ] richtext misc cleanup

2005-10-28 14:05 CE, revision 36030

remove GetImageList(int)

2005-10-28 09:12 ABX, revision 36029

Build fix for WinCE.