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

2006-04-11 21:24 VZ, revision 38678

compilation fix after wxGTK_CONV changes

2006-04-11 18:32 ABX, revision 38677

Update wxMGL/wxOS2 makefiles.

2006-04-11 14:18 VZ, revision 38676

added wx/font.h include to fix PCH-less build

2006-04-11 13:26 ABX, revision 38675

Regenerated Makefile after wxBaseOS2 fix.

2006-04-11 12:54 ABX, revision 38674

Backported wxBase with OS2 build fix with Makefile rebuild.

2006-04-11 05:53 SC, revision 38673

Ryan's patch 1468129 , 1) Don't hog mouse events from other windows 2) Don't crash on mouse and other events when a bad file is loaded 3) Correctly detect whether a file can be loaded or not (Forgot to call ::ClearMoviesStickyError()) 4) Real workaround for the wxNotebook issue (by using offscreen GWorld) 5) Nuke of CreateMovieControl version and many other cleanups

2006-04-11 05:45 SC, revision 38672

Ryan's patch 1467727 , removing the SetValue from SetRange when not needed and some cleanups

2006-04-11 01:43 RD, revision 38671

Add wxST_DOTS_MIDDLE and wxST_DOTS_END constants

2006-04-11 01:37 VZ, revision 38670

removed wxGTK2 hack, not needed any more

2006-04-11 01:34 VZ, revision 38669

if we don't convert message catalog strings to the UI encoding, use message catalog encoding for the UI

2006-04-11 01:18 RD, revision 38668

Acquire the GIL in GetSelections

2006-04-11 01:05 VZ, revision 38667

Unicode compilation fix after last commit

2006-04-11 01:04 VZ, revision 38666

some code simplifications, no real changes

2006-04-11 00:36 VZ, revision 38665

added wxConvUI which determines the conversion used for the UI elements and can be changed from the user code

2006-04-11 00:33 VZ, revision 38664

documented all the other global conversion objects (wxConvLocal, wxConvISO8859_1, wxConvUTF8)

2006-04-10 23:53 VZ, revision 38663

use wxConvLocal for wxFONTENCODING_SYSTEM/DEFAULT in wxConvertToGTK()

2006-04-10 22:26 VZ, revision 38662

all encodings are available in GTK+ 2 (because we always convert to UTF-8 anyhow)

2006-04-10 22:22 VZ, revision 38661

use the encoding of the font which is used to draw the text when convering it to UTF-8 in wxGTK_CONV; the old wxGTK_CONV renamed to wxGTK_CONV_SYS (uses system encoding) and used in the contexts where no font is available

2006-04-10 21:53 VZ, revision 38660

no changes, just corrected the comment for wxConvLocal

2006-04-10 19:42 VZ, revision 38659

wxGetActiveWindow() exists in wxGTK

2006-04-10 19:10 ABX, revision 38658

Bug #1467905: wxOS2 headers not included in wxBase.

2006-04-10 16:22 VZ, revision 38657

don't let the user modify the contents of read-only control (modified patch 1463707)

2006-04-10 15:08 VZ, revision 38656

added wxDCClipper ctor overload taking a wxRegion and documented it

2006-04-10 14:58 vell, revision 38655

cleanup - reformatting

2006-04-10 13:42 ABX, revision 38654

Blind check for compatibility flags.