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

2003-08-08 13:15 VS, revision 22703

1) some compilers (Watcom) don't like it if wxBase library PCH file contains symbols from GUI components and won't link a DLL 2) fixed subdirs recursion code - all options must be output 3) fixed subdirs recursion code - all options must be output 4) fix for watcom resource compiler

2003-08-08 12:59 VS, revision 22702

1) some compilers (Watcom) don't like it if wxBase library PCH file contains symbols from GUI components and won't link a DLL 2) fixed subdirs recursion code - all options must be output 3) fixed subdirs recursion code - all options must be output 4) fix for watcom resource compiler

2003-08-08 12:20 VS, revision 22701

fixed Common Headers group for VC++ definition

2003-08-08 11:54 VZ, revision 22700

don't ignore start parameter in find_last_of()

2003-08-08 11:49 VS, revision 22699

(re)added MSLU support to Unicode builds

2003-08-08 11:47 VS, revision 22698

fix for watcom resource compiler

2003-08-08 11:08 JS, revision 22697

Static object -> pointer Clean up renderer in module OnExit or we get a crash on exit (under wxX11 at least). To-do: we need to add priorities to wxModule so we can clean this up last.

2003-08-08 09:49 VS, revision 22696

some compilers (Watcom) don't like it if wxBase library PCH file contains symbols from GUI components and won't link a DLL

2003-08-08 09:32 VS, revision 22695

fixed some bugs in MSW version

2003-08-08 08:55 VS, revision 22694

compilation fix

2003-08-08 03:58 RD, revision 22693

Fix for wxTextCtrl::GetSelection for single line controls in GTK2 mode

2003-08-08 03:57 RD, revision 22692

Fix for wxTextCtrl::GetSelection for singel line controls in GTK2 mode

2003-08-07 23:14 SN, revision 22691

Added implementations for two cases of wxSystemSettingsNative::GetMetric to make wxTextEntryDialog work.

2003-08-07 23:01 VS, revision 22690

more samples makefiles fixes

2003-08-07 22:55 VS, revision 22689
  • D /wxWidgets/trunk/samples/mobile/mobile.bkl
  • D /wxWidgets/trunk/samples/mobile/mobile.dsp
  • D /wxWidgets/trunk/samples/mobile/mobile.dsw

removed old files

2003-08-07 22:39 VS, revision 22688

more samples fixes

2003-08-07 22:27 VS, revision 22687
  • D /wxWidgets/trunk/samples/wxtest/mondrian.ico
  • D /wxWidgets/trunk/samples/wxtest/test.rc

no longer needed

2003-08-07 22:24 VS, revision 22686
  • D /wxWidgets/trunk/samples/richedit/wxLayout.rc

not needed now

2003-08-07 22:22 VS, revision 22685
  • D /wxWidgets/trunk/samples/newgrid

newgrid was removed long ago

2003-08-07 22:15 VS, revision 22684

create samples makefile

2003-08-07 22:05 VS, revision 22683

fixed wrong srcdir in contrib w/ autoconf

2003-08-07 21:39 SN, revision 22682

wxUsleep is supposed to sleep _milli_seconds, not _micro_seconds. Got sockets working.

2003-08-07 21:38 SN, revision 22681

wxUsleep is supposed to sleep _milli_seconds, not _micro_seconds.

2003-08-07 21:31 SN, revision 22680

Got sockets working.

2003-08-07 20:59 VS, revision 22679

blind fix for watcom