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-26 19:29 VS, revision 19341

compilation fix for optimizing compilers

2003-02-26 19:28 VS, revision 19340

fixed wxSYSTEM_MENU on Unix

2003-02-26 19:26 VS, revision 19339

added wxCLOSE

2003-02-26 19:24 VS, revision 19338

added wxCLOSE and fixed wxSYSTEM_MENU on Unix

2003-02-26 19:21 VS, revision 19337

added wxCLOSE and unified wxDEFAULT_DIALOG_STYLE definition

2003-02-26 19:21 VS, revision 19336

fix patch #693600

2003-02-26 18:38 RD, revision 19335

Switched to using True/False in the wxPython lib and demo instead of true/false or TRUE/FALSE to prepare for the new boolean type and constants being added to Python. Added code to wx.py to test for the existence of the new constants and to create suitable values if not present.

2003-02-26 17:04 CE, revision 19334

update for watcom makefiles

2003-02-26 16:55 CE, revision 19333

update for watcom makefiles

2003-02-26 10:58 CE, revision 19332

update for new watcom makefiles

2003-02-26 10:20 CE, revision 19331

fix for open watcom

2003-02-26 10:10 CE, revision 19330

fix for open watcom

2003-02-26 05:49 RD, revision 19329

Ensure that the TOOLDIR exists

2003-02-26 05:36 RD, revision 19328

SWIGged updates for wxMSW

2003-02-26 05:28 RD, revision 19327

Use shortened DLL version number for wxPython

2003-02-26 05:26 RD, revision 19326

Use version.mak on the 2.4 branch too

2003-02-26 05:26 , revision 19325

This commit was manufactured by cvs2svn to create branch 'WX_2_4_BRANCH'.

2003-02-26 05:14 RD, revision 19324

SWIGged updates for wxMac

2003-02-26 05:02 RD, revision 19323

Don't use --inplace any longer. Move the building of the .mo files to the tarfile rather than the RPM Add the wxrc tool to the RPM.

2003-02-26 04:55 RD, revision 19322

wxCursor(const wxImage&) doesn't exist on Mac, workaround for wxpython

2003-02-26 04:24 RD, revision 19321

SWIGged updates for wxGTK

2003-02-26 04:13 RD, revision 19320

These hacks shouldn't be needed any longer with the new way that the __del__ methods are generated.

2003-02-26 04:01 RD, revision 19319

Make sure some class names get put into the wx namespace when non-core modules are imported

2003-02-26 03:59 RD, revision 19318

Give the second form of BeginDrag a better name

2003-02-26 03:56 RD, revision 19317

Provide both forms of wxLocale::Init to wxPython

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.