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

2007-04-26 02:52 PC, revision 45656

really fix window being repositioned after hiding, then reshowing

2007-04-26 02:23 VZ, revision 45655

don't assert in wxUniv SetSelection(wxNOT_FOUND), just clear text zone contents

2007-04-26 02:22 VZ, revision 45654

don't assert in SetSelection(wxNOT_FOUND), just clear text zone contents

2007-04-26 02:17 VZ, revision 45653

don't assert in SetSelection(wxNOT_FOUND), just clear text zone contents (patch 1707475) [backport from HEAD]

2007-04-26 02:15 VZ, revision 45652

move wxKEY_XXX constants to wx/defs.h from wx/list.h and wx/hash.h to avoid duplicating their declarations

2007-04-26 02:13 VZ, revision 45651

don't assert in SetSelection(wxNOT_FOUND), just clear text zone contents (patch 1707475)

2007-04-26 02:10 VZ, revision 45650

allow to test changing combobox selection too

2007-04-26 01:26 VZ, revision 45649

use wxCopyRectToRECT() instead of duplicating its code (patch 1707294)

2007-04-26 01:04 RD, revision 45648

invalidate the best size when adding or deleting items

2007-04-26 00:15 RD, revision 45647

ensure there is a current cell before using it to try and get width/height

2007-04-26 00:08 RD, revision 45646

backport the shrinking embedded controls fix

2007-04-26 00:06 RD, revision 45645

backport file extension case fix

2007-04-25 19:21 VZ, revision 45644

leave only wxString overloads for of the functions working with string keys; remove the old variant of hash table (deprecated since 2.4)

2007-04-25 12:36 VZ, revision 45643

compilation fix after c_str() changes

2007-04-25 09:22 RR, revision 45642

Added compile guards to wxEditableListBox

2007-04-25 08:40 RR, revision 45641

Added mini docs for wxChoicebook

2007-04-25 08:33 RR, revision 45640

Added mini docs to wxListbook

2007-04-25 08:20 RR, revision 45639

Typo.

2007-04-25 01:49 VZ, revision 45638

changed wxDC::GetTextExtent() and related methods to take const wxFont pointer, for consistency with wxWindow::GetTextExtent() and because it generally doesn't need a non-const font

2007-04-25 01:38 VZ, revision 45637

don't declare inline function with dllexport declaration, this provokes mingw32 warnings and is unnecessary anyhow

2007-04-24 20:53 RD, revision 45636

demo tweaks

2007-04-24 20:52 RD, revision 45635

test activate event

2007-04-24 20:50 RD, revision 45634

Update treemixin to 1.0

2007-04-24 20:49 RD, revision 45633

Fix typo that prevented an overridden PaintBackground in a wx.grid.PyGridCellEditor derived class from being called.

2007-04-24 20:47 RD, revision 45632

More fixes needed for allowing classes to be derived from PyAuiDockArt and PyAuiTabArt.

2007-04-24 20:42 RD, revision 45631

Use lower case property names in wx.DateSpan and wx.TimeSpan in order to not conflict with static methods with same names.

2007-04-24 20:29 RD, revision 45630

Use wxWANTS_CHARS style

2007-04-24 20:28 RD, revision 45629

bump version number

2007-04-24 20:25 RD, revision 45628

Use wx.FileHistory for the recent files menu

2007-04-24 18:00 RR, revision 45627

Use child's listmodelnotifier's destructor (by overloading it) to get informed about the destruction of the child model in a sorted model. Removed Freed() method used for that so far.

2007-04-24 16:19 VS, revision 45626

removed wxCStrData::operator bool(), using c_str() return value as bool doesn't make any sense and any code that stops compiling because of this is almost certainly buggy

2007-04-24 15:51 VS, revision 45625

corrected (Do)GetWriteBuf() return types to use more appropriate type (no real difference)

2007-04-24 14:09 VS, revision 45624

added test for a crash when passing wxCStrData constructed from a literal (operator?: operand) to a vararg template

2007-04-24 12:35 VS, revision 45623

fixed broken wxCStrData and operator?: check

2007-04-24 12:15 CE, revision 45622

add missing makefile.vc

2007-04-24 10:59 VS, revision 45621

removed unused APPEND_STR macro

2007-04-24 09:44 RR, revision 45620

Correct MVC update region in GTK+ native version so that it takes horizontal scrolling into account.

2007-04-24 09:36 RR, revision 45619

Change SetValue( wxVariant &value ) to SetValue( const wxVariant &value ) (already documented) Delete in-place editing control through pending list, not in event handler.

2007-04-24 08:28 RR, revision 45618

Mention that wxBookCtrlBase derived controls do derive from that common class and link it to the wxBookCtrl overview.

2007-04-24 08:13 RR, revision 45617

Updated docs.

2007-04-24 03:44 PC, revision 45616

Fix window being repositioned after hiding, then reshowing. Fix wrong return in Show().

2007-04-23 23:27 RD, revision 45615

reSWIGged

2007-04-23 23:24 RD, revision 45614

Tweaks needed to update to current CVS

2007-04-23 22:19 VZ, revision 45613

fix bug introduced in wxFontRefData::SetNativeFontInfo() in 1.89: remember that we do have native font info

2007-04-23 22:08 VZ, revision 45612

fix SelectItem() for single selection case which was broken by recent changes

2007-04-23 21:52 VS, revision 45611

ANSI build compilation fix

2007-04-23 21:25 VS, revision 45610

compilation fix: setlocale() returns non-const string pointer

2007-04-23 20:42 VS, revision 45609

added code for checking if the current locale is UTF-8 at runtime

2007-04-23 20:17 VZ, revision 45608

tiny change to make g++ 3.3 compile the latest version

2007-04-23 20:14 VZ, revision 45607

added implicit conversion of wxString to const void * for compatibility with the code doing things like file.Write(s, len)