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

2009-06-23 18:53 KO, revision 61176

Fix clean behavior, and add the ability for people to specify build flags to the build script (unix only for now).

2009-06-23 17:44 PJC, revision 61175

Began to implement sizing logic for wxRibbonPage. Added non-continuous resizing methods to the wxRibbonControl API. Added GetPageBackgroundRedrawArea to the art provider API to improve efficiency of page background rendering.

2009-06-23 12:21 VZ, revision 61174

adjust the toolbar tools bitmap size to fit the biggest bitmap used under wxOSX too, not only under MSW (and moved the code doing it to the common base class to avoid duplicating it)

2009-06-23 10:56 VZ, revision 61173

remove confusing wxDialog::ButtonSizerFlags and extract button styles properly in each generic dialog implementation instead (closes #9836)

2009-06-22 22:36 VZ, revision 61169

Added DoGetClientBestSize() and use it for a couple of controls in wxMSW. DoGetClientBestSize() returns the best size of the client area, without accounting for the border which is done by GetBestSize() itself and DoGetBorderSize() called from it. Use DoGetClientBestSize() in wxStaticText (where it was done insideDoGetBestSize() before) and in wxListBox, to fix its height calculation. Also use correct height of listbox items as returned by the control itself instead of trying to guess it.

2009-06-22 22:07 VZ, revision 61168

invalidate best window size when its label changes

2009-06-22 22:07 VZ, revision 61167

streamline best size calculation for buttons and made wxBU_EXACTFIT work as intended

2009-06-22 20:37 VZ, revision 61166

relayout the sizer containing the button after changing its label as this may change the button size

2009-06-22 20:36 VZ, revision 61165

fix more wxOSX/Carbon warnings in release build

2009-06-22 19:02 JMS, revision 61164

Significantly improved wxPropertyGrid's top-level parent change detection code (fixes #10919)

2009-06-22 17:00 PJC, revision 61162

Implemented behaviour of scroll buttons on the ribbon bar tab list. Rename wxRibbonDefaultArtProvider to wxRibbonMSWArtProvider in preparation for OSX and AUI providers. Added platform-specific wxRibbonDefaultArtProvider typedef.

2009-06-22 14:13 VZ, revision 61161

extract event handler body in a separate function instead of using a hack to call it with a NULL reference

2009-06-21 15:02 JJ, revision 61160

fix for wxGTK1 & bmpbuttn

2009-06-21 13:25 MJM, revision 61159

Fix error introduced by deprecation changes.

2009-06-21 05:01 VZ, revision 61158

added support for bitmaps in wxButton to wxOSX/Cocoa

2009-06-21 04:01 VZ, revision 61156

no changes, just removed commented out Carbon code from this Cocoa file

2009-06-21 02:47 MJM, revision 61155

Fix error introduced by deprecation changes.

2009-06-21 01:58 MJM, revision 61154

Fix msw compile error introduced by deprecation changes.

2009-06-21 01:35 MJM, revision 61153

Fix minor error in previous commits

2009-06-21 01:33 KO, revision 61152

Forward port wxGraphicsBitmap cairo implementation, and fix the credit info in measuring.cpp

2009-06-21 01:26 JS, revision 61151

Patch from Bruno Daniel to fix tab position inconsistency

2009-06-21 01:26 JS, revision 61150

Patch from Bruno Daniel to fix tab position inconsistency

2009-06-21 01:18 SC, revision 61149

backport of r61148

2009-06-21 01:10 SC, revision 61148

make sure theme font info is reset if anything is changed

2009-06-21 01:07 SC, revision 61147

simplify condition