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):

2006-03-13 10:04 ABX, revision 38053

TRUE/FALSE source cleaning.

2006-03-13 09:37 ABX, revision 38052

Init() does not belong to public.

2006-03-13 09:21 ABX, revision 38051

Warning fixes.

2006-03-13 09:18 ABX, revision 38050

Make wxListCtrl changes ported from 2.6 branch complete (fix for long list of errors at wxTinderbox).

2006-03-12 21:07 JS, revision 38049

Date update

2006-03-12 21:05 JS, revision 38048

Updated version

2006-03-12 20:58 VZ, revision 38047

don't send weird colours for different controls, this looks really bad under some platforms (such as Mac) and makes the text unreadable under the others; there is widgets sample now for testing whether the colour setting works interactively

2006-03-12 20:55 JS, revision 38046

Added parent window for help controller (backport)

2006-03-12 20:55 VZ, revision 38045

create a non readonly combobox

2006-03-12 20:54 JS, revision 38044

Added context menu

2006-03-12 20:53 VZ, revision 38043

fixed event generation for wxComboBox to be consistent with the other platforms and also simplified the code by using the existing wxChoice logic instead of reimplementing it in a broken way

2006-03-12 20:20 VZ, revision 38042

fixed event generation for wxChoice: it now sends one and exactly one wxEVT_COMMAND_CHOICE_SELECTED irrespectively of how the item was chosen and only does it after the dropdown is closed

2006-03-12 19:43 VZ, revision 38041

don't send EVT_CHOICE events while the dropdown is opened for consistency with the other platforms

2006-03-12 19:16 VZ, revision 38040

log wxChoice events in the same format as wxComboBox ones to make it simpler to compare them

2006-03-12 18:04 RD, revision 38039

Typo

2006-03-12 17:04 VZ, revision 38038

use the sizer to layout the main window/panel (this allows to give more size to the log window by resizing the main frame while before it was pretty difficult to see anything in it)

2006-03-12 16:51 VZ, revision 38037

fixed printf format warnings for all platforms (previous fix for Darwin broke it for Linux)

2006-03-12 15:44 VZ, revision 38036

don't set cursor coords to (0, 0) which could be invalid coordinates (in an empty grid)

2006-03-12 15:30 VZ, revision 38035

native implementation of wxDirDialog for wxCocoa (patch 1403780)

2006-03-12 15:25 ABX, revision 38034

IsValid() is now in base class.

2006-03-12 15:14 ABX, revision 38033

Line-up interfaces to use size_t for GetCount()s (and count related api).

2006-03-12 15:14 VZ, revision 38032

use %lu and not %d print format for size_t arguments

2006-03-12 15:10 VZ, revision 38031

non virtual dtors warning fixes

2006-03-12 14:49 ABX, revision 38030

Line-up interfaces to use size_t for GetCount()s (and count related api).

2006-03-12 14:44 VZ, revision 38029

regenerated after changes in configure.in in revisions 1.1116 and 1.1117