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

2008-12-14 07:39 PC, revision 57326

don't call size_request to get best size of a non-native control, it will probably return (0,0)

2008-12-14 00:10 VZ, revision 57324

don't close all unused descriptors in the child, this seems unnecessary and breaks some (admittedly buggy) children (e.g. xboard)

2008-12-14 00:02 VZ, revision 57323

add support for sorting to grid columns

2008-12-13 22:08 VZ, revision 57320

explain EVT_GRID/EVT_GRID_CMD difference and don't duplicate the events documentation for both of them

2008-12-13 20:46 KO, revision 57319

Hopefully the right fix this time.

2008-12-13 20:11 KO, revision 57318

HDC() fix was wrong, may have been just a problem with mismatched parens.

2008-12-13 18:56 PC, revision 57317

fix build, remove unused parameter from wxGetGdkWindowForDC()

2008-12-13 18:23 KO, revision 57314

MSW compile fixes. M src/msw/renderer.cpp

2008-12-13 17:36 KO, revision 57313

Forward port new wxRenderer methods in 2.8 to trunk.

2008-12-13 17:25 KO, revision 57312

Fix library names so that apps linking against the wx.Framework won't break after every minor upgrade of the framework, and also add a link to setup.h in include/wx so that apps that use framework includes can include it.

2008-12-13 12:27 VZ, revision 57309

update the size of the wxGridSizer as items are added to wxGBSizer to avoid asserts in AddGrowableRow/Col()

2008-12-13 12:26 VZ, revision 57308

don't compute the columns/rows from the number of items if both were explicitly set by user

2008-12-13 00:24 VZ, revision 57301

support column reordering using drag and drop when using wxHeaderCtrl

2008-12-12 23:00 FM, revision 57297

extend the range of glib versions for which the GTK+ standard options can be passed to wxWidgets program since the _GOptionGroup structure never changed

2008-12-12 21:30 FM, revision 57295

fix command line parsing

2008-12-12 20:42 FM, revision 57294

modernize the sample removing global C-style functions; partially fix loading of the .dat.gz file

2008-12-12 19:34 FM, revision 57293

put zlib streams in the archive category, too; fix some typos

2008-12-12 18:51 FM, revision 57292

link class groups with macro groups and provide a brief description for all groups

2008-12-12 17:34 VZ, revision 57291

fix compuation of dirty cells when the columns are reordered, this didn't work at all before

2008-12-12 16:57 VZ, revision 57290

STL build: fix missing const which results in Insert(int, T) being called instead of Insert(iterator, T) via iterator->bool conversion (this fixes at least one test failure)

2008-12-12 16:31 VZ, revision 57289

fix best size caching

2008-12-12 16:29 VZ, revision 57288

don't test for best size not being 0, this doesn't pass under wxGTK

2008-12-12 16:21 VZ, revision 57287

compilation fixes for Unix build _with_ PCH

2008-12-12 16:10 FM, revision 57285

fix doxygen warnings

2008-12-12 15:58 FM, revision 57284

don't assert at startup because of the static initialization of a wxLocale object requires a valid wxAppTraits object; init the locale later, in TestDefaultLang()