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

2007-07-12 06:37 BY, revision 47359

Four new API in wxDataViewCtrl : SetIndent/GetIndent/SetExpanderColumn/GetExpanderColumn. Complete drawing expander, mouse click event for expander, left/right arrow event.

2007-07-12 06:13 VS, revision 47358

compilation fix

2007-07-12 00:18 VZ, revision 47355

added missing spaces

2007-07-12 00:12 VZ, revision 47354

non-PCH compilation fix after latest change

2007-07-12 00:11 VZ, revision 47353

added support for binary data to wxConfig (slightly modified patch 1736788)

2007-07-11 23:31 VZ, revision 47349

--with-sdl option should be taken into account for non-GUI builds too (closes bug 1196162)

2007-07-11 23:17 VZ, revision 47348

minor changes: increase the initial window size, create the log control read-only, don't create unneeded status bar panes

2007-07-11 23:16 VZ, revision 47347

call SetCanFocus(false) to prevent the control window itself from getting focus, only m_mainWin should have it

2007-07-11 21:54 VZ, revision 47346

don't output -DwxUSE_GUI=0 in cflags by default, do output it if 'base' is specified after cflags option (patch from John Labenski)

2007-07-11 21:14 VZ, revision 47345

fixed a bug in a test (there should be a space after -z)

2007-07-11 21:14 VZ, revision 47344

disable the libraries and features which were disabled before the latest changes but got accidentally enabled

2007-07-11 21:06 KO, revision 47343

Update to work with the latest wxPython and to work with more shells. Also, get the script's directory using $0 rather than relying on it to be run from the dir it lives in.

2007-07-11 20:52 VZ, revision 47342

added wxUSE_SVG

2007-07-11 20:42 VZ, revision 47341

cleanup: indentation, line length, don't include unneeded headers

2007-07-11 20:11 VZ, revision 47340

add adv and core libraries to the built wx libs if GUI is enabled

2007-07-11 20:03 VZ, revision 47339

Rewrote configure --enable/with options handling: 1. There is no more need to set DEFAULT_wxUSE_XXX for all options (although it's still taken into account if it is set), use WX_ARG_DISABLE/WITHOUT for the options which are enabled by default instead (and WX_ARG_ENABLE/WITH for those which are disabled): this makes configure messages more understandable (this closes bug 1038676) 2. Added --disable-all-features option which allows to disable everything which can be disabled at once in order to build the absolutely minimal wx library 3. General cleanup

2007-07-11 15:50 SC, revision 47337

avoiding copies if not necessary (better dependancy tracking)

2007-07-11 15:46 SC, revision 47336

64bit fix for patch as well

2007-07-11 15:16 SC, revision 47335

forcing bitmap type

2007-07-11 08:55 JS, revision 47334

Test for wxUSE_UXTHEME

2007-07-11 08:55 JS, revision 47333

Test for wxUSE_UXTHEME

2007-07-11 08:37 JS, revision 47332

Fixed a crash in wxGrid on creation due to OnSize being called too soon.

2007-07-11 08:32 JS, revision 47331

Avoid a crash due to OnSize being called before initialisation

2007-07-11 08:32 JS, revision 47330

Avoid a crash due to OnSize being called before initialisation

2007-07-11 08:03 RR, revision 47329

Compilo.