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-05-12 10:09 JS, revision 20598

Apply correct style variable

2003-05-12 10:04 JS, revision 20597

Auto 3D border if parent is panel or dialog

2003-05-12 08:35 VZ, revision 20596

reworked vertical scrolling code to correspond better to what I think is correct (horizontal case is unchanged)

2003-05-12 08:33 VZ, revision 20595

changed handling of range/max scrolling parameter and cleanup (removed Win16 code)

2003-05-11 23:25 VZ, revision 20594

fixed bug in WinStruct<> ctor

2003-05-11 22:43 VZ, revision 20593

added WinStruct<>

2003-05-11 22:41 VZ, revision 20592

moved missing constants definitions to their right place in wx/msw/missing.h

2003-05-11 22:29 VZ, revision 20591

wxTextBuffer ctor bug and something else

2003-05-11 22:28 VZ, revision 20590

init m_isOpened in ctor (bug 736208)

2003-05-11 20:02 CE, revision 20589

digital mars fix

2003-05-11 19:31 GD, revision 20588

We don't put main() in the library any more.

2003-05-11 19:28 GD, revision 20587

assert is raised when using the thread sample (which works) so the test is probably not so easy. Can widget callbacks be triggered from child threads and, if so, for which widgets?

2003-05-11 18:08 GD, revision 20586

disable use of #pragma interface under Mac OS X GNU compiler included with Mac OS X 10.2 (Jaguar) as well as available updates contain a bug concerning #pragma interface handling that can only be worked around by not using them (and they are not necessary anyways)

2003-05-11 18:08 GD, revision 20585

updated CodeWarrior 5.3 xml project with latest changes to file list

2003-05-11 17:57 GD, revision 20584

disable use of #pragma interface under Mac OS X GNU compiler included with Mac OS X 10.2 (Jaguar) as well as available updates contain a bug concerning #pragma interface handling that can only be worked around by not using them (and they are not necessary anyways)

2003-05-11 16:44 GD, revision 20583

added assert to detect attempt to install idle handler from widget callback not called from main thread

2003-05-11 11:14 VZ, revision 20582

use alpha channel in Blit() as well and not only in DrawBitmap()

2003-05-11 10:49 VZ, revision 20581

many fixes for PNG reading after recent alpha changes; grey scale images reading was in particular broken

2003-05-11 01:04 VZ, revision 20580

added missing typename

2003-05-11 01:01 VZ, revision 20579

TRUE/FALSE -> true/false

2003-05-11 00:59 VZ, revision 20578

wxImage::Create() should be bool, not void

2003-05-11 00:10 VZ, revision 20577

compilation fix for TEST_MIME

2003-05-10 12:55 VZ, revision 20576

added LVSICF_NOSCROLL

2003-05-10 12:53 VZ, revision 20575

compilation fix for BCC (and probably others)

2003-05-10 11:43 VZ, revision 20574

compilation fix (sorry)