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-02-13 22:42 VZ, revision 51771

fix gcc format string warning and simplify the code a little as was already done in the trunk

2008-02-13 22:39 VZ, revision 51770

don't define HAVE_FSYNC if it's already defined (as it can happen when using Cygwin with configure)

2008-02-13 22:36 VZ, revision 51769

initialize the colour to be invalid if the name passed to the ctor is invalid (bug 1891235)

2008-02-13 22:14 KO, revision 51768

Experimental branch to allow us to play with changes needed for wxWebKit using the 2.8 branch.

2008-02-13 21:32 VS, revision 51767

split wxSizer::Fit() into ComputeFittingWindow/ClientSize() that only does computations and Fit() that applies the result to the window

2008-02-13 20:30 DE, revision 51766

Fix (at least) slider action messages in GC mode. Copyright 2008 Software 2000 Ltd.

2008-02-13 20:24 DE, revision 51765

If aWxString.fn_str() is used as the argument to wxStat then wxStat should not be used at all because wxStat is looking for a wxChar* that it will pass through wxConvFile whereas fn_str() effectively returns a char* suitable for use directly with the real function.

2008-02-13 19:26 JS, revision 51764

Make sure paragraph style is reset before applying a new style

2008-02-13 19:26 JS, revision 51763

Make sure paragraph style is reset before applying a new style

2008-02-13 18:42 SN, revision 51762

Blind fix to improve wx-config's Bourne shell compatibility.

2008-02-13 18:41 SN, revision 51761

Blind fix to improve wx-config's Bourne shell compatibility.

2008-02-13 17:18 JS, revision 51760

Implemented selection using shift left click

2008-02-13 17:17 JS, revision 51759

Implemented selection using shift left click

2008-02-13 16:57 PC, revision 51758

make sure client area is refreshed after last child frame is closed

2008-02-13 16:28 JS, revision 51757

Fixed undo batching

2008-02-13 16:27 JS, revision 51756

Fixed undo batching

2008-02-13 15:37 VS, revision 51755

removed no longer used src/iodbc directory

2008-02-13 14:47 VS, revision 51754

removed unused g_focusWindowLast

2008-02-13 14:24 JS, revision 51753

Further fixes, for selected text display and new paragraph insertion

2008-02-13 14:24 JS, revision 51752

Further fixes, for selected text display and new paragraph insertion

2008-02-13 08:35 SC, revision 51750

fixing wxSystemColour conversion

2008-02-13 06:58 PC, revision 51747

backport r51481, fix for GTK assertion from gtk_widget_set_colormap

2008-02-13 04:39 PC, revision 51746

fix assert at startup on non-MSW

2008-02-12 23:06 VZ, revision 51744

use platform-specific styles in xTR_DEFAULT_STYLE but don't impose them forcefully in wxGenericTreeCtrl ctor as this prevents people from using them even if they explicitly want to do it

2008-02-12 22:53 VZ, revision 51743

use const char*, not char*, for string literals to avoid gcc warnings