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

2004-05-14 21:22 RD, revision 27278

Added a generic StaticBitmap class in wx.lib.statbmp for the same reasons that stattext was created, so it could be mouse sensitive on all platforms like normal windows. Also updated stattext.py and buttons.py to handle attribute (font & colour) defaults and inheritance the new way.

2004-05-14 19:01 JS, revision 27277

Small mod

2004-05-14 18:09 RD, revision 27276

Patch #952053, wxToggleButton gains WS_VISIBLE flag

2004-05-14 17:12 SC, revision 27275

wxMacWakeUp moved

2004-05-14 15:29 SC, revision 27274

wxMacWakeUp moved

2004-05-14 13:13 SC, revision 27273

fixes for file drops in unicode

2004-05-14 12:49 SC, revision 27272

gcc warning

2004-05-14 10:11 JS, revision 27271

Added include to get wxMacWakeUp

2004-05-14 09:25 SC, revision 27270

supporting readonly and singleline attributes for non-mlte textrcontrol

2004-05-14 09:19 SC, revision 27269

moving wxMacWakeUp to utils, as macnotify will soon be removed

2004-05-14 09:11 SC, revision 27268

logging error instead of message box

2004-05-14 06:29 RD, revision 27267

Add a call to SetBestSize so the minsize can be set for sizers if an initial size was given.

2004-05-14 02:53 RD, revision 27266

Updates for the Joystick demo to allow it to funciton on Linux where the min position values are negative.

2004-05-14 02:52 RD, revision 27265

Fixes so joystick not only compiles on Linux, but it actually works too!

2004-05-13 20:53 DS, revision 27264

Backport: Reverted FILLCOLORHINT->FILLCOLOR change. Now when a near black themeColor is returned with FILLCOLORHINT, retry with FILLCOLOR.

2004-05-13 19:12 RD, revision 27263

Take the hgap and vgap into account when doing alignments in grid sizers. The gap is not part of the "cell" so alignments should be relative to the edge of the gap, not the next cell.

2004-05-13 18:23 SC, revision 27262

unicode support for mach-O targets in Metrowerks

2004-05-13 18:22 SC, revision 27261

non-osx methods bracketed

2004-05-13 18:22 SC, revision 27260

switching to preemptive implementation (from mpthread.cpp)

2004-05-13 18:21 SC, revision 27259

corrected preproc condition

2004-05-13 17:22 SC, revision 27258

changed ppc to ptpc as ppc is a preprocessor constant for PowerPC on Mac

2004-05-13 16:50 SC, revision 27257

bracketing non OSX code

2004-05-13 16:49 SC, revision 27256

unicode fix

2004-05-13 16:34 DS, revision 27255

added missing includes required for CW8 Carbon compilation

2004-05-13 16:16 RD, revision 27254

Patch #953131