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-07-28 13:48 SC, revision 28528

Refresh is necessary in earlier systems, no penalty when doing in 10.3+

2004-07-28 09:36 ABX, revision 28527

Score dialog improvements.

2004-07-28 09:34 JS, revision 28526

Worked around static box opaqueness problem on WinCE by setting the z-order in OnInitDialog

2004-07-28 09:24 ABX, revision 28525

Fixed lack of copying help. Regenerated makefiles.

2004-07-28 00:35 VZ, revision 28524

removed GSocket_[Un]Streamed

2004-07-27 20:30 JS, revision 28523

Under WinCE, we need to send the groupbox z position to the bottom to reveal the controls that were created after the group control.

2004-07-27 19:14 ABX, revision 28522

Finally whole configtool works regardless of wxUSE_STL value (at least with Borland). Changes followed adjustements of other things like better styles, storing pointers, unified headers of files, etc. etc.

2004-07-27 18:12 ABX, revision 28521

Missing headers.

2004-07-27 18:04 ABX, revision 28520

Missing DMC OFN_* values.

2004-07-27 11:34 VS, revision 28519

fixed memory leak

2004-07-27 11:28 SC, revision 28518

region from polygon added

2004-07-27 09:40 VS, revision 28517

removed useless event handlers that were breaking focus handling in wxGTK

2004-07-27 08:53 VS, revision 28516

fixed sending 2 events (normal and bogus cancel one) when ending to edit a tree ctrl item (same thing as patch 978403 for treectlg.cpp)

2004-07-27 02:15 DE, revision 28515

Incorporated src/unix/gsocket.c 1.86 to 1.92 changes (except 1.90 to 1.91 which was applied by Vadim as 1.9 to 1.10 of src/unix/gsocket.cpp)

2004-07-26 22:14 VZ, revision 28514

removed GSocket_Unstreamed() call

2004-07-26 21:35 VZ, revision 28513

removed GSocket_[Un]Streamed(), GSocket_SetNonOriented() must be used instead

2004-07-26 21:33 VZ, revision 28512

removed _GSocket::m_oriented

2004-07-26 20:55 JS, revision 28511

Don't return wxEmptyString for e.g. wxPathOnly("\file.txt")

2004-07-26 20:16 JS, revision 28510

Stub out SetToolTip to avoid massive ifdefing when encountering a platform that doesn't support them

2004-07-26 18:48 JS, revision 28509

OFN_ENABLESIZING not appropriate for WinCE

2004-07-25 23:42 VZ, revision 28508

check if wxTheApp still exists in FreeColour(); fixes crash on shutdown

2004-07-25 23:34 VZ, revision 28507

IsTopLevel() may return true not only for wxTLW: this fixes crash when opening a menu

2004-07-25 23:13 VZ, revision 28506

detach removed submenu from the menubar too

2004-07-25 23:09 VZ, revision 28505

replace wxHashTable with a type safe hash map of Window to wxWindow

2004-07-25 23:05 VZ, revision 28504

insert now returns pair<iterator, bool>, as for the standard map