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-12-19 23:08 VZ, revision 31078

corrected wxMAKE_VERSION_STRING and wxMAKE_VERSION_DOT_STRING definitions

2004-12-19 22:45 VZ, revision 31077

IRIX compilation fix: don't redeclare usleep() if HAVE_USLEEP is defined

2004-12-19 22:08 VZ, revision 31076

use DeferWindowPos() instead of MoveWindow() if possible; always use WS_CLIPCHILDREN; never use WS_CLIPSIBLINGS

2004-12-19 21:30 VZ, revision 31075
  • D /wxWidgets/trunk/src/msw/slidrmsw.cpp

Win16 version is not used any longer

2004-12-19 20:56 VZ, revision 31074

moved wxWindow::m_hMenu to wxFrame, it is not needed in the base class

2004-12-19 20:51 VZ, revision 31073

moved ProvidesBackground() from wxUniv to base wxWindow class; use it to prevent inheriting background brush beyond the windows which normally have their own background

2004-12-19 20:39 VZ, revision 31072

only use our background for children if it's inheritable

2004-12-19 20:36 VZ, revision 31071

don't propagate our (non default) background to children: use SetOwnBgCol() instead of SetBgCol()

2004-12-19 20:24 VZ, revision 31070

corrected compilation error in va_copy() test

2004-12-19 20:15 VZ, revision 31069

fixed background appearance for the controls with changed foreground colour

2004-12-19 19:55 VZ, revision 31068

do not inherit background colour in InheritAttributes() as it totally breaks themed backgrounds

2004-12-19 17:29 SN, revision 31067

Fixed typo.

2004-12-19 17:22 SN, revision 31066

Fixes for OS/2.

2004-12-19 17:20 SN, revision 31065

Do not export weak symbols from DLLs, as this causes problems in debug build

2004-12-19 16:41 SC, revision 31064

extended EventRef class

2004-12-19 16:40 SC, revision 31063

correcting dangling refs / reuse

2004-12-19 14:48 VZ, revision 31062

documented GetWindow() method

2004-12-19 14:45 VZ, revision 31061
  • D /wxWidgets/trunk/samples/dnd/mondrian.ico
  • D /wxWidgets/trunk/samples/dnd/mondrian.xpm

use ../sample.* instead

2004-12-19 14:41 VZ, revision 31060

use standard icon under Unix as well

2004-12-19 14:40 VZ, revision 31059

use standard icon; minor layout fixes

2004-12-19 14:39 VZ, revision 31058

use the standard .rc file

2004-12-19 14:36 VZ, revision 31057

make icons for different effects different

2004-12-18 16:12 SN, revision 31056

Added support for debug libraries.

2004-12-18 13:13 RR, revision 31055

Fix for the fix for wxChoice selection.

2004-12-18 10:55 SC, revision 31054

wake up corrections : correcting ref count (mem-leak) , keeping weak ref to avoid double posting wakeup-events