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-14 09:15 JS, revision 38703

Steps towards implementing native-style, non-top-level toolbars on Mac by implementing a toolbar class that uses native buttons. Ultimately this should allow wxToolbook and wxPropertySheetDialog classes to look native, when we complete the button API improvements to combine text, bitmaps and toggling.

2006-04-14 03:05 JG, revision 38702

Fix bug in GetTimeZone where timezone wasn't set.

2006-04-13 22:08 VS, revision 38701

1. added abstract interface to wxHtmlWindow for use by wxHtmlWinParser and implemented it for wxHtmlListBox 2. used the above to implement clickable links support in wxHtmlListBox

2006-04-13 18:24 ABX, revision 38700

All book controls shares wxBK_* flags [bug #1469980].

2006-04-13 14:37 JS, revision 38699

Compile fix

2006-04-13 14:22 JS, revision 38698

On screens with restricted space, it's useful to be able to add controls to e.g. the wxChoice control of a wxChoicebook. GetControlSizer allows an app to do that, and we also add a control margin which may or may not be respected by individual book controls.

2006-04-13 12:41 JG, revision 38697

Fix casts from void* to int on x86_64 gcc by using wxUIntPtr instead.

2006-04-13 12:16 VZ, revision 38696

initialize nulLen to 0 for all compilers as some versions of gcc don't see that it's not used if left uninitialized too (bug 1469637)

2006-04-13 10:19 SC, revision 38695

utf16-utf32 correction , sign warning fixes

2006-04-13 08:25 JS, revision 38694

Added Makefile.in

2006-04-13 08:18 SC, revision 38693

getting rid of two (incorrect) uninited vars warnings

2006-04-13 08:16 SC, revision 38692

sign conversion warning fix

2006-04-13 08:07 SC, revision 38691

2.6 API wasn't having a bCase param

2006-04-13 08:01 RL, revision 38690

Really don't build the common packages for 2.4 anymore.

2006-04-13 07:40 RL, revision 38689

Updates for the Debian 2.4.5 release, includes fixes for broken assignments to a non-lvalue, which fails with a strict compiler.

2006-04-13 06:19 SC, revision 38688

sign conversion warning fix

2006-04-12 20:31 SN, revision 38687

Fixed GetSelection to behave the same as for the other ports, added GetCurrentSelection.

2006-04-12 16:22 VZ, revision 38686

mention UTF-16/32 fixes

2006-04-12 14:29 JS, revision 38685

Addd IsDynamic, added const to CreateObject

2006-04-12 13:46 JS, revision 38684

Added IsDynamic to XTI

2006-04-12 13:33 JS, revision 38683

Applied patch [ 1463711 ] wxRichTextCtrl fix for pasting text (too many linefeeds).

2006-04-12 13:06 JS, revision 38682

Applied patch [ 1211299 ] Minor mod to wxClassInfo to improve usability David Falkinder

2006-04-12 00:47 VZ, revision 38681

made ShouldPreventAppExit() public

2006-04-12 00:17 VZ, revision 38680

a better compilation fix after wxGTK_CONV changes

2006-04-11 21:28 VZ, revision 38679

removed spurious if in DoGradientFillLinear()

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.