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-15 19:26 RD, revision 27303

A little cleanup

2004-05-15 19:25 RD, revision 27302

Added test for smaller spinctrl

2004-05-15 19:21 RD, revision 27301

Tweaks to the generic scpinctrl to handle layouts on wxMac better and fixed alignment of the spinbutton. Also, since the generic spinctrl is used then the generic header should be included.

2004-05-15 18:17 VZ, revision 27300

subdindented paragraphs support (patch 933436)

2004-05-15 17:38 MBN, revision 27299

Patch #952359 from ABX: contrib updates after wxHashTable and other recent changes.

2004-05-15 17:33 RR, revision 27298

The markup code for wxStaticText doesn't work.

2004-05-15 16:56 MBN, revision 27297

wxUniversal compilation fix.

2004-05-15 16:33 RD, revision 27296

wxMacWakeUp needs to be in wxBase

2004-05-15 16:29 SC, revision 27295

removing code needed for cooperative threads

2004-05-15 16:26 RD, revision 27294

reSWIGged

2004-05-15 15:13 SC, revision 27293

fixes for rotated text

2004-05-15 15:08 RR, revision 27292

Improve default size for wxGauge and wxChoice.

2004-05-15 14:58 SC, revision 27291

unicode conversion support for text dnd

2004-05-15 14:58 SC, revision 27290

unicode conversion support for dataobjects

2004-05-15 14:57 SC, revision 27289

support for insets of native controls, sigh...

2004-05-15 06:49 SC, revision 27288

woraround latest sizer changes

2004-05-14 22:18 RD, revision 27287

reSWIGged

2004-05-14 21:41 RD, revision 27286

Call PositionStatusBar from SetStatusBar

2004-05-14 21:38 RD, revision 27285

reSWIGged

2004-05-14 21:37 RD, revision 27284

Add SetBestSize, GetDefaultAttributes and fixed ShouldInheritColours

2004-05-14 21:31 RD, revision 27283

Docstring fixes

2004-05-14 21:30 RD, revision 27282

Accept old 'faceName' keyword arg

2004-05-14 21:30 RD, revision 27281

Fix docs for Bind

2004-05-14 21:27 RD, revision 27280

Change the C name of my wxGetApp so it doesn't conflict if wxPython is linked statically with a C++ wxWidgets app.

2004-05-14 21:25 RD, revision 27279

Modules generated by SWIG can now have module docstrings.

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