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

2003-02-25 21:31 RD, revision 19316

Changed how the dynamic event tables (used for all Python wx classes, C++ wx classes typically use static event tables) are searched such that they behave from a Python perspective more like the static tables in C++. Namely that if there are identical event bindings in a base Python class and a derived Python class that the one in the derived class will be found first and that if Skip is called that the one in the base class will still be found instead of skipping directly to the static stable in the C++ class.

2003-02-25 21:22 RD, revision 19315

Changed how the dynamic event tables (used for all Python wx classes, C++ wx classes typically use static event tables) are searched such that they behave from a Python perspective more like the static tables in C++. Namely that if there are identical event bindings in a base Python class and a derived Python class that the one in the derived class will be found first and that if Skip is called that the one in the base class will still be found instead of skipping directly to the static stable in the C++ class.

2003-02-25 18:44 VZ, revision 19314

finally fixed the flicker problem in wxTE_RICH[2] text controls when appending a lot of text to them

2003-02-25 16:48 VZ, revision 19313

don't log erroneous error messages when writing an empty string to a wxTE_RICH2 control

2003-02-25 16:14 VZ, revision 19312

fixed typo in WX_DECLARE_OBJARRAY example

2003-02-25 16:12 VZ, revision 19311

fixed typo in he check in SetSizeHints()

2003-02-25 13:17 CE, revision 19310

fix for open watcom

2003-02-25 12:43 VZ, revision 19309

forward declare wxMenu

2003-02-25 12:33 VZ, revision 19308

test for the bug with showing a modeless dialog from a modal one in wxGTK

2003-02-25 09:48 SC, revision 19307

m_y of generic tree item was only a short, which unnecessarily limits the number of items that can be displayed and handled

2003-02-24 23:20 VZ, revision 19306

centralize version info in one file, include it from all makefiles

2003-02-24 23:19 VZ, revision 19305

do use micro version number in the DLL names -- but in the unstable branch only

2003-02-24 00:48 VZ, revision 19304

use jast major.minor, not major.minor.micro, in the DLL names

2003-02-24 00:47 VZ, revision 19303

added wxVersion.pm here as apparently cvs doesn't allow adding the file added on the trunk on a branch as well

2003-02-24 00:46 VZ, revision 19302

regenerated with correct DLL version info

2003-02-24 00:33 VZ, revision 19301

use jast major.minor, not major.minor.micro, in the DLL names

2003-02-24 00:26 VZ, revision 19300

get the version info directly from wx/version.h instead of hardcoding it here

2003-02-24 00:25 VZ, revision 19299

regenerated using the correct versions in/for the DLLs

2003-02-23 23:11 VS, revision 19298

backport CDATA code in wxHTML

2003-02-23 21:59 VZ, revision 19297

note warning against using /ox

2003-02-23 20:33 MBN, revision 19296

Implemented DoGetBestSize for wxListBox, (native) wxComboBox and wxTextCtrl, and used it when wxSize(-1, -1) is passed to Create, to set the initial size. Added wxDoChangeFont and wxXmStringToString helper functions, removed the use of m_stringList in native wxComboBox, removed some duplicated code in wxWindow.

2003-02-23 19:57 VZ, revision 19295

removed the extra offset in moveto in DrawRotatedText() (why was it there?)

2003-02-23 19:28 MBN, revision 19294

Allow creating a mono wxMemoryDC under wxMotif. (backport)

2003-02-23 19:27 MBN, revision 19293

Allow setting default file name in wxMotif wxFileDialog. (backport)

2003-02-23 19:24 MBN, revision 19292

Allow setting default file name in wxMotif wxFileDialog.