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

2005-02-24 18:21 RD, revision 32353

no-op methods for ownerdrawn methods in wxMenuItem

2005-02-24 18:01 ABX, revision 32352

Next step on bringing PalmOS build to the same filelist as in bakefiles: adjustements in file related wxAPI.

2005-02-24 16:58 VZ, revision 32351

fix for SetValue() losing effect after focus change (patch 1150911)

2005-02-24 16:51 VZ, revision 32350

really fixed bug with DST in Set(h, m, s, ms) (see patch 1097811)

2005-02-24 15:22 VZ, revision 32349

use correct colour for the toolbar initially (patch 1150657)

2005-02-24 15:18 ABX, revision 32348

Provide to Borland the same fix as for Cygwin due to historic placement of Borland between Unix compilers. Needs further fix with move of Borland into MSW section in filefn.h

2005-02-24 14:33 VZ, revision 32347

added missing virtual dtors to base classes (patch 1150945)

2005-02-24 14:20 SC, revision 32346

under compositing windows when using the 'classic' mlte we must remove and reinsert the scrollbars as they have been inserted 'out of embedding order' onto the root control

2005-02-24 14:09 SC, revision 32345

add version checks instead of symbol checks, so that CW builds do not complain on 10.2

2005-02-24 14:09 SC, revision 32344

notifying children of absolute position changes, add version checks instead of symbol checks, so that CW builds do not complain on 10.2

2005-02-24 14:07 SC, revision 32343

making implementation independent of a wx-peer of that control

2005-02-24 14:06 SC, revision 32342

forwarding position changed events to peer

2005-02-24 10:51 ABX, revision 32341

Further improvements in composite controls (wxRadioBox) on PalmOS.

2005-02-24 10:48 ABX, revision 32340

Small move towards similar set of files as in bakefiles for catching all the possible conflicts in sources and include and verify all missing files like extended.c

2005-02-24 10:43 ABX, revision 32339

PalmOS headers have ssize_t with no sign of it so we have to assume they are always there. Missed semicolon.

2005-02-24 08:26 JS, revision 32338

Restored mouse sensitivity for static box and static bitmap

2005-02-23 22:55 VZ, revision 32337

update from Michalis Kabrianis (patch 1145218)

2005-02-23 20:46 ABX, revision 32336

More support in wxRadioBox for PalmOS. Refreshing fixes.

2005-02-23 20:08 ABX, revision 32335

wxDocManager::GetTemplates was missing (#1149847)

2005-02-23 18:19 SC, revision 32334

force icon type for tools, as PICTs are not shown

2005-02-23 18:18 SC, revision 32333

scaling for 24x24 and 64x64 sizes

2005-02-23 17:16 SC, revision 32332

HITextView fixed

2005-02-23 17:04 ABX, revision 32331

Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.

2005-02-23 16:54 VZ, revision 32330

don't redefine NOMINMAX if already defined (mingw32 does this apparently)

2005-02-23 16:52 ABX, revision 32329

Linup API of wxRadioBox::Show on all ports. Move wxRadioBox::IsValid from wxUniversal to base class (+ GTK which do not use base class) and use it where applicable. Minor source cleaning.