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

2007-03-29 10:52 CE, revision 45106

zip32 should be zip

2007-03-29 09:17 CE, revision 45105

remove contrib docs from daily builds

2007-03-29 09:16 CE, revision 45104

uppercase CVS

2007-03-29 09:04 CE, revision 45103

remove build of contrib docs

2007-03-29 09:01 CE, revision 45102

only get todays files from top level dir

2007-03-29 06:18 VS, revision 45101

PCH-less compilation fix

2007-03-28 18:25 VZ, revision 45100

added wxString::operator[](int) as it's commonly used in code working with file/stream read functions which have int return value

2007-03-28 18:03 VS, revision 45099

allow passing wx[W]CharBuffer to wx vararg templates

2007-03-28 11:35 VS, revision 45098

split string.{h,cpp} into {string,stringimpl,arrstr}.{h,cpp} to make the files more managable

2007-03-28 09:46 VS, revision 45097

made wxHashMap work with any form of strings

2007-03-28 09:40 VS, revision 45096

added test for operator?: and wxCStrData

2007-03-28 09:37 VS, revision 45095

re-enabled using std::string for wxStringImpl if wxUSE_STL again

2007-03-28 00:09 RD, revision 45094

revert last change, it wasn't intended

2007-03-28 00:02 VZ, revision 45093

update from helix84

2007-03-27 13:42 JS, revision 45092

Need an extra pixel when divider present

2007-03-27 13:41 JS, revision 45091

Need an extra pixel or best size is incorrect when we have a divider (apparent with e.g. wxAUI)

2007-03-27 10:13 VS, revision 45090

disabled VC6 warning about passing a macro that expands to nothing to DECLARE_LOG_FUNCTION2_IMPL macro

2007-03-27 09:40 VS, revision 45089

fixed compilation with 2.8 compatibility off: wxTR_EXTENDED is deprecated

2007-03-27 01:49 RD, revision 45088

Merge recent changes from 2.8 branch. Make updates for recent changes on CVS HEAD. Remove or workaround deprecated items. Fix compile errors.

2007-03-26 23:46 VZ, revision 45087

make Ctrl-PageUp/Down work for changing notebook pages even when there is a wxWindow (i.e. not a native wxControl) in the hierarchy; this comes at the price of not being able to use the same key combinations for horizontal scrolling of the windows which do not have wxHSCROLL style and this seems like an acceptable tradeoff

2007-03-26 23:40 VZ, revision 45086

removed wxHAS_NATIVE_TAB_TRAVERSAL which is now defined in wx/window.h

2007-03-26 22:15 VZ, revision 45085

use NavigateIn() method instead of sending wxNavigationKeyEvent directly

2007-03-26 22:10 VZ, revision 45084

added wxWindow::NavigateIn(); provide wxGTK implementation of DoNavigateIn() working with native tab traversal

2007-03-26 21:24 VZ, revision 45083

added taborder sample

2007-03-26 21:12 VS, revision 45082

added basic test for wxLocale