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-06-28 18:18 KO, revision 28053

Fixed wxMDIChildWindow to be a native window on Mac. Otherwise, functions like SetSize would crash.

2004-06-28 18:16 KO, revision 28052

Fixed typo in show available drives.

2004-06-28 16:26 VS, revision 28051

documentation fix

2004-06-28 10:48 VZ, revision 28050

update from Herbert Breunung which I forgot to commit some time ago

2004-06-28 10:47 VZ, revision 28049

added include files section

2004-06-28 10:46 VZ, revision 28048

added test for Lower()/Upper() with 8bit chars

2004-06-28 10:38 VZ, revision 28047

don't duplicate code checking for X for X11 and Motif ports; filter out -RNONE from the X_LIBS set by AC_PATH_XTRA (see patch 956017)

2004-06-27 22:17 VS, revision 28046

don't mess with the fonts if not asked to

2004-06-27 22:16 VS, revision 28045

removed wrong bg colour handling code

2004-06-27 19:40 VS, revision 28044

more fixes to HTML entities parsing when loading .hhk and .hhc

2004-06-27 13:47 VS, revision 28043

fixed typo

2004-06-27 13:42 VS, revision 28042

warning fix

2004-06-27 13:42 VS, revision 28041

fixed setting colour of wxStaticText in case the label contains XML special characters

2004-06-27 13:10 VS, revision 28040

implemented underlined text drawing for GTK2

2004-06-27 13:09 VS, revision 28039

fixes to charset conversion when loading non-Latin1 helpbooks; use wxString instead of wxChar* in data structures

2004-06-27 09:00 VS, revision 28038

re-added --inplace documentation

2004-06-26 18:45 RD, revision 28037

don't create the font until after the app is initialized

2004-06-26 17:29 VS, revision 28036

fixed sash dragging after programatically trying to set sashpos < minsize

2004-06-26 15:53 VS, revision 28035

implemented 3state checkboxes in wxGTK with GTK2

2004-06-26 15:51 VS, revision 28034

doubleclick selects cell for editing

2004-06-26 15:25 VS, revision 28033

more fixes to keypress handling in wxGTK: 1. don't eat unprocessed events originating from child widgets 2. tell IM context about focus changes 3. set wxKeyEvent modifiers information from last GdkEventKey leading to IM's commit signal

2004-06-26 14:11 VS, revision 28032

change of msgids patch description was inaccurate; fixed

2004-06-26 13:34 VZ, revision 28031

added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test for it to the text sample

2004-06-26 13:14 VZ, revision 28030

added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test for it to the text sample

2004-06-26 10:02 SC, revision 28029

allow a - at the beginning of a menu item (would become a separator by default)