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

2008-02-24 17:08 SC, revision 52042

first round, connecting overviews properly to main page

2008-02-24 17:07 VS, revision 52041

fixed wxListCtrl::RefreshItem(s) - it didn't update anything before

2008-02-24 17:06 VS, revision 52040

fixed wxListCtrl::RefreshItem(s) - it didn't update anything before

2008-02-24 17:00 VS, revision 52039

wxMac's wxListBox was missing GetDefaultAttributes() to accompany its GetClassDefaultAttributes()

2008-02-24 16:12 FM, revision 52038

added few DON'Ts

2008-02-24 15:48 FM, revision 52037

Rewritten technote for Doxygen documentation

2008-02-24 14:33 FM, revision 52036

added batch script for generating wx HTML manual from windows; added a comment about what the scripts do

2008-02-24 14:23 FM, revision 52035

get rid of references to CVS as we use SVN now

2008-02-24 14:19 FM, revision 52034

remove other references to the contrib hierarchy, which does not exist anymore

2008-02-24 14:15 FM, revision 52033

remove references to the contrib hierarchy, which does not exist anymore

2008-02-24 13:58 VZ, revision 52032

revert r51647 change as it broke the code overriding AcceptsFocusFromKeyboard() to prevent the user from tabbing into a window; simply override it at wxControlContainer too

2008-02-24 00:47 FM, revision 52022

another batch of topic overviews reviewing (letters e,f)

2008-02-23 14:48 SC, revision 52021

under 10.4 there are some theme brushes represented as pure grayscale, convert them to the rgb components accordingly

2008-02-23 09:53 SC, revision 52020

adding comments for debugging visibility differences between native and wx state

2008-02-23 09:46 SC, revision 52019

Use native visibility information at this point, as it might trigger during a sequence of hiding/showing events

2008-02-23 09:45 SC, revision 52018

avoiding double firing of visibility state changed for certain controls like multiline text controls

2008-02-23 00:19 VZ, revision 52017

remove MacIsReallyShown() as we now have public IsShownOnScreen() doing exactly the same thing

2008-02-22 22:31 RD, revision 52016

Use build/autoconf_prepend-include when running autoconf

2008-02-22 22:27 RD, revision 52015

Add AutoToolbox framework

2008-02-22 22:05 FM, revision 52014

another batch of topic overviews reviewing

2008-02-22 20:39 RD, revision 52011

Add MacHideApp

2008-02-22 20:37 RD, revision 52009

Add MacHideApp

2008-02-22 19:59 VS, revision 52008

fixed wxBitmapButton to use focus and hover bitmaps correctly; also fixed tons of misnomers

2008-02-22 19:57 VS, revision 52007

fixed wxBitmapButton to use focus and hover bitmaps correctly

2008-02-22 18:44 VS, revision 52001

fixed strange focus order in wxTipDialog and set initial focus to the checkbox instead of read-only textctrl