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-08-07 11:46 VS, revision 55008

small wxArtProvider API improvements: added HasNativeProvider() and renamed confusingly-named Insert() to PushBack()

2008-08-07 09:29 JS, revision 55007

Fix from John Dallaway for jumping to the top when expanding/collapsing items.

2008-08-07 06:51 PC, revision 55005

build fixes

2008-08-07 06:51 PC, revision 55004

fix sizing of extra control

2008-08-06 22:34 VZ, revision 54998

initialize a local variable even if it doesn't really need to be initialized to suppress annoying g++ warning in optimized build

2008-08-06 17:53 VZ, revision 54997

pass asciistr, not utf8str, to FromAscii

2008-08-06 17:50 VZ, revision 54996

don't disable optimize if --enable-debug_info was specified, this makes it impossible to build an optimized version with debug info

2008-08-06 16:26 PC, revision 54995

use "new" GtkToolbar API

2008-08-06 14:22 VZ, revision 54994

show default values of the options in the usage message

2008-08-06 13:07 MMK, revision 54993

Removed implementations from header files

2008-08-06 10:25 VZ, revision 54992

replace wxASSERT in wxFindNextFile() with wxCHECK to avoid crashes in release build (#9828)

2008-08-05 22:47 VZ, revision 54984

fix an assert failure when a child TLW was created and destroyed while the parent window was frozen

2008-08-05 17:55 SC, revision 54982

fixing remainder of bug #3776, clean activateAndIgnoreClick behaviour for DataBrowser

2008-08-05 17:52 SC, revision 54981

fixing remainder of bug #3776, clean activateAndIgnoreClick behaviour for DataBrowser

2008-08-05 17:13 VZ, revision 54979

correct use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen() overloads (#9827)

2008-08-05 16:58 VZ, revision 54978

label different controls on spin page (#9816)

2008-08-05 14:48 JS, revision 54977

Renamed sources

2008-08-05 13:10 MMK, revision 54976

Modified loading mechanism (not correctly using threads yet)

2008-08-05 11:55 SC, revision 54975

custom info.plist with supported document types

2008-08-05 11:49 SC, revision 54974

adding support for overwrites from project bkls for info.plist files and custom icons following directions from Vaclav

2008-08-05 01:55 VZ, revision 54971

mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces #9155)

2008-08-05 01:22 VZ, revision 54970

fix bug in Mark() which highlighted the day not only in the currently shown month but also in adjancet ones (see #9155)

2008-08-05 01:05 VZ, revision 54969

fix wxMenu leak (reopened #9089)

2008-08-04 18:02 BP, revision 54968

Review of socket.h interface header by Utensil Candel (#9584).

2008-08-04 15:33 JS, revision 54967

Allow small widths when setting initial strings.