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-10 20:32 SJL, revision 68627

Complete rebake with web libraries to allow easier testing.

2011-08-10 20:10 SJL, revision 68626

Merge in from trunk r64802 - r68625

2011-08-10 19:57 JC, revision 68625

Merged the trunk

2011-08-10 19:46 JC, revision 68624

Working on scrollable window. Dataview can be built with gtk+2.0

2011-08-10 17:24 VS, revision 68623

Add some basic tests for wxDataViewCtrl selection handling.

2011-08-10 17:24 VS, revision 68622

Fix selection handling wxDataViewMainWindow::ItemDeleted(). The code to update m_selection was too aggressive in the virtual list case, when it simply cleared it, and broken for single-item selection in the general case. Fixed to recompute selection properly.

2011-08-10 17:21 VS, revision 68621

Make the wxDataViewItem(void*) constructor explicit. Not having this as an implicit one made it possible to create wxDataViewItem from any pointer without realizing it, leading to hard to debug crashes later.

2011-08-10 16:06 JS, revision 68620

Added the ability to deselect attributes in the font dialog

2011-08-10 16:06 JS, revision 68619

Added the ability to deselect attributes in the font dialog

2011-08-10 08:46 JC, revision 68618

Working on scrollable window

2011-08-10 00:17 DS, revision 68617

Added NSApplicationDelegate's openFiles for wxOSX-Cocoa. openFiles (available since OS X 10.3) replaces using the openFile method. It allows for more convenient handling of multiple drops and knowing in advance how much files/folders are dropped instead of openFile with which you only get to respond to a single file/folder drop at a time. By default openFiles calls the newly added MacOpenFiles which calls MacOpenFile multiple times, so ordinarily the behaviour is backwards compatible (both on wxOSX Cocoa and Carbon). The openFile instance method has been removed because it doesn't seem to be called anymore: neither when dropping a single file on the application in the dock or Finder nor when passed as a command-line argument.

2011-08-09 21:19 JC, revision 68616

Re-baked to get rid of the wired symbols in samples Makefile.in

2011-08-09 17:46 VZ, revision 68614

Don't reset wxTLW::m_iconized when hiding the window in wxMSW. Calling Hide() on an iconized window wrongly reset its m_iconized flag but hiding the window shouldn't affect it. Closes #13373.

2011-08-09 13:35 VS, revision 68613

Don't use iterators with wxDataViewSelection. They aren't implemented when using wx's homegrown sorted containers and adding support is probably more trouble than it's worth. Fixes #13388.

2011-08-09 13:25 VZ, revision 68612

No changes, just correct the helpview sample name in comment. "printing.cpp" was used for whatever reason.

2011-08-09 03:35 LV, revision 68611

Scope comments in wxiOS test project -- further attempt to figure out how much exactly is done

2011-08-08 20:44 JC, revision 68607

Added GTK+3 support

2011-08-08 17:15 VZ, revision 68606

Don't manually centre dialogs created with default position in wxMSW. We always centered the dialogs on the main display which was wrong if the parent window was on another one. Instead of fixing it, simply don't centre them at all and let Windows position them, there is no reason to change the default behaviour. Closes #13387.

2011-08-08 17:12 SJL, revision 68605

Use shared pointers to hold wxWebHandlers throughout.

2011-08-08 16:24 SJL, revision 68604

Add wxWebView sample to documentation.

2011-08-08 16:03 SJL, revision 68603

Improve the detailed description in the documentation.

2011-08-08 14:18 SJL, revision 68602

Note that CanCut / CanCopy / CanPaste are not currently supported on the OSX WebKit implementation.

2011-08-08 14:12 SJL, revision 68601

Fix a bunch of spelling mistakes cause by an early commit.

2011-08-08 14:05 SJL, revision 68600

Add backend descriptions for all backends to the documentation.

2011-08-08 13:22 SJL, revision 68599

Add a section about async notifications to the documentation.