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-19 09:39 ABX, revision 27353

TRUE->true, FALSE->false replacements.

2004-05-19 09:36 ABX, revision 27352

Centralized wxDefaultPosition and TRUE->true, FALSE->false replacements. After previous change 'xcnt' is not used at all.

2004-05-19 09:19 ABX, revision 27351

Extended patch #942204, centralized wxDefaultSize, wxDefaultPosition and wxID_ANY values.

2004-05-19 09:12 ABX, revision 27350

Centralized wxDefaultSize & wxDefaultPosition values.

2004-05-19 02:20 KO, revision 27349

Initial import of wxWebKitCtrl sources and htmlctrl (right now wxWebKit) sample.

2004-05-18 21:55 VZ, revision 27348

don't distribute extra space between 0 width cells in justified paragraphs (this looks visually wrong)

2004-05-18 21:31 VZ, revision 27347

wxVListBox doesn't handle (at least horz) resizing properly without wxFULL_REPAINT_ON_RESIZE

2004-05-18 20:14 RD, revision 27346

Add wxFULL_REPAINT_ON_RESIZE

2004-05-18 20:14 RD, revision 27345

More test cases and handle __doc__ == None

2004-05-18 19:59 RD, revision 27344

If the threads module hasn't been initialized yet then we can assume the IsMain == true. This allows wxASSERTs that happen before the wxApp is created (as can easily happen in wxPython unfortunatly) to behave normally instead of just calling wxTrap.

2004-05-18 19:30 RD, revision 27343

Call SetSize for explicit sizees too in case it wasn't called before earlier in the Create process.

2004-05-18 17:42 ABX, revision 27342

Patch 950002 after agreement from Markus Sinner

2004-05-18 17:17 ABX, revision 27341

Code cleaning.

2004-05-18 16:08 JS, revision 27340

Set fields count even if don't have widths

2004-05-18 16:03 JS, revision 27339

Set fields count even if don't have widthds

2004-05-18 13:12 ABX, revision 27338

Patch #953165, Bug #821657: wxHIDE_READONLY no more important. Blind change reported to Stefan Neis

2004-05-18 13:04 ABX, revision 27337

Patch #953165, Bug #821657: wxHIDE_READONLY no more important.

2004-05-18 12:42 ABX, revision 27336

Patch #940808: Updated list of contributors according to the list available at www.wxwidgets.org/whowhat.htm.

2004-05-18 12:29 ABX, revision 27335

Limited setup.h shouldn't break building. Helpful in bringing new ports.

2004-05-18 12:22 ABX, revision 27334

Fix to wxChar* access.

2004-05-18 12:15 ABX, revision 27333

wxSafeShowMessage needs wxString regardles wxUSE_LOG.

2004-05-18 11:52 ABX, revision 27332

Menu sample is helpful in bringing new port and should work in limited setup.h. My first wxW commit.

2004-05-18 06:48 RD, revision 27331

Fix DoGetBestSize when wxCB_READONLY is used. The best size of the choice shoudl not be truncated in this case since there isn't a textctrl in this case.

2004-05-18 02:43 GT, revision 27330

wxUSE_NEW_GRID changed to wxUSE_GRID to reflect changes in wxWidgets. Diagnostics output cleaned up Unicode build fixes when building in wxDbGrid

2004-05-18 02:40 GT, revision 27329

grid/dbgrid was not getting built for inclusion with this project

2004-05-18 01:55 GT, revision 27328

Unicode compilation fixes

2004-05-18 01:50 GT, revision 27327

lastChar was defined as a char when it should have been an int

2004-05-17 20:17 SC, revision 27326

calling FormatV seems to be correct, as we are already passing a va_list

2004-05-17 19:22 RD, revision 27325

reSWIGged

2004-05-17 19:21 RD, revision 27324

Removed calls to wx.InitAllImageHandlers.

2004-05-17 19:20 RD, revision 27323

Replaced wx/lib/pubsub.py with a version that uses weak references to track the subscribers. Thanks go to Oliver Schoenborn and Robb Shecter.

2004-05-17 19:20 RD, revision 27322

Subindent support added

2004-05-17 19:17 RD, revision 27321

Docstring fix

2004-05-17 19:16 RD, revision 27320

wx.InitAllImageHandlers is now an empty function that does nothing but exist for backwards compatibility.

2004-05-17 19:14 RD, revision 27319

wxMac should use /src/mac/carbon/spinctrl.cpp, applied some sizing layout fixes to that file, removed wxMac specific parts from the generic wxSpinCtrl.

2004-05-17 18:37 DS, revision 27318

re-added filter (type-popup) support (lost after introducing long filename support, patch #846732)

2004-05-17 17:02 JS, revision 27317

Check for empty "widths"

2004-05-17 16:16 DS, revision 27316

added missing include required for CW8 Carbon compilation

2004-05-17 04:57 SC, revision 27315

adding a few methods for selection handling in native combobox

2004-05-16 19:32 SC, revision 27314

adding MPYield after releasing constructs like critical regions etc.

2004-05-16 18:11 JS, revision 27313

Don't call SetItemCmd for WXK_UP or WXK_RIGHT since these values have special significance, and cause indentation.

2004-05-16 17:35 SN, revision 27312

Fixed Cut&Waste error.

2004-05-16 13:12 SN, revision 27311

For OS/2 PM builds, check for type SPBCDATA in system headers.

2004-05-16 12:12 SN, revision 27310

Work-around for compilation problems on OS/2.

2004-05-16 10:34 SN, revision 27309

Updated to intermediate version which should work with current bakefile status.

2004-05-16 09:03 SC, revision 27308

adapting for dual implementation native and composited

2004-05-16 06:54 SC, revision 27307

adapting for dual implementation native and composited

2004-05-16 06:49 SC, revision 27306

added the correct spinctrl source file

2004-05-16 05:48 SC, revision 27305

adding pthreads mutex to possible wxMutex implementations

2004-05-16 05:46 SC, revision 27304

using MPSleep also for non Darwin Targets