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

2010-02-15 05:23 KO, revision 63484

Implement case-insensitive find and read only support for Cocoa combobox.

2010-02-14 16:27 VS, revision 63483

Fix wxHtmlWindow to correctly decide whether to show scrollbars. wxHtmlWindow::CreateLayout()'s algorithm was both naive (not properly accounting for scrollbar visibility changes during layout) and broken (incorrectly rounding when computing scroll steps and adding GetCharHeight() value to the height in an attempt to mitigate the harm). This algorithm should properly for scrollbars in all situations. Rounding is done in such way that the content is fully viewable, while at the same time not showing scrollbars needlessly.

2010-02-14 15:37 JMS, revision 63482

Added note about removed member function wxPropertyGrid::CanClose()

2010-02-14 15:09 JMS, revision 63481

Added wxPropertyGridInterface::SetColumnProportion(); wxPG_SPLITTER_AUTO_CENTER window style now supports column counts higher than two.

2010-02-13 07:30 KO, revision 63477

Basic support for tooltips under OS X Cocoa.

2010-02-12 23:47 VZ, revision 63474

Fix compilation of wx/scopeguard.h with g++ -fno-exceptions. Don't use try/catch in public headers if exceptions support is disabled with a compiler switch.

2010-02-12 23:47 VZ, revision 63473

Remove wxHAS_NAMESPACES and gcc 2.95 checks. We use namespaces elsewhere without any checks now so it doesn't make sense to keep checking for them here. We also don't support g++ 2.95 since ages so no need to check for it neither.

2010-02-12 12:22 VZ, revision 63471

Ukrainian translations update from Yuri Chornoivan. Also changed charset from KOI8-U to UTF-8for ease of maintenance.

2010-02-11 13:48 VS, revision 63467

Make it possible to subclass wxMenuBar in XRC (patch #11679).

2010-02-11 13:47 VS, revision 63466

Make it possible to subclass wxMenuBar in XRC (patch #11679).

2010-02-11 13:36 VS, revision 63465

Fixed possible buffer overflow in wxXmlResource::GetXRCID() (patch #11715).

2010-02-11 13:36 VS, revision 63464

Fixed possible buffer overflow in wxXmlResource::GetXRCID() (patch #11715).

2010-02-10 17:45 JMS, revision 63458

Removed most of the propgrid '#ifndef SWIG' pre-compiler conditions

2010-02-10 14:31 VS, revision 63457

Fixed wxGauge's best size to conform to Windows HIG.

2010-02-10 12:38 VZ, revision 63456

Move wxPosixPermissions definition from wx/file.h to wx/filefn.h. This fixes compilation with wxUSE_FILE=0 as wxFileName::Mkdir() still uses these constants but their definitions were not available in this case.

2010-02-09 10:35 SC, revision 63437

support fullscreen display (translucent status) in all 4 orientations

2010-02-09 02:34 RD, revision 63434

Test m_nowpeer pointer before using it.

2010-02-09 02:33 RD, revision 63433

Set Id and EventObject for wxSetCursorEvent

2010-02-09 02:32 RD, revision 63432

Ignore the time portion of the datetime object when setting the date.

2010-02-09 02:24 RD, revision 63431

Remove functions duplicated in dnd_osx.cpp.

2010-02-08 21:06 RD, revision 63422

Allow more than one timer with the same ID. Closes #11699.

2010-02-08 20:52 VZ, revision 63421

Add support for showing "elevation" icon in wxMSW buttons. Add, document and test in the widgets sample wxButton::SetAuthNeeded(). Closes #11705.

2010-02-08 20:38 RD, revision 63420

Allow more than one timer with the same ID. See #11699.

2010-02-08 08:20 SC, revision 63419

adding carbon event missing in 10.4 headers

2010-02-07 03:43 KO, revision 63417

Implement EVT_MAXIMIZE support for OS X Cocoa.