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