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

2007-11-22 15:17 VS, revision 50160

wxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case

2007-11-22 15:13 VZ, revision 50159

use WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT

2007-11-22 15:04 VS, revision 50158

corrected wx_pango_version_check() comment

2007-11-22 14:22 SC, revision 50156

cleanup mac

2007-11-22 14:21 SC, revision 50155

cleanup mac

2007-11-22 13:59 SC, revision 50154

cleanup mac

2007-11-22 13:41 VS, revision 50153

added checks for more wxUSE_SVG dependencies: wxUSE_IMAGE and wxUSE_LIBPNG

2007-11-22 13:39 VS, revision 50152

don't add new PNG handler instance every time wxSVGFileImplDC::DoDrawBitmap() is called, do it only if the handler isn't installed yet

2007-11-22 13:34 VS, revision 50151

use NULL for NULL pointers, not 0

2007-11-22 06:12 PC, revision 50145

make DoSetSizeHints protected, remove parameter defaults

2007-11-22 05:15 PC, revision 50144

use a GtkAlignment to position m_mainWidget, avoiding need to re-size_allocate it

2007-11-22 02:52 PC, revision 50143

non-pch build fix for wxUSE_DISPLAY==0

2007-11-22 01:11 SN, revision 50142

Also use unix timer implementation for ConsoleApp.

2007-11-21 18:14 SN, revision 50137

Added files for console event loop.

2007-11-21 15:58 CE, revision 50136

remove .svn from manifest

2007-11-21 14:24 VZ, revision 50135

removed AC_TYPE_UID_T check, we don't need it (and gid_t/uid_t it defines may conflict with the definitions from other packages used in wx programs)

2007-11-21 14:17 SN, revision 50134

Compilation fix for OS/2.

2007-11-21 14:12 SN, revision 50133

Moved wxConsoleAppTraits::CreateEventLoop from baseunix.cpp to evtloopunix.cpp, so Unix' wxConsoleEventLoop can also be shared by platforms not having the complete ConsoleAppTraits of Unix (e.g. OS/2).

2007-11-21 13:32 CE, revision 50131

2.8.7 release respun

2007-11-21 13:05 SC, revision 50130

optimizing scrolling

2007-11-21 10:51 SC, revision 50127

focus fixes for 10.5

2007-11-21 08:42 CE, revision 50126
  • D /wxWidgets/branches/WX_2_8_BRANCH/samples/combo/makefile.dmc

makefiles.dmc should not be in SVN

2007-11-21 06:40 PC, revision 50122

fix for AUI pane shrinking each time it is floated

2007-11-20 23:07 DE, revision 50121

Added cfdataref.h and cfref.h to CoreFoundation headers list. Rebaked (removes EXTRALIBS_MEDIA as well.. assume this is intentional).

2007-11-20 22:52 VS, revision 50120

removed gstreamer dependency from all libraries except for wxMedia, not only from wxBase