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)

2007-04-23 20:11 VZ, revision 45606

don't select the window about to be deleted as parent for modal dialog in ShowModal()

2007-04-23 20:09 VZ, revision 45605

use GetParentForModalDialog() in ShowModal() to ensure we don't select a window being deleted as parent

2007-04-23 20:07 VZ, revision 45604

test that the candidate parent window isn't being deleted (this would result in a crash later)

2007-04-23 15:37 PC, revision 45603

revert move events change, it blocks programmatic move events as well

2007-04-23 15:16 VZ, revision 45602

remove wxWindow::m_needParent and use GTKNeedsParent() which can be overridden in just wxMenuBar (and not set in each and every wxGTK control)

2007-04-23 09:28 RR, revision 45601

Typo in docs [ 1693034 ] 2.8.3: wrong docs for wxCHECK_W32API_VERSION

2007-04-23 04:44 PC, revision 45600

don't send move events for size changes

2007-04-23 04:33 PC, revision 45599

fix return type for "map_event" and "unmap_event" handlers

2007-04-23 00:45 VZ, revision 45598

don't use wxLocale if wxUSE_INTL==0 (fixes 2nd part of bug 1692898)

2007-04-23 00:43 VZ, revision 45597

define wxGetTranslation() as (trivial) inline function, not macro, in wxUSE_INTL==0 case to allow compilation of the code using its second domain argument (fixes bug 1692898)

2007-04-22 23:14 VZ, revision 45596

really ensure that the window being centered is fully visible (fixes bug reported in patch 1683239); also place it on the same display as its parent, if any [backport from HEAD]

2007-04-22 23:07 VZ, revision 45595

really ensure that the window being centered is fully visible (fixes bug reported in patch 1683239); also place it on the same display as its parent, if any

2007-04-22 22:20 VZ, revision 45594

compilation fixes for PCH-less build

2007-04-22 21:25 VZ, revision 45593

added wxStdDialogButtonSizer test (patch 1705382)

2007-04-22 21:19 VZ, revision 45592

detect if there was an error in standard GTK+ options processing and exit in such case

2007-04-22 21:18 VZ, revision 45591

update wxApp::argc/argv to remove the options parsed by GTK+ itself from them [backport from HEAD]

2007-04-22 21:17 VZ, revision 45590

update wxApp::argc/argv to remove the options parsed by GTK+ itself from them

2007-04-22 20:54 VZ, revision 45589

added wxAppTraits::GetStandardCmdLineOptions() allowing to add the description of the standard toolkit options to the usage message and implement it for wxGTK2 (patch 1703077)

2007-04-22 20:34 VZ, revision 45588

added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)

2007-04-22 20:30 VZ, revision 45587

added HasExtraStyle()

2007-04-22 20:27 VZ, revision 45586

don't pass unneeded arguments to AdustForGrowables()

2007-04-22 20:20 VZ, revision 45585

add m_ prefix to the member variables and remove unneeded dialogParent field (part of patch 1702962)

2007-04-22 19:32 VZ, revision 45584

don't leave pixels due to rounding errors in wxBoxSizer, allocate the extra pixels to the last item(s) instead, as wxFlexGridSizer (now) does

2007-04-22 19:20 VZ, revision 45583

Many changes/fixes to wxFlexGridSizer implementation (no API changes): - fix the problems addressed by the patch 1667343: * only distribute extra space between growable items, not all space * take hidden items and gaps into account for ALL grow mode layout * fix rounding errors by allocating the remaining pixels to the last item(s) - refactor the code to avoid duplication between row/column cases - use STL-like wxList methods instead of compatibility ones

2007-04-22 17:49 VZ, revision 45582

don't let def window proc start another drag operation if we just started one ourselves for a multiselection tree (replaces patch 1702133) [backport from HEAD]

2007-04-22 17:47 VZ, revision 45581

updated SetFont() documentation: it returns bool, not void (bug 1705330)

2007-04-22 17:43 PC, revision 45580

fix double to int conversion warning

2007-04-22 15:17 VZ, revision 45579

don't leave gaps around hidden columns/rows in wxFlexGridSizer (closes bug 1659872; part of patch 1667343) [backport from HEAD]

2007-04-22 15:14 VZ, revision 45578

don't leave gaps around hidden columns/rows in wxFlexGridSizer (closes bug 1659872; part of patch 1667343)

2007-04-22 12:50 VZ, revision 45577

distribute only the extra, free, space according to the items proportions in wxBoxSizer and not the entire available space

2007-04-22 12:31 VZ, revision 45576

(blind) compilation fixes after latest changes

2007-04-22 00:18 KO, revision 45575

Backport of key handling and selection fixes.

2007-04-22 00:04 VZ, revision 45574

don't pass 0 time_t to Borland localtime(), it crashes (bug 1704438); also check for error return from both localtime() and gmtime() [backport from HEAD]

2007-04-22 00:03 VZ, revision 45573

don't pass 0 time_t to Borland localtime(), it crashes (bug 1704438); also check for error return from both localtime() and gmtime()

2007-04-21 23:24 VZ, revision 45572

allow having children of status bar in XRC (patch 1704125) [backport from HEAD]

2007-04-21 23:17 KO, revision 45571

Backporting support for adding wx Window menu items into the system Window menu.

2007-04-21 23:01 KO, revision 45570

Return wx menu items inserted into the Window system menu, similar to what we do for Help and application menus.

2007-04-21 21:44 KO, revision 45569

Fix bug with m_current causing EVT_LIST_KEY_DOWN events not to fire in virtual mode, also added handler for navigation keys and tweaked the virtual code for setting selection.

2007-04-21 21:14 VZ, revision 45568

don't let def window proc start another drag operation if we just started one ourselves for a multiselection tree (replaces patch 1702133)

2007-04-21 19:29 VZ, revision 45567

added support for image resolution options to PNG handler (heavily modified patch 1704128)

2007-04-21 18:57 VZ, revision 45566

allow having children of status bar in XRC (patch 1704125)

2007-04-21 18:50 VZ, revision 45565

readded wxEditableListBox as part of adv library

2007-04-21 18:32 VZ, revision 45564

added safe check for Pango version and use it to avoid underline hack in wxDC::DrawText() (modified patch 1702301)

2007-04-21 18:17 VZ, revision 45563

add missing dynarray.h includes (patch 1702312) [backport from HEAD]

2007-04-21 18:13 VZ, revision 45562

add missing dynarray.h includes (patch 1702312)

2007-04-21 18:11 VZ, revision 45561

added wxStreamBuffer::Truncate() (patch 1687081)

2007-04-21 17:02 PC, revision 45560

remove redundant GTK_WIDGET casts

2007-04-21 15:13 VZ, revision 45559

fix WXDLLIMPEXP_STC definition when building all wx libraries as DLLs (patch 1704527)

2007-04-21 15:10 VZ, revision 45558

fix bug with not updating the last line correctly when a group was deleted and recreated (bug 1685312) [backport from HEAD]

2007-04-21 15:04 VZ, revision 45557

fix bug with not updating the last line correctly when a group was deleted and recreated (bug 1685312); added a unit test for this