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

2013-06-12 15:55 VZ, revision 74182

French translations update from Xaviou. Closes #15247.

2013-06-12 15:54 VZ, revision 74181

Don't translate closing single quote in the font face name. This is completely unnecessary and just creates extra work for the translators. See #15247.

2013-06-12 11:52 JS, revision 74180

Backported fix to not give focus to the search control buttons

2013-06-12 11:51 JS, revision 74179

The style listbox now takes into account the style background colour if specified.

2013-06-12 11:51 JS, revision 74178

The style listbox now takes into account the style background colour if specified.

2013-06-12 08:51 SC, revision 74177

adding hook, but unfortunately no solution yet for wxComboBox::SetEditable

2013-06-12 07:46 SC, revision 74176

now working on cocoa as well

2013-06-12 07:45 SC, revision 74175

cocoa needs a special implementation for read-only combo box

2013-06-12 07:25 SC, revision 74174

Clear is also expected to clear the text

2013-06-12 01:14 SC, revision 74173

missing commit

2013-06-12 00:33 SC, revision 74172

disable tests depending on a focusable slider control

2013-06-12 00:27 SC, revision 74171

draghino explicitly

2013-06-12 00:26 SC, revision 74170

adding default impl

2013-06-12 00:25 SC, revision 74169

add more high-level event concepts, fixing native button number

2013-06-12 00:21 SC, revision 74168

moving click point sightly more inside, #ifndef tests failing with the generic implementation

2013-06-12 00:19 SC, revision 74167

fixing typo

2013-06-12 00:18 SC, revision 74166

fixing include styles

2013-06-11 19:56 SC, revision 74163

notify the event loop that synthesized events are on the queue, wait for them to be available, also on OSX a double click has to be synthesized slightly differently

2013-06-11 19:54 SC, revision 74162

better support for ui action simulation

2013-06-11 18:46 VS, revision 74161

Use correct extensions in wxDynamicLibrary::CanonicalizeName() on OS X. Contrary to the documentation, this function incorrectly appended the .bundle extension on OS X for libraries as well as modules. Fixed to use .dylib for libraries (wxDL_LIBRARY) and continue to use .bundle for loadable modules (wxDL_MODULE). Change GetDllExt() to take optional wxDynamicLibearyCategory argument.

2013-06-11 16:01 JS, revision 74160

Untranslated strings now won't be overwritten by regenerating the dialog.

2013-06-11 14:25 VZ, revision 74159

Fix wrong use of EVT_COMMAND in the example in wxThread documentation. As the event being defined is a wxThreadEvent, EVT_THREAD must be used. Also rename wxEVT_COMMAND_MYTHREAD_UPDATE to myEVT_THREAD_UPDATE to avoid using "wxEVT_" prefix reserved by wx itself.

2013-06-11 12:20 JS, revision 74158

Fixed a refresh bug due to the optimized refresh rect being calculated incorrectly.

2013-06-10 17:53 VZ, revision 74156

Add wxMouseEvent::GetColumnsPerAction(). This is similar to the existing GetLinesPerAction() but is for, surprise, columns. Also change the documentation to say that the value returned by both of these methods is 3 under "most platforms" as some wxOSX currently uses 1 and not 3. Closes #15239.

2013-06-10 17:53 VZ, revision 74155

Avoid problems when reparenting a TLW under a child in wxGTK. Don't use a TLW with gtk_fixed_put(). Closes #15237.