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-09-13 06:24 PC, revision 48648

remove unused configure tests and macros

2007-09-13 05:42 PC, revision 48647

epoll typo

2007-09-13 04:36 PC, revision 48646

get more accurate TLW sizing by using a window decorations cache

2007-09-12 17:39 PC, revision 48645

warning fix

2007-09-12 16:48 PC, revision 48644

add wxUSE_TASKBARICON wrapper

2007-09-12 00:39 VZ, revision 48643

check that the conversion really succeeds even when wxMBConv_win32::WC2MB() is called with NULL buffer

2007-09-12 00:21 VZ, revision 48642

fix assert for bitmaps buttons created without bitmap initially

2007-09-10 22:27 VS, revision 48640

Fixed wxAtomicInc/Dec() to not use asm/atomic.h header on Linux - it's kernel internal, not available for userspace in newer kernel versions and broken for userspace on some platforms. Use GCC's builtins instead.

2007-09-10 22:26 VS, revision 48639

use wxVector<T> instead of wxList in wxXmlResource code

2007-09-10 22:15 VS, revision 48638

fix to make 'wxAtomicInt i = 0;' work with generic implementation and gcc

2007-09-10 22:13 VS, revision 48637

compilation fix after wxCmdLineEntryDesc changes

2007-09-10 22:12 VS, revision 48636

added a test for wxAtomicDec return value

2007-09-10 22:04 VZ, revision 48635

mention that NULL/"" changes also affect struct fields

2007-09-10 21:52 VS, revision 48634

compilation fixes for generic implementation of wxAtomicInt32

2007-09-10 21:35 RR, revision 48633

Rewrote scaling for GTK+ print

2007-09-10 16:41 RR, revision 48632

Compilation

2007-09-10 15:29 VZ, revision 48631

map wxFONTENCODING_ISO2022_JP to the correct Windows code page

2007-09-10 14:22 VZ, revision 48630

fix a warning about casting literal string constants to non-const char *

2007-09-10 14:16 RR, revision 48629

corrected some of 200 compile errors introduced by the latest global search and replace

2007-09-10 14:00 RR, revision 48628

Rewrote scaling code for GNOME print backend. The inverted Y axis is now handled internally. Resulotion is not set to 600 dpi

2007-09-10 11:16 VZ, revision 48627

chop off the unwanted \r from GetLineText() return value for richedit 2.0 controls (patch 1780110)

2007-09-10 10:51 VZ, revision 48626

Unicode compilation fix

2007-09-10 10:49 VZ, revision 48625

wxDL_XXX macros and dynamic loading cleanup: 1. Clearly document the wxDL_XXX macros; including their implicit usage of m_ok member variable 2. Made sure they're used in the same way in all places they are used (sometimes they were passed an object, sometimes a pointer, breaking compilation: see patch 1791288) 3. Don't allocate wxDynamicLibrary objects on heap unnecessarily (which removes the need to delete -- or leak, as it was -- them afterwards) 4. Some naming convention fixes

2007-09-09 23:27 VZ, revision 48624

added wxApp::Set/GetAppDisplayName() (patch 1780414)

2007-09-09 23:26 VZ, revision 48623

added wxApp::Set/GetAppDisplayName() (patch 1780414)