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

2008-07-22 14:53 SC, revision 54763

trying to fix dnd problems with the unicodetextcontrol under leopard refs #9748

2008-07-22 01:02 VZ, revision 54762

remove the workaround for STL build bug in wxArrays fixed by r54761

2008-07-22 01:01 VZ, revision 54761

get rid of base arrays in wxUSE_STL build, we don't need them there and deriving wxFooPtr from wxBaseArrayPtrVoid makes it iterators return void pointers instead of those of the correct type; added test case to check for this

2008-07-21 22:10 VS, revision 54759

Fixed detection of Meta key state so that NumLock isn't misdetected as Meta.

2008-07-21 22:09 VS, revision 54758

Fixed detection of Meta key state so that NumLock isn't misdetected as Meta.

2008-07-21 17:34 VZ, revision 54757

another compilation fix for wxDFB STL build (#9754)

2008-07-21 17:17 VZ, revision 54755

compilation fix for wxDFB STL build (#9753)

2008-07-21 17:14 VZ, revision 54754

fix wxDFB compilation without wxUSE_LOG (#9752)

2008-07-21 17:05 VZ, revision 54750

compilation fix for wxDFB STL build (#9751)

2008-07-21 17:01 VZ, revision 54748

add missing headers for wxDFB cross-build (#9770)

2008-07-21 16:58 VZ, revision 54747

add missing trailing quote in a #warning (#9769)

2008-07-21 15:53 VZ, revision 54746

avoid unnecessary conversions in wxTextDataObject code in UTF-8 build

2008-07-21 15:27 SC, revision 54745

fix for #9045

2008-07-21 05:34 RD, revision 54743

2.8.8.1

2008-07-21 03:39 VZ, revision 54742

don't call gtk_selection_data_set_text() with non-UTF-8 data as we did in ANSI build (#2037)

2008-07-21 03:35 VZ, revision 54741

wxDF_UNICODETEXT shouldn't be supported at all in ANSI build

2008-07-21 03:02 VZ, revision 54740

no changes, just fixed a typo in comment

2008-07-21 02:51 VZ, revision 54739

use #if wxUSE_UNICODE instead of #ifdefs (which totally broke ANSI build)

2008-07-21 02:33 VZ, revision 54738

don't show warning to the user if session manager detection failed, this is annoying and irrelevant

2008-07-21 02:26 VZ, revision 54737

added FromUTF8Unchecked() for ANSI build too

2008-07-21 01:35 VZ, revision 54735

use (new) safer GetTraitsIfExists() in wxMutexGuiEnter/Leave() to avoid crashing on exit of wxGTK1 applications putting anything on clipboard (and maybe other cases)

2008-07-21 01:33 VZ, revision 54734

don't give error on startup of any application using wxHTML just because /usr/local/share/mime/globs doesn't exist

2008-07-21 01:33 VZ, revision 54733

don't use deprecated function

2008-07-20 22:48 VZ, revision 54732

fix generation of events for an initially empty wxDirPickerCtrl

2008-07-20 22:36 VZ, revision 54731

blind attempt to fix wxBitmap in wxMGL