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-13 15:54 VZ, revision 68680

Fix bitmap position attribute name in XRC handler. Bitmap position attribute was called "bitmapposition" in the documentation and in the code that generated an error message for a wrong value in it but was inexplicably called "direction" in the code that really looked it up. This seems to be just a straight typo from the original r61065. Surprising as it is that it wasn't noticed before, do correct it now.

2011-08-13 12:07 SJL, revision 68679

Call Dismiss rather than Show(false) on the infobar to correct the layout.

2011-08-13 11:41 SJL, revision 68678

Fix loading history items under GTK. The wrong function was being used.

2011-08-13 00:58 JC, revision 68676

Minor change

2011-08-13 00:30 LV, revision 68675

wx[Action|Alert]SheetDialog wxiOS tests

2011-08-13 00:30 LV, revision 68674

wxScrolledWindow wxiOS tests

2011-08-13 00:30 LV, revision 68673

wxSegmentedCtrl SetButtonBackgroundColour

2011-08-13 00:30 LV, revision 68672

wxSegmentedControl changing/changed events

2011-08-13 00:30 LV, revision 68671

wxSegmentedCtrl tests

2011-08-13 00:30 LV, revision 68670

wxPageCtrl wxiOS tests

2011-08-13 00:29 LV, revision 68669

wxPageCtrl button click event

2011-08-13 00:29 LV, revision 68668

wxPageCtrl implementation bits

2011-08-13 00:29 LV, revision 68667

wxGauge wxiOS tests

2011-08-13 00:29 LV, revision 68666

wxToolBar wxiOS tests

2011-08-13 00:29 LV, revision 68665

wxStaticText background colors

2011-08-13 00:29 LV, revision 68664

wxNavigationCtrl tests

2011-08-13 00:29 LV, revision 68663

wxCheckBox event tests

2011-08-13 00:29 LV, revision 68662

wxTextCtrl read-only support

2011-08-13 00:29 LV, revision 68661

wxWebCtrl event tests

2011-08-13 00:29 LV, revision 68660

wxCheckBox wxiOS tests

2011-08-13 00:29 LV, revision 68659

wxWebKitCtrl wxiOS tests

2011-08-12 23:53 LV, revision 68658

wxTextCtrl wxiOS tests

2011-08-12 23:53 LV, revision 68657

wxStaticText wxiOS tests

2011-08-12 23:53 LV, revision 68656

Expanded wxNotebook test cases

2011-08-12 23:53 LV, revision 68655

Expanded wxNavigationCtrl test coverage

2011-08-12 23:40 JC, revision 68654

Minor changes

2011-08-12 18:10 PC, revision 68653

allow creating wxDC for un-realized window

2011-08-12 16:09 VZ, revision 68652

No changes, just remove gratuitous inefficiency from generic wxDVC. Don't return wxDataViewMainWindow::m_selection array by value, returning a const reference to it is enough and avoids completely unnecessary memory allocations and copying of potentially large amounts of data. Also make wxDataViewMainWindow::GetSelections() const.

2011-08-12 16:09 VZ, revision 68651

Fix compilation of generic wxDVC code when not using STL containers. wx sorted containers don't implement iterators so use indices to iterate over wxDataViewMainWindow::m_selection, just as r68613 already did in another place. Closes #13388.

2011-08-12 12:49 SJL, revision 68650

Update documentation about custom schemes and virtual file systems.

2011-08-12 12:44 SJL, revision 68649

Fix history in wxWebViewIE when using a custom file scheme.

2011-08-12 11:35 SJL, revision 68648

Use the data scheme to load resources in the WebKitGTK+ implementation, rather than temporary files.

2011-08-12 07:45 PC, revision 68647

remove unneeded gdk_window_get_pointer() call

2011-08-12 07:33 PC, revision 68646

pass proper window to gdk_window_get_pointer(), NULL does not work with GTK3

2011-08-11 20:56 SJL, revision 68644

Add support for custom scheme handling and virtual file systems to the OSX WebKit implementation.

2011-08-11 19:13 JC, revision 68643

Applied Paul's patch to make wxPizza scroolable in gtk+3

2011-08-11 14:21 SJL, revision 68642

2011-08-11 12:56 VZ, revision 68641

Use separate strings for stock labels with and without mnemonics. Obtaining the string without mnemonics by simply removing "&" characters from the string containing mnemonics doesn't work for some languages, notably Chinese where the convention is to use "Chinese Text (&M)" for the labels with "M" being the ASCII mnemonic and just "Chinese Text" and not "Chinese Text (M)" should be used if wxSTOCK_WITH_MNEMONIC flag is not specified. Fix the fundamental problem by using separate strings for the two cases. Translations still need to be updated to really correct the labels appearance.

2011-08-11 12:54 SJL, revision 68640

Fix typo in last commit

2011-08-11 12:49 SJL, revision 68639

Rename delegates to try and stop name clashes, probably with wxWebKitCtrl.

2011-08-11 10:43 SC, revision 68638

adjusting include styles

2011-08-11 10:43 SC, revision 68637

adjusting include styles

2011-08-11 10:42 SC, revision 68636

fixing osx_carbon

2011-08-11 10:24 SC, revision 68635

fixing osx_cocoa, there's a reason m_peer is private in the base class

2011-08-11 10:14 SC, revision 68634

fixing osx_cocoa

2011-08-11 02:39 DS, revision 68632

Fixed wxOSX build. Since r68621 dataview.cpp didn't compile anymore (at least with wxOSX-Carbon). Fixed by explicitly using wxDataViewItem's void * constructor in a few cases.

2011-08-10 23:57 VZ, revision 68631

Basque translations update from Xabier Aramendi.

2011-08-10 23:07 VZ, revision 68630

Also regenerate configure after wxWeb-related bakefile changes. Configure must be rebuilt after any changes to autoconf_inc.m4 but this wasn't done by the previous commit.

2011-08-10 22:25 JC, revision 68629

Added wxpizza_set_property and wxpizza_get_property for scroll policy

2011-08-10 22:11 JC, revision 68628

Added wxpizza_set_property and wxpizza_get_property