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-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.