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

2004-02-10 12:58 VZ, revision 25703

Win64 compilation fixes: use wxUIntPtr instead of long

2004-02-10 12:58 VZ, revision 25702

Win64 compilation fixes: define SIZEOF_SIZE_T, added wxUIntPtr

2004-02-10 12:57 VZ, revision 25701

added base array of size_t as under Win64 size_t > long

2004-02-10 12:56 VZ, revision 25700

added wxGet/SetWindowProc/UserData()

2004-02-10 11:19 VS, revision 25699

fixed samples compilation when using configure and mingw (missing include for windres)

2004-02-10 09:28 VS, revision 25698
  • D /wxWidgets/trunk/samples/minimal/mondrian.ico
  • D /wxWidgets/trunk/samples/minimal/mondrian.xpm

use generic samples icon

2004-02-09 23:28 VZ, revision 25697

don't just drop click events resulting from triple clicks

2004-02-09 23:20 VZ, revision 25696

no changes, simply added a comment

2004-02-09 23:19 VZ, revision 25695

size combobox/choices properly initially by considering the length of the strings specified in the ctor/Create() (bug 893380)

2004-02-09 23:01 VZ, revision 25694

use correct name for the icon

2004-02-09 22:30 VZ, revision 25693

don't assert when creating an initially empty wxCB_READONLY combobox

2004-02-09 22:04 VZ, revision 25692

multiline checkbox doesn't make sense for listbook

2004-02-09 22:00 RD, revision 25691

wxUSE_VC_CRTDBG needs to be dependent on wxUSE_MEMORY_TRACING too

2004-02-09 21:44 JS, revision 25690

Changed no-remap to msw.remap

2004-02-09 21:41 VZ, revision 25689

wxUniv compilation fix after last commit

2004-02-09 21:37 JS, revision 25688

Applied WinCE fix, though data file still not found

2004-02-09 20:01 DS, revision 25687

Applied patch #885752: "wxPoem less MSW specific + cleanup".

2004-02-09 16:14 JS, revision 25686

Documented no-remap

2004-02-09 16:04 JS, revision 25685

Documented tbar95.cpp backports

2004-02-09 16:02 JS, revision 25684

Added no-remap system option so colourful toolbar buttons aren't mangled Toolbar buttons are now centred if the bitmap size is smaller than the specified default size

2004-02-09 16:00 JS, revision 25683

Fix needed for free MS SDK

2004-02-09 12:06 DS, revision 25682

MinGW warnings fixed; TRUE/FALSE cleanup.

2004-02-09 05:12 DE, revision 25681

Do not try to set the proper position if creating a window with a NULL parent.

2004-02-09 05:01 DE, revision 25680

Implement right mouse down/dragged/up

2004-02-09 04:44 DE, revision 25679

When destroying the window, only remove it from its Cocoa parent if the Cocoa window for its wxWindows parent is its Cocoa parent.