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

2006-07-25 00:44 VZ, revision 40303

improvements to wxPickerBase default proportion values (patch 1525578)

2006-07-25 00:33 VZ, revision 40302

handlers added using AddHandler() last must have the highest priority (patch 1522807)

2006-07-25 00:26 VZ, revision 40301

update from suzumizaki (patch 1522506)

2006-07-25 00:23 VZ, revision 40300

update from suzumizaki (patch 1522241)

2006-07-25 00:19 VZ, revision 40299

make wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch 1521490)

2006-07-25 00:16 VZ, revision 40298

wxPathList cleanup by Francesco (patch 1521481)

2006-07-25 00:12 VZ, revision 40297

generate middle click events (backport from HEAD of the patch 1521314)

2006-07-25 00:09 VZ, revision 40296

generate middle click events (patch 1521314)

2006-07-25 00:06 VZ, revision 40295

added wxID_HELP_INDEX/SEARCH (part of request 1404089)

2006-07-25 00:04 VZ, revision 40294

optionally count repeating wxLog messages instead of logging all (patch 1520815)

2006-07-24 23:51 VZ, revision 40293

don't send duplicate set/kill focus events when the text control part of the control gets/loses focus

2006-07-24 23:48 VZ, revision 40292

wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)

2006-07-24 23:16 VZ, revision 40291

allow customization of individual grid lines appearance (patch 1496015)

2006-07-24 18:30 VZ, revision 40290

fixed typos in last check in

2006-07-24 18:26 VZ, revision 40289

protect gs_allThreads with a mutex (modified patch 1518719)

2006-07-24 18:20 VZ, revision 40288

documentation for wxAppTraits (patch 1518295 from Francesco)

2006-07-24 18:18 VZ, revision 40287

do nothing in Refresh() if the control is frozen

2006-07-24 18:12 VZ, revision 40286

call DoDirtyProcessing() from OnIdle() instead of using wxYield() (patch 1518119)

2006-07-24 18:06 VZ, revision 40285

check that the stream is valid before using it in Load() and Save() (patch 1516432)

2006-07-24 18:05 VZ, revision 40284

improved Skip() docs (replaces patch 1516341)

2006-07-24 18:01 VZ, revision 40283

add default value for the encoding parameter of wxMacCFStringHolder() instead of passing wxLocale::GetSystemEncoding() which doesn't work when wxUSE_INTL == 0 to it in many places (replaces 2nd part of patch 1501724)

2006-07-24 17:44 VZ, revision 40282

added wxID_ANY default value for the id parameter of Create() for consistency with the ctor (request 1481791)

2006-07-24 17:37 VZ, revision 40281

added HasHandlerForPath() (modified patch 1514524)

2006-07-24 17:13 VZ, revision 40280

wxUSE_GUI == 0 compilation fix (patch 1501724)

2006-07-24 17:05 VZ, revision 40279

added static casts to void * for pointers used with format specifier to silence stupid gcc pedantic warning (bug 1500717)