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