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.

2003-02-23 19:01 VS, revision 19291

make wxConvUTF8 available in wchar_t-less mode, too

2003-02-23 19:01 VS, revision 19290

documentation for wxFileConfig changes

2003-02-23 19:01 VS, revision 19289

wxFileConfig in Unicode fixes

2003-02-23 19:00 VS, revision 19288

implemented empty handler for <script> tag, so that script code doesn't show in rendered page

2003-02-23 18:59 VS, revision 19287

fixed parsing of CDATA elements (<script> and <style>) (Bill Nalen)

2003-02-23 02:03 VZ, revision 19286

documented wxGetApp()

2003-02-22 15:42 CE, revision 19285

update watcom makefile

2003-02-22 01:10 RD, revision 19284

The manifest file needs to be for python.exe and pythonw.exe, not the core extension dll.

2003-02-22 01:08 RD, revision 19283

Added icons the the wxTreeCtrl demo

2003-02-21 22:53 RD, revision 19282

Changed how the __del__ mehtods are generated. They now save a reference to the actual delete function instead of just the module.

2003-02-21 22:06 RD, revision 19281

Added option to only do the prepatory steps, but not build anything

2003-02-21 21:45 RD, revision 19280

New distutils from Python 2.3a2

2003-02-21 21:38 JS, revision 19279

Applied FL patch from Stefan Kowski

2003-02-21 21:27 MBN, revision 19278

Added Active Accessibility files to filelist.txt, regenerated wxWindows.dsp.

2003-02-21 20:27 RD, revision 19277

Only send two EVT_BUTTON events when double clicking a button, not three

2003-02-21 16:02 JS, revision 19276

Applied FL patch from Stefan Kowski "Enclosed there is a patch for the FL library that solves a problem overwriting the status bar if a bar is expanded. Cause of this is the calculation of the new window height which may be less than 0 in some cases. In my test a value of -1 caused the window default height to be set which was larger than the space available, therefore the status bar was overwritten."

2003-02-20 22:19 RD, revision 19275

Mac and GTK can take three icons in the wxDropSource now.

2003-02-20 19:34 RD, revision 19274

__del__ is no longer needed

2003-02-20 19:33 RD, revision 19273

Added a wxBitmap.SetMaskColour convenience method.

2003-02-20 19:32 RD, revision 19272

Added missing Init method (renamed to InitLang) to wxLocale wrapper.

2003-02-20 19:30 RD, revision 19271

Fixed GetFirstSelected helper method, the parameter is ignored (copy-paste error) so I made it optional so old code wont break.

2003-02-20 19:27 RD, revision 19270

Fix for Bug #689958, an endless loop in printout.py

2003-02-20 19:26 RD, revision 19269

Added EVT_WINDOW_CREATE_ID and EVT_WINDOW_DESTROY_ID so these events can be associated with a specivif window ID.

2003-02-20 19:18 RD, revision 19268

demo tweaks

2003-02-20 19:16 RD, revision 19267

Fixed return type in the wrapper to match the actual

2003-02-20 18:30 MBN, revision 19266

Regenerated files.

2003-02-20 18:20 MBN, revision 19265

Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif. Add src/x11 to VPATH in configure, and add a new flag to filelist.txt indicating a file used in wxMotif but not in wxMotif directory. Modifed VMS makefiles, too (should be checked by someone with VMS, though).

2003-02-19 23:17 VS, revision 19264

fixed wxSYS_DEFAULT_GUI_FONT lookup

2003-02-19 21:12 MBN, revision 19263

Fix DrawRotatedtext to behave more like wxMSW: take into account text background colour, and fix some wrong mathematics which caused incorrect results.

2003-02-19 21:06 JS, revision 19262

Temporary fix for strange wxDateTime link error with VC++ and wxUSE_ACCESSIBILITY=1

2003-02-19 21:06 MBN, revision 19261

Allow selecting a mono bitmap into a wxMemoryDC.

2003-02-19 19:50 GD, revision 19260

Moved ffile inclusion

2003-02-19 19:31 VS, revision 19259

fixed Traditional Chinese mapping

2003-02-19 19:25 VS, revision 19258

fixed Traditional Chinese mapping

2003-02-19 18:54 VZ, revision 19257

removed several out of date/wrong sentences; mention wxEvtHandler::Connect()

2003-02-19 16:31 JS, revision 19256

Further tweaks to accessibility code

2003-02-19 13:52 VZ, revision 19255

use -O0 when optimizing is off -- seems to __slightly__ reduce the build times with g++ 3.2

2003-02-19 13:44 VZ, revision 19254

prevent from setting min[WH] > max[WH] because this leads to an infinite loop later on and generally doesnt make sense

2003-02-19 13:15 VZ, revision 19253

fixed a typo which was preventing any events from being generated after DeleteAll() call

2003-02-19 03:07 RD, revision 19252

Send the wxWindowDestroyEvent for all ports (binary compatible backport)

2003-02-19 02:59 RD, revision 19251

Send the wxWindowDestroyEvent for all ports

2003-02-18 21:33 MBN, revision 19250

Patch [ 688973 ] from William Gallafent: add missing wx/dc.h.

2003-02-18 15:39 JS, revision 19249

Fixed warning, reformatted some code

2003-02-18 14:25 JS, revision 19248

Applied patch [ 608866 ] wxGrid: vertical column label text

2003-02-18 12:51 JS, revision 19247

Fixed typo

2003-02-18 09:50 RR, revision 19246

Applied John's patch to make wxComboBox behave more like its MSW version.

2003-02-18 09:48 RR, revision 19245

Applied John's patch.

2003-02-18 09:40 JS, revision 19244

Applied patch [ 681921 ] Stray focus rectangle in static text

2003-02-18 09:38 JS, revision 19243

Applied patch [ 681893 ] Combobox in toolbar This patch adds controls (i.e. combobox) to toolbars. It also changes the toolbar sample so the combobox is actually shown. Otto Wyss

2003-02-18 09:35 JS, revision 19242

Enhancements to the accessibility sample