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-31 06:50 KO, revision 44081

Adding overview docs and a couple tweaks to the demo.

2006-12-31 06:06 KO, revision 44080

Add SizedControls demo.

2006-12-31 06:03 KO, revision 44079

Make sure mouse events are only sent in the case of the native control.

2006-12-30 21:46 SN, revision 44078

Fixed mismatch between wxOperatingSystemIdNames and wxOperatingSystemId (patch #1625019).

2006-12-30 20:21 CE, revision 44077

revert this as Vadim's seems cleaner http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/distrib/scripts/create_archives.sh.diff?r1=1.19&r2=1.20

2006-12-29 20:22 VZ, revision 44076

wxVariant and wxVariantData are ref counted too (patch 1624344)

2006-12-29 20:18 VZ, revision 44075

wxFileModificationTime return -1, not 0, on error (patch 1624484)

2006-12-29 20:16 VZ, revision 44074

fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)

2006-12-29 19:37 JS, revision 44073

Process capture lost event to avoid assertion

2006-12-28 20:03 PC, revision 44072

fix idle handling when a new event loop is run from an idle event handler

2006-12-28 17:50 KO, revision 44071

Fixing inactive state drawing, and removing warning.

2006-12-28 16:33 VS, revision 44070

added comment with pointers to wxEVT_MOUSE_CAPTURE_LOST discussion

2006-12-28 16:08 SC, revision 44069

fix to always have a proper activation for DataBrowser controls (stay in bkgnd otherwise) bug 1621547

2006-12-28 13:52 JS, revision 44068

Temporary fix for inconsistent menu item margins (see Quit item in ownerdraw sample)

2006-12-28 06:33 KO, revision 44067

exposing generic system option define, adding missing event.Skip() to OnChar, and tweaking handling of scrollbars.

2006-12-27 15:49 SC, revision 44066

applying patch 1622389, fixing two memory leaks

2006-12-26 20:44 KO, revision 44065

Add middle-item click support.

2006-12-26 20:32 RD, revision 44064

Fix for bug #1621459, Made the Selection property read-only since it needs two parameters. You can instead use SelectionStart and SelectionEnd properties for setting the selection if needed.

2006-12-25 19:28 KO, revision 44063

Stop crash when wxVSCROLL is specified for native OS X wxListCtrl.

2006-12-25 14:39 VZ, revision 44062

show RTL message box (in Unicode build only) when using RTL (patch 1622000)

2006-12-25 00:34 KO, revision 44061

Add new wxListCtrl symbols.

2006-12-25 00:21 KO, revision 44060

Implement LIST_KEY_DOWN support, and move new functions into wxABI_VERSION.

2006-12-24 19:50 VS, revision 44059

disable (some) features that are not available in DirectFB

2006-12-24 19:06 VS, revision 44058

fixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWORKSPACE

2006-12-24 18:39 KO, revision 44057

Implementing LIST_ITEM_RIGHT_CLICK event support, and fixing sorting (turning off code for native sorting).