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-12-03 13:52 VZ, revision 43756

remove pointer to the changelog in the docs which isn't up to date

2006-12-03 13:43 VZ, revision 43755

fix initial layout of the widgets pages: avoid calling Fit() on them

2006-12-03 13:41 VZ, revision 43754

added --disable-vararg_macros option to allow not using vararg macros even if they're supported (useful if the user code doesn't want to use C99 extensions)

2006-12-03 10:11 JS, revision 43753

Text style fix

2006-12-03 05:13 PC, revision 43752

better fix for keeping m_pos in sync

2006-12-03 04:09 PC, revision 43751

fix memory leak and performance problem in Freeze

2006-12-02 22:47 VZ, revision 43750

removed many redundant 'overview's; tried to make more clear what each overview covers

2006-12-02 18:35 VZ, revision 43749

removed 2 more extra '{'s

2006-12-02 18:33 VZ, revision 43748

escape underscores to fix the docs build

2006-12-02 18:17 VZ, revision 43747

remove extra '{' which broke docs compilation

2006-12-02 17:14 RR, revision 43746

Managed to trick LaTex into using the overviews and using the nicer formating of them

2006-12-02 14:11 VZ, revision 43745

added Get(MultiLine)TextEvent() overloads returning wxSize which are used by wxPackageManager (patch 1595123)

2006-12-02 12:51 VZ, revision 43744

more woodoo in DoGetBestSize() to get rid of tree borders for default-sizes controls

2006-12-02 12:50 VZ, revision 43743

reset the old disabled image list even if there is no new one (bug 1604374)

2006-12-02 12:50 VZ, revision 43742

SetFormat() exists in generic version only (bug 1605753)

2006-12-02 12:49 VZ, revision 43741

escape '<' in strings with Pango markup

2006-12-02 05:00 RD, revision 43740

reSWIGged

2006-12-02 04:53 RD, revision 43739

Typo and whitespace tweaks

2006-12-02 04:52 RD, revision 43738

Implemented wxLocale::IsAvailable for unix systems

2006-12-02 04:51 RD, revision 43737

Added some modules from Riaan Booysen: * wx.lib.flagart: contains icons of the flags of many countries. * wx.lib.art.img2pyartprov: makes images embedded in a python file with img2py available via the wx.ArtProvider. * wx.lib.langlistctrl: A wx.ListCtrl for selecting a language, which uses the country flag icons. * An I18N sample for the demo.

2006-12-01 23:52 RD, revision 43736

Fix compile error

2006-12-01 23:51 RD, revision 43735

Ensure that the listctrl takes the focus on left-click

2006-12-01 20:31 KO, revision 43734

Allow wxGenericListCtrl to correctly handle Get/SetScrollPos [bug 1584099].

2006-12-01 20:01 KO, revision 43733

Native control on Mac draws its own arrows, so don't draw them ourselves in that case.

2006-12-01 16:07 RD, revision 43732

Fix DrawHeaderButton

2006-12-01 14:38 JJ, revision 43731

Committing in . added some #ifdef __WXDEBUG__ in the proper places around wxLogTrace(TRACE_DND... statements Modified Files: wxWidgets/src/gtk/dnd.cpp

2006-12-01 13:52 JS, revision 43730

Fix for newline breakage Inserting text now retains style at current position

2006-12-01 13:02 VS, revision 43729

destroy IDirectFBWindow in wxTLW dtor

2006-12-01 12:39 JS, revision 43728

Fixed insertion point bug

2006-12-01 10:14 VS, revision 43727

implemented wxFontEnumerator for wxDFB

2006-11-30 23:44 RD, revision 43726

Return optimal label width from DrawHeaderButton

2006-11-30 14:52 JS, revision 43725

Correction to style code

2006-11-30 13:50 JS, revision 43724

Correction to accessors

2006-11-30 13:24 RR, revision 43723

[ 1604925 ] Fix loading MIME types for KDE

2006-11-30 11:55 JS, revision 43722

Removed redundant code

2006-11-29 21:42 MW, revision 43721

Add a hack to allow an external jpeg library to still be used on cygwin/mingw/wine now that their windows headers define a type boolean conflicting with the jpeg headers.

2006-11-29 21:34 RR, revision 43720

Blind fixes for FindItem() for the native OS X version of wxListCtrk.

2006-11-29 21:10 RR, revision 43719

Simpler version of [ 1604590 ] wxListCtrl::FindItem & wxString

2006-11-29 15:57 RD, revision 43718

use a more appropriate setter for the Selection property

2006-11-29 15:55 RD, revision 43717

Another package name fix

2006-11-29 04:10 MR, revision 43716

[GTK] Do not define *_DEPRECATED macros for the gtk+ stack in preparation of a stable wx release, as we can not know what functions become deprecated in future releases of gtk+ and co, while the stable wx release should last the test of time. We could do some preprocessor magic to automatically define the macros only for development releases (whose minor version number is odd, not even), but as the releases is close, don't do this at this point, as some compilers might not like the initial try. I will bring these macros back to HEAD, together with the automation, once 2.8 branches.

2006-11-29 00:29 VZ, revision 43715

fixed unused variable warning

2006-11-28 23:25 RD, revision 43714

A couple new simple tests

2006-11-28 23:24 RD, revision 43713

reSWIGged

2006-11-28 23:24 RD, revision 43712

Added scripts to build debian packages

2006-11-28 23:23 RD, revision 43711

regenned ReST docs

2006-11-28 23:12 RD, revision 43710

Avoid assert on Mac

2006-11-28 23:11 RD, revision 43709

Make room for the focus ring to be visible on Mac. wxMac fix for resetting the focus to the textctrl when the combo ctrl gets it.

2006-11-28 20:44 MW, revision 43708

Rename boolean to wxjpeg_boolean to avoid conflicts.

2006-11-28 17:33 KO, revision 43707

Fix one-off error in virtual wxListCtrl.