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-08-04 21:02 VZ, revision 35103

use ifdef, not if, to test for HAVE_WCSRTOMBS

2005-08-04 21:01 VZ, revision 35102

removed more remains of wxUSE_PENWINDOWS

2005-08-04 21:00 VZ, revision 35101

corrected test for HAVE_FSYNC: ifdef, not if

2005-08-04 20:54 VZ, revision 35100

added wxUSE_DC_CACHEING

2005-08-04 20:35 VZ, revision 35099

removed wxUSE_MENU_CALLBACK references: the code inside the #if couldn't compile anyhow as wxFunction isn't defined in wx since quite some time now

2005-08-04 20:31 VZ, revision 35098

removed (unused since quite some time) wxUSE_ITSY_BITSY

2005-08-04 20:28 VZ, revision 35097

removed wxUSE_PENWINDOWS (and its misspellings), it didn't work and wasn't used/defined

2005-08-04 20:21 VZ, revision 35096

define wxUSE_MFC as 0 if it's not defined (fixes gcc -Wundef warning)

2005-08-04 14:57 MR, revision 35095

[wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALIGNMENT_{LEFT,RIGHT,CENTRE} attributes.

2005-08-04 14:51 JS, revision 35094

More settings restored.

2005-08-04 14:27 JS, revision 35093
  • D /wxWidgets/trunk/src/regex/regexCE.vcp

Removed eVC++ project file

2005-08-04 11:31 MR, revision 35092

wxFont wxMSW specific ctor first arg is a const wxSize&, not int

2005-08-04 10:28 JS, revision 35091

Switched loads of settings back on

2005-08-04 10:05 JS, revision 35090

Resolved CVS conflict

2005-08-04 01:09 VZ, revision 35089

added tests for fsync() and pthread_cleanup_push/pop()

2005-08-04 01:06 VZ, revision 35088

test for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead of testing for (never defined) HAVE_THREAD_CLEANUP_FUNCTIONS with #if

2005-08-04 01:06 VZ, revision 35087

added HAVE_FSYNC and wxHAVE_PTHREAD_CLEANUP (replacing HAVE_THREAD_CLEANUP_FUNCTIONS)

2005-08-04 01:05 VZ, revision 35086

define wxFsync() as fsync() under Unix not as (not existing) commit()

2005-08-04 01:04 VZ, revision 35085

configure defines HAVE_FSYNC, not wxHAVE_FSYNC

2005-08-04 00:59 VZ, revision 35084

wxNEED_STRDUP was wrong tested with #if instead of #ifdef

2005-08-04 00:34 VZ, revision 35083

check that wxUSE_DATEPICKCTRL_GENERIC is defined before checking its value

2005-08-04 00:28 VZ, revision 35082

define wxUSE_IPV6 as 0 to avoid -Wundef warnings

2005-08-04 00:25 VZ, revision 35081

NEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using #if instead of #ifdef

2005-08-04 00:22 VZ, revision 35080

due to a typo in #if condition, validation was disabled for wizard pages -- fixed now

2005-08-04 00:16 VZ, revision 35079

define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings (but define it as 0 so thje line is still disabled by default)