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

2011-08-08 12:23 VS, revision 68598

Check for invalid items in generic wxDataViewCtrl::GetSelections(). This shouldn't normally happen, but if some bug causes it, detect it.

2011-08-08 12:11 VS, revision 68597

Remove selection methods taking int from generic wxDataViewCtrl. Current public API uses wxDataViewItem, this code dated back to 2.8. They were now protected instead of public, the code wasn't used anywhere and wasn't portable, it existed only in the generic version.

2011-08-08 11:32 VZ, revision 68596

Added wxTopLevelWindow::MSWGetSystemMenu() method. Also generate events corresponding to WM_SYSCOMMAND messages for the custom items of the system menu. Add a small snippet to test the new functionality to the dialogs sample.

2011-08-08 11:32 VZ, revision 68595

Added private wxMenu::MSWNewFromHMENU() method. Add a method allowing creation of a wxMenu object from a native menu handle. This will be used to implement access to the system menu in an upcoming commit but could also be useful for other purposes.

2011-08-08 10:33 VZ, revision 68594

Fix compilation with g++ 4.7 (prerelease). The workaround for a bug in g++ 3.5 breaks compilation with 4.7 which implements two-phase lookup correctly, so disable this workaround for 4.7 and later. We could probably even only enable it for 3.x but this doesn't really matter as previous 4.x releases don't have problems with this anyhow. Closes #13385.

2011-08-08 09:41 JC, revision 68593

samples/animate works

2011-08-08 08:15 JC, revision 68592

Ported these two files to wxgtk3

2011-08-08 03:15 JC, revision 68591

Working on porting wxAdvance features from wxgtk2 to wxgtk3. wxBitmap needs to be fixed very soon to make it possible

2011-08-08 02:22 JC, revision 68590

Added buttion->event_window compatibility

2011-08-08 01:34 JC, revision 68589

Added anybutton.cpp to wxgtk3

2011-08-08 01:22 JC, revision 68588

Changed the test order of WXGTK=3 and WXGTK=2 in configure.in. So far wxgtk3 doesn't support gtkprint or gnomeprint

2011-08-08 01:19 JC, revision 68587

Added anybutton.cpp/anybutton.h

2011-08-07 21:31 VZ, revision 68586

Use 0 instead of NULL to avoid g++ warning. g++ (usefully) warns when assigning NULL to a non-pointer in wxGDIPlusRenderer. Just use 0 instead of NULL to avoid the warning.

2011-08-07 20:32 JC, revision 68585

Still use gtk2 drawing function to draw the size grip of statusbar. gtk3.0 equivalent function needs more effort to make it right

2011-08-07 20:19 JC, revision 68584

Added a Perl script to generate Makefile for samples supporting 'make -j8', i.e. concurrent make. See the comment in the code for more details

2011-08-07 19:29 VS, revision 68583

Use ChangeCurrentRow() in wxDataViewMainWindow::ItemDeleted().

2011-08-07 19:29 VS, revision 68582

Clean up wxDataViewMainWindow::ItemDeleted() a bit. Reuse shared code instead of duplicating it. No real changes.

2011-08-07 19:29 VS, revision 68581

wxDataViewSelection private type doesn't need to be exported.

2011-08-07 19:29 VS, revision 68580

Remove unused ItemList type from datavgen.cpp.

2011-08-07 17:32 PC, revision 68579

fix another use of GtkFixedChild

2011-08-07 11:24 SJL, revision 68578

Remove some out of date comments.

2011-08-07 11:19 SJL, revision 68577

Remove the WebView - wxWebViewWebKit map as our policy delegates already held a pointer to the control.

2011-08-07 10:51 JC, revision 68576

Fixed a GTK+ size_allocate bug. samples/minimal is working OK now

2011-08-07 01:02 JC, revision 68575

wxaui can be built

2011-08-06 21:37 JC, revision 68574

Moved files in src/gtk3 to src/gtk in order to browse easily in vim. They might be moved back in future