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-20 09:08 SC, revision 74266

common schemes

2013-06-20 08:54 SC, revision 74265

updated project files

2013-06-20 03:02 RD, revision 74260

GetMagnificationFactor --> GetContentScaleFactor

2013-06-20 03:02 RD, revision 74259

Add flags for SendSizeEvent

2013-06-20 03:01 RD, revision 74258

Document wxWindow::GetMagnificationFactor

2013-06-19 22:30 SC, revision 74257

fixing iPhone build

2013-06-19 22:29 SC, revision 74256

using common GetContentScaleFactor throughout part 2/2

2013-06-19 22:28 SC, revision 74255

using common GetContentScaleFactor throughout part 1

2013-06-19 18:35 SC, revision 74254

update project files

2013-06-19 18:02 VS, revision 74253

Fix GetMsgCatalogSubdirs() to do as documentation says. Due to a typo, the prefix/lang path wasn't considered when opening a domain catalog.

2013-06-19 18:02 VS, revision 74252

Be case insensitive when looking for language catalogs on Windows.

2013-06-18 21:54 SJL, revision 74251

Ensure that the default wxWebView backends are registered. Fixes #15261

2013-06-17 22:21 JS, revision 74250

Fixed loading of whole file:... specification of a page

2013-06-17 22:20 JS, revision 74249

Fixed loading of whole file:... specification of a page

2013-06-17 21:43 SC, revision 74248

fixing sdk compilo

2013-06-17 19:41 SC, revision 74247

adding magnification API into the wxWindow classes for best retina support

2013-06-16 13:51 VS, revision 74246

Remove superfluous call in wxTranslations::LoadCatalog(). This call to GetAvailableTranslations() did nothing, it's value was ignored, and it was done before m_loader was checked for != NULL. Probably some leftover debugging code.

2013-06-16 12:50 VZ, revision 74245

Improve wxGrid cell wrapping in wxGridCellAutoWrapStringRenderer. Wrap the words too long to be shown on one line on several lines. Also take the line breaks and TABs into account. Closes #15249.

2013-06-15 23:49 VZ, revision 74244

Document that wxDC::FloodFill() is not implemented under wxOSX. wxOSX uses wxGCDC for its wxDC functionality and wxGCDC doesn't implement this operation, even not using the horribly inefficient wxGTK fallback. See #15151.

2013-06-15 23:49 VZ, revision 74243

Restore case-insensitivity for file name matching under Windows. This was broken by the changes of r73790, see #3432. Fix this by converting both the file name and the wildcard mask to the upper case before checking whether the former matches the latter. Closes #15243.

2013-06-15 23:49 VZ, revision 74242

Fix formatting of the local time zone when DST is in effect. We must add DST offset manually as wxGetTimeZone() doesn't take DST into account. This fixes the handling of "%z" in format strings. Closes #15250.

2013-06-15 18:29 SC, revision 74241

adding new constructor for best dc-compatibility of bitmaps

2013-06-15 16:45 SC, revision 74240

use common bottleneck

2013-06-14 15:10 VZ, revision 74239

Don't crash in wxWebView under OS X if custom URI is invalid. Don't assume that wxWebViewHandler::GetFile() always returns a valid pointer, it may fail and return NULL, e.g. for a non-existent VFS location. Closes #15254.

2013-06-14 15:06 VZ, revision 74238

Handle NULL flags argument in wxOSX wxNotebook::HitTest(). Don't crash if flags are not specified, this parameter is optional. Closes #15256.