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

2009-06-20 23:27 VZ, revision 61146

suppress more float/double->int conversion warnings to be able to see anything else in wxOSX/Cocoa build

2009-06-20 22:05 VZ, revision 61145

don't try to resize the bitmap buttons with wxBORDER_NONE style to one of the standard sizes, this results in more problems than it solves and still doesn't look good; document wxBORDER_NONE semantics under Mac

2009-06-20 22:02 JS, revision 61144

Correction for VC6

2009-06-20 02:27 MJM, revision 61141

wxAuiPaneInfo: Add a new m_dock_page member variable along with accessors, this will be used in creating and serializing of tabs. Modify LoadInfo and GetInfo to load and save the new property

2009-06-20 02:21 VZ, revision 61140

fix many mostly harmless warnings in wxOSX/Carbon build

2009-06-20 01:57 MJM, revision 61139

revert changes to auidemo.cpp that were accidentally committed

2009-06-20 01:48 VZ, revision 61138

implement wxTreeCtrl::GetFocusedItem() for wxMSW too (see #10859)

2009-06-20 01:47 MJM, revision 61137

Update interface information for wxAuiPaneInfo to reflect new getter and setter methods and deprecated functions.

2009-06-20 01:46 VZ, revision 61136

include wx/arrstr.h as it's needed by wxImageHandler and may not be implicitly included from other headers in minimal builds (closes #10914)

2009-06-20 01:36 VZ, revision 61135

no need to check for wxID_HELP buttons in SetLabel() now that it's overridden in wxButton itself

2009-06-20 01:34 VZ, revision 61134

added wxTreeCtrl::GetFocusedItem() (closes #10859)

2009-06-20 01:30 VZ, revision 61133

rename makemactags script to makeostags and extend it to work with either Carbon or Cocoa

2009-06-20 01:24 VZ, revision 61132

respect wxBU_NOTEXT style in wxButton

2009-06-19 17:30 SC, revision 61131

backport of r61130

2009-06-19 16:38 SC, revision 61130

guarding against null nowpeer in cases like native font or color dialogs

2009-06-19 06:47 VZ, revision 61129

override DoSetBitmap() instead of SetBitmapLabel()

2009-06-19 05:57 VZ, revision 61128

make the script executable

2009-06-19 02:01 VZ, revision 61127

only erase background if we do have a non-default background set

2009-06-19 01:51 VZ, revision 61126

fix output of WX_ARG_DISABLE() for options which can have values other than yes/no (e.g. auto, as for wxUSE_COMPILER_TLS)

2009-06-19 01:00 VZ, revision 61125

erase background using the window background colour when using wxBG_STYLE_ERASE/SYSTEM

2009-06-19 00:54 VZ, revision 61124

fix a couple of harmless warnings during wxOSX build

2009-06-18 23:12 VZ, revision 61123

no changes, just removed apparently unneeded wxMacBitmapButton class

2009-06-18 23:05 VZ, revision 61122

disable deprecation warnings when building wxMac as there are just too many of them

2009-06-18 20:22 RR, revision 61120

Also fixed Clear() in the generic control

2009-06-18 20:10 VZ, revision 61119

set use-underline button property when setting its label

2009-06-18 19:42 RR, revision 61118

Further attempts to implement Clear() for the GTK control

2009-06-18 19:32 VZ, revision 61117

wxHtmlWindow background drawing fixes for OS X and optimizations 1. Avoid crashes under OS X due to attempts to copy window contents to the backing store bitmap: this doesn't work under OS X so avoid it by always painting the background from OnPaint() itself, while still generating the erase background events for compatibility. 2. Don't double buffer wxHtmlWindow drawing if the window is already double buffered. 3. Don't allocate backing store bitmap on the heap, this is useless as bitmaps are already pointer-lile -- so just use invalid bitmap instead of NULL bitmap pointer. 4. Update the html/test sample to show the effects of custom erase background handler in wxHtmlWindow (it overrides the background bitmap painting).

2009-06-18 19:13 VZ, revision 61116

don't draw borders for bitmap buttons with wxBORDER_NONE style

2009-06-18 17:37 JJ, revision 61115

Patch wxGTK1 for recent changes in bmpbuttn

2009-06-18 17:33 VZ, revision 61114

implement propert background style semantics for OS X

2009-06-18 17:28 VZ, revision 61113

use wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which was checked incorrectly)

2009-06-18 17:25 JJ, revision 61112

Update setup for OpenVMS

2009-06-18 08:18 RD, revision 61111

Use UTF16 for text data object on Mac. Fixes #10902

2009-06-18 08:15 RD, revision 61110

Use UTF16 for text data object on Mac. Fixes #10902

2009-06-18 01:34 VZ, revision 61109

make wxCollapsiblePane blend into its parent background by using the same background colour as it does

2009-06-18 01:16 VZ, revision 61108

correct wrong assert checking for default button flags consistency (closes #10906)

2009-06-18 01:08 VZ, revision 61107

don't define wxHAS_BUTTON_BITMAP for wxUniv (closes #10907)

2009-06-18 01:06 JS, revision 61106

We have to avoid use of wxMacLTEHIViewControl even with CG on 10.5 because we get focus ring problems with wxSpinCtrls and wxSpinButton (to reproduce pre-this-patch, click between wxSpinCtrl and wxSpinButton in widgets sample)

2009-06-18 00:14 VZ, revision 61105

suppress harmless gcc warning about not handling all enum values in a switch

2009-06-18 00:13 VZ, revision 61104

added wxBU_NOTEXT style to allow creating bitmap buttons with stock id not showing the label, as it was possible before

2009-06-17 23:44 JS, revision 61101

Corrected version test

2009-06-17 23:31 JS, revision 61100

Avoid disabling comboboxes completely on 10.4 (caused by rev 56156) See also ticket 10047

2009-06-17 23:27 VZ, revision 61099

wxFont::MakeXXX() and Scale() methods now modify the font in place; XXX() and Scaled() create new font

2009-06-17 23:26 JS, revision 61098

Don't use wxMacMLTEHIViewControl for single-line text controls in non-Core Graphics mode since it doesn't refresh borders properly even on 10.5

2009-06-17 23:10 JS, revision 61097

wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode

2009-06-17 23:10 JS, revision 61096

wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode

2009-06-17 23:09 JS, revision 61095

wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode

2009-06-17 22:40 JMS, revision 61094

Setup.h wrapper was missing propgrid section (ported from trunk)

2009-06-17 22:38 JMS, revision 61093

Setup.h wrapper was missing propgrid section (fixes #10909)

2009-06-17 19:31 MW, revision 61092

fn.Mkdir now gives an ICE on VC6 now that it is const.

2009-06-17 18:32 JS, revision 61091

Avoid accidental enabling of disabled windows by checking for disabled parent

2009-06-17 18:32 JS, revision 61090

Avoid accidental enabling of disabled windows by checking for disabled parent

2009-06-17 18:31 JS, revision 61089

Avoid accidental enabling of disabled windows by checking for disabled parent

2009-06-17 14:20 JJ, revision 61088

Update OpenVMS compile support

2009-06-17 14:12 JJ, revision 61087

Update OpenVMS compile support

2009-06-17 06:36 VZ, revision 61086

implement new wxBG_STYLE_XXX semantics for wxMSW too

2009-06-17 03:32 JMS, revision 61085

wxVariantData now inherits from wxObjectRefData

2009-06-17 01:04 VZ, revision 61084

introduce wxBG_STYLE_{ERASE,PAINT} and implement their documented semantics in wxGTK

2009-06-16 23:57 VZ, revision 61083

fix compilation without wxUSE_STREAMS (closes #10900)

2009-06-16 23:50 VZ, revision 61082

remove more occurrences of MSVC #pragma warning(default) (closes #10885)

2009-06-16 21:31 VZ, revision 61081

implement wxGTK wxBitmapButton in terms of wxButton

2009-06-16 21:08 VZ, revision 61080

implement support for bitmaps for all states in wxGTK wxButton

2009-06-16 21:08 VZ, revision 61079

added helper GTKShouldIgnoreEvent() to use in void GTK event handlers

2009-06-16 19:59 RR, revision 61078

Many more corrections and clarifications to virtual index list model use

2009-06-16 19:40 VZ, revision 61077

use the directory of the most recently opened file in wxDocManager if we have any

2009-06-16 17:59 VZ, revision 61076

fix typo in compatibility SetBitmapLabel() declaration

2009-06-16 07:16 VZ, revision 61075

implement support for button bitmaps (normal state only for now) for wxGTK

2009-06-16 07:05 VZ, revision 61074

fix PCH-less build after changing timer id type to WPARAM (closes #10901)

2009-06-16 01:27 JMS, revision 61073

Fixed printf-related warnings

2009-06-16 01:18 VZ, revision 61072

minor tweaks to alignment styles documentation

2009-06-16 01:10 VZ, revision 61071

implement wxBitmapButton as just a wrapper for wxButton under MSW

2009-06-16 00:43 JMS, revision 61070

Added support for wxLongLong and wxULongLong in wxVariant (closes #10166)

2009-06-16 00:36 VZ, revision 61069

added missing int

2009-06-15 23:31 SC, revision 61068

moving to a 10.4 compatible implementation

2009-06-15 22:18 VZ, revision 61067

implement support for per-state bitmaps in wxMSW wxButton