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-21 07:28 SC, revision 55138

new common code files

2008-08-21 00:13 VZ, revision 55136

mention DoPrepareDC() relative origin offsetting

2008-08-20 21:59 VS, revision 55135

fixed scaling of print preview if there's not enough RAM for the full page

2008-08-20 21:58 VS, revision 55134

fixed scaling of print preview if there's not enough RAM for the full page

2008-08-20 21:35 VS, revision 55133

re-fix MinGW DLL compilation

2008-08-19 16:28 PC, revision 55132

remove text field from page data, add much more useful image widget pointer, lots of code simplification and cleanup

2008-08-19 16:28 PC, revision 55131

non-pch build fix

2008-08-19 04:50 SC, revision 55129

fixing leak in the 'old' non-graphics code, thanks to Kevin

2008-08-18 20:05 VZ, revision 55126

fix MSVC warning about int->bool conversion introduced by r55113 [forward port from 2.8 branch]

2008-08-18 20:04 VZ, revision 55125

fix MSVC warning about int->bool conversion introduced by r55113

2008-08-18 19:52 VZ, revision 55124

don't use WXDLLIMPEXP_BASE_DATA() around member data, this results in an error in MSVC DLL build

2008-08-18 13:40 VZ, revision 55120

don't use the same tool ids for multiple tools, this is bad idea under Windows and breaks tool commands handling

2008-08-18 13:27 VZ, revision 55118

add support for using bitmap2 for checked menu item bitmap in XRC (#9878)

2008-08-18 12:02 VZ, revision 55117

paint the space remaining after the columns too in wxListHeaderWindow::OnPaint() (#9855)

2008-08-18 11:57 VZ, revision 55116

use CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in CreateInstance() (#9868)

2008-08-18 11:51 VZ, revision 55115

don't terminate the event loop in EndModal() if it was already terminated because of an exception thrown inside it (#9838)

2008-08-18 11:41 VZ, revision 55114

document wxSpinCtrlDouble (#9834)

2008-08-18 11:30 VZ, revision 55113

add comparison operators for UUID class (#9871)

2008-08-17 22:00 MMK, revision 55112

Added more sample images

2008-08-17 17:19 MMK, revision 55108

Added sample images

2008-08-16 10:53 VZ, revision 55102

fix spurious assert failure in DestroyGripper() which happened if the dialog hadn't been shown at all (#9824)

2008-08-16 02:46 BP, revision 55100

Backported r45754 to 2.8 branch closing #4785.

2008-08-15 23:04 VZ, revision 55096

compilation fix for wxUSE_STL build after r54926 (#9810)

2008-08-15 23:01 VZ, revision 55095

compilation fix for wxUniv/MSW after r54937 (#9866)

2008-08-15 04:52 PC, revision 55094

fix for page change not working after veto, #3808

2008-08-14 14:22 MMK, revision 55087

Modified the loading sequence and changed the way item sizes are calculated

2008-08-13 15:48 VS, revision 55084

added wxString benchmark using 2.8's HTML parser

2008-08-13 15:47 VS, revision 55083

HAVE_BOOST_THREAD should be off by default

2008-08-13 15:20 SC, revision 55081

adding generic BUNDLE_RESOURCES for copying any special resources into the bundle, renaming BUNDLE_ICONS to BUNDLE_ICON = the path of the app icon

2008-08-13 15:14 SC, revision 55080

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

2008-08-13 14:56 PC, revision 55079

move notebook event definition to common code

2008-08-13 12:31 VZ, revision 55078

fix typo in __WWXMAC__

2008-08-13 10:35 JS, revision 55077

Event fix

2008-08-13 09:00 VS, revision 55076

add assert checking that GetCapture() and ms_winCaptureCurrentare in sync

2008-08-12 16:03 VS, revision 55070

apply Stefan's fix for wxHtmlDCRenderer clipping

2008-08-12 16:02 VS, revision 55069

apply Stefan's fix for wxHtmlDCRenderer clipping

2008-08-12 15:49 VS, revision 55068

fixed alphabetical order

2008-08-12 15:10 VS, revision 55067

made wxCharTypeBuffer<T>::release() const again, for compatibility

2008-08-12 12:43 MMK, revision 55066

Fixed bug with changing directories

2008-08-12 10:49 MMK, revision 55065

Documented all headers and moved data types into wallctrltypes.h

2008-08-11 19:31 VS, revision 55061

added microbenchmark for wxCharBuffer performance

2008-08-11 14:31 MMK, revision 55060

Added classes description document

2008-08-11 09:47 MMK, revision 55058

Added parent pointers for event propagation

2008-08-10 20:54 RD, revision 55056

Use WXUNUSED and give more explaination for the handler

2008-08-10 20:52 RD, revision 55055

Use WXUNUSED and give more explaination for the handler

2008-08-10 20:45 PC, revision 55054

don't modify position for default border if button is in a native widget

2008-08-10 20:44 PC, revision 55053

add control items from child inserter, so that correct style is set early enough

2008-08-10 20:41 VS, revision 55052

DLLs linking fix wxCharTypeBuffer<T>::NullData

2008-08-10 20:40 VS, revision 55051

pch-less compilation fix

2008-08-10 20:29 VS, revision 55050

compilation fix: wxUString uses it's own wxCharTypeBuffer<T> specializations and so needs NullData definitions for them too

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.