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.

2006-11-28 16:35 BIW, revision 43706

added wxAuiNotebook::Split() documentation

2006-11-28 16:24 MW, revision 43705

Rename boolean to wxjpeg_boolean to avoid conflicts, e.g. with boolean defined in the Windows headers.

2006-11-28 15:25 BIW, revision 43704

added wxAuiNotebook::Split(); hooked up wxAuiMDIParentFrame::Tile() to it

2006-11-28 14:55 JS, revision 43703

Added wxAuiNotebook::GetPageText, GetPageBitmap

2006-11-28 14:47 MW, revision 43702

Put setting of CC and CXX for wine back before compiler checks.

2006-11-28 06:52 KO, revision 43701

Fix SetItemCount bug with adding items, a blind fix for generic control dnd issues, native control impls for GetTopItem and GetScrollPos, and improve the code paths of the drawing color code.

2006-11-28 04:52 KO, revision 43700

Propagate key up events to the wxGenericListCtrl parent, like we do with key down and char events.

2006-11-27 22:04 VZ, revision 43699

better fix for scope resolution operator and Borland (bug 1592939): don't use it for struct stat but do use it for functions

2006-11-27 21:48 VZ, revision 43698

don't define wxMBFILES for Borland, this breaks compilation with wxUSE_UNICODE_MSLU (bug 1592939) and genereally speaking doesn't make any sense

2006-11-27 21:38 VZ, revision 43697

don't use scope resolution operator for Borland in wxPOSIX_IDENT() (part of the fix for bug 1592939)

2006-11-27 21:30 VZ, revision 43696

include stdio.h to get FILE declaration (bug 1592935)

2006-11-27 21:29 RR, revision 43695

[ 1603704 ] Fix g++ -Wall warning in gtk/src/toplevel.cpp (when compiling against GTK+ 2.10).

2006-11-27 21:20 RR, revision 43694

Compile fix of no backtrace() is present.

2006-11-27 20:18 RD, revision 43693

reSWIGged

2006-11-27 20:17 RD, revision 43692

Test for wx.TB_HORZ_LAYOUT too

2006-11-27 18:40 KO, revision 43691

Ensure that InsertItem doesn't lead to a crash in virtual mode, and don't use SortProperty to determined column clicked in virtual mode as we cannot sort virtual controls and it returns an invalid value.

2006-11-27 17:03 JS, revision 43690

Fixed some typos

2006-11-27 16:36 VZ, revision 43689

avoid assert in DoGetBestSize() for an empty tree

2006-11-27 16:35 VZ, revision 43688

cache the best size in overridden DoGetBestSize()

2006-11-27 15:03 VZ, revision 43687

don't link with GUI libraries when wxUSE_GUI==0

2006-11-27 15:03 VZ, revision 43686

added test for Get/UngetWriteBuf()

2006-11-27 15:03 VZ, revision 43685

NUL terminate the string in UngetWriteBuf(len) (bug 1594189)

2006-11-27 15:02 VZ, revision 43684

make Ok button in the dialog the default one as people expect it (see bug 1582051)

2006-11-27 15:02 VZ, revision 43683

fixed missing initialization of line variable in InitFrames() (coverity id 213)

2006-11-27 15:02 VZ, revision 43682

replaced assert in wxPrintfConvSpec::ReplaceAsteriskWith() with a wxCHECK to avoid crash in release builds (coverity id 212)

2006-11-27 15:01 VZ, revision 43681

ensure that image data is always freed by using wxON_BLOCK_EXIT in ReadTGA() (coverity id 202)

2006-11-27 15:01 VZ, revision 43680

need to tweak the standard header with BCC 5.6 to build wx currently

2006-11-27 14:12 CE, revision 43679

copy setup.h from setup0.h

2006-11-27 13:37 CE, revision 43678

up to 2.8.0rc

2006-11-27 13:36 CE, revision 43677

add setup.h to tarball

2006-11-27 13:25 CE, revision 43676

remove .# from makefile tarball

2006-11-27 13:16 CE, revision 43675

fix SF bug 1602033

2006-11-27 11:50 CE, revision 43674

first try at getting os watcom makefiles

2006-11-27 11:04 ABX, revision 43673

Warning fixes and source cleaning.

2006-11-27 10:56 ABX, revision 43672

Warning fix for eVC4 build.

2006-11-27 10:20 CE, revision 43671

create single htb and htm docs

2006-11-27 09:50 MW, revision 43670

Check for G_FILENAME_ENCODING=@locale case insensitively.

2006-11-27 09:21 ABX, revision 43669

Cast adjusted to expected integer range.

2006-11-27 04:13 KO, revision 43668

Implement SetItemState for native virtual listctrl.

2006-11-27 03:55 KO, revision 43667

Updates for AUI wrappers.

2006-11-26 23:50 KO, revision 43666

Moved wxpyaddons.wxcommunity.com to wxaddons.wxcommunity.com to be consistent about naming. Also, removed hardcoded url variable, added a note about grabbing the URL, and updated tests.

2006-11-26 22:12 JS, revision 43665

Don't apply bounding box adjustment when using generic tree control

2006-11-26 21:50 JS, revision 43664

Added DnD guard

2006-11-26 20:41 JS, revision 43663

Further wxRTC doc updates

2006-11-26 20:20 VZ, revision 43662

replaced some chars with wxChars (patch from Tim Kosse)

2006-11-26 20:18 VZ, revision 43661

compilation fix for BCC 5.5: use IsSameAs() instead of accessing m_refData directly which somehow fails with this compiler

2006-11-26 20:05 VS, revision 43660

destroy IDirectFBWindow in wxTLW dtor

2006-11-26 18:48 RR, revision 43659

[ 1602455 ] [docs] Fix docs for event used by pickers & collapsiblepane

2006-11-26 18:46 RR, revision 43658

[ 1603286 ] make wxMessageDialog Gnome HIG conform for yes_no+cancel

2006-11-26 18:43 RR, revision 43657

[ 1602454 ] [docs] Fix wxANIM_ enum values