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-10 20:28 VS, revision 55049

radically simplified declarations of wxUString-specific char buffers: there are no compatibility concerns, so they can simply be typedefs for wxCharTypeBuffer<T>

2008-08-10 19:37 VS, revision 55048

added refcounting to wxCharBuffer to fix passing of wxCharBuffer to printf-like functions

2008-08-10 18:26 PC, revision 55047

some code cleanup

2008-08-10 18:24 PC, revision 55046

set extra widget from child inserter, so that correct style is set early enough

2008-08-10 12:47 MMK, revision 55045

Intercepting selection changed event. Not working yet.

2008-08-10 11:07 MMK, revision 55044

Factored out texture loading code and clipped seeking to number of items.

2008-08-10 00:26 RD, revision 55043

Avoid default child window focus behavior in generic wxListCtrl. Fixes #9563

2008-08-10 00:25 RD, revision 55042

Avoid default child window focus behavior in generic wxListCtrl. Fixes #9563

2008-08-10 00:19 PC, revision 55041

fix previous commit to respect minimum width

2008-08-10 00:14 VS, revision 55040

fixed typo

2008-08-09 22:44 VZ, revision 55039

initialize the button label correctly if the same wizard is ran again

2008-08-09 21:38 VS, revision 55036

more strict UTF-8 validity checks, as it should be (patch #9847)

2008-08-09 20:34 VZ, revision 55034

correct the bug with Replace()ing with empty string introduced by r54860 (re-fixes #9802)

2008-08-09 15:50 VZ, revision 55032

added test for Replace(whatever, "")

2008-08-08 19:00 VZ, revision 55030

undid changes accidentally committed as part of r55019

2008-08-08 05:09 RD, revision 55027

Bump subrelease number

2008-08-08 02:59 VZ, revision 55019

added wxTLS_TYPE() macro

2008-08-08 02:37 VZ, revision 55018

add DECLARE_NO_COPY_TEMPLATE_CLASS

2008-08-08 02:35 VZ, revision 55017

document DECLARE_NO_{COPY,ASSIGN}_CLASS

2008-08-08 01:13 VZ, revision 55016

added Win32 TLS tests

2008-08-08 00:43 VZ, revision 55015

add TLS access benchmark

2008-08-07 15:59 JS, revision 55012

Fixed scrolling bug where scrollbar was taken to be a valid child window

2008-08-07 15:59 PC, revision 55011

allow dialog to be resized smaller with extra control

2008-08-07 15:58 JS, revision 55010

Fixed scrolling problem where scrollbar was taken to be a valid child window

2008-08-07 12:17 VZ, revision 55009

don't call OnCloseDocument() from OnNewDocument(), this plainly doesn't make sense (#1508)

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.