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

2004-06-17 16:22 ABX, revision 27853

Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString, tabs and white spaces.

2004-06-17 09:05 JS, revision 27852

Allow wxSplitterWindow::Initialize(NULL) in case we've deleted both child windows and want to clean up dangling pointers

2004-06-17 08:06 SC, revision 27851

BU_EXACTFIT adapted

2004-06-17 06:11 RD, revision 27850

reSWIGged

2004-06-17 06:05 RD, revision 27849

reSWIGged

2004-06-17 05:52 RD, revision 27848

docstrign tweaks

2004-06-17 05:51 RD, revision 27847

Added missing GetKind method

2004-06-17 05:49 RD, revision 27846

Fixed broken DocDeclAStr macro

2004-06-17 05:49 RD, revision 27845

Fixed upload location, test sending an email when successfully finished

2004-06-17 05:16 RD, revision 27844

XRC style names use the C++ style names

2004-06-17 04:52 KO, revision 27843

Fixing sizing problems on OS X.

2004-06-16 21:02 VS, revision 27842

WXDLLEXPORT correction

2004-06-16 21:00 VS, revision 27841

fixed missing NO_GCC_PRAGMA

2004-06-16 21:00 VS, revision 27840

fixed incorrect handling of scaled fonts and fixed GetNativeFontInfo to return meaningful data with GTK1

2004-06-16 15:35 ABX, revision 27839

Smartphone menus.

2004-06-16 15:22 ABX, revision 27838

-1, TRUE/true, FALSE/false and tabs replacements.

2004-06-16 15:03 ABX, revision 27837

Generic file dialog presentation. Regenerated makefiles.

2004-06-16 14:58 ABX, revision 27836

Missed header.

2004-06-16 12:28 ABX, revision 27835

Missed decoration.

2004-06-16 09:25 JS, revision 27834

Corrected some spacing and typo errors.

2004-06-16 07:26 ABX, revision 27833

Corrections to wxWinCE port descriptions.

2004-06-16 06:37 ABX, revision 27832

Smartphone menus.

2004-06-16 06:34 ABX, revision 27831

Warning fixes for WinCE.

2004-06-16 06:24 ABX, revision 27830

Warning fixes for WinCE.

2004-06-16 06:17 ABX, revision 27829

Smartphone specific resource files.

2004-06-16 05:27 RD, revision 27828

don't fail if the cleanup fails

2004-06-16 05:20 RD, revision 27827

trim the whitespace from the daily build version text

2004-06-16 05:18 RD, revision 27826

make sure the dist dir is created

2004-06-16 05:18 RD, revision 27825

regened with new version

2004-06-16 03:47 RD, revision 27824

reSWIGged

2004-06-16 03:29 RD, revision 27823

layout tweak (it should use a sizer though)

2004-06-16 02:22 RD, revision 27822

reordered base classes

2004-06-16 02:21 RD, revision 27821

added button testcase with larger font set after creation.

2004-06-16 02:18 RD, revision 27820

Version number update

2004-06-16 02:17 RD, revision 27819

Added Navigate, SetMinSize, SetMaxSize wxWindow methods

2004-06-16 02:15 RD, revision 27818

Add SetMinSize and SetMaxSize to go along with the Get's already there.

2004-06-15 22:30 JS, revision 27817

Typo correction

2004-06-15 22:24 JS, revision 27816

Enum becomes public

2004-06-15 21:55 JS, revision 27815

Navigate corrections

2004-06-15 21:03 RD, revision 27814

Add placeholder for wxParseWildcard

2004-06-15 21:02 RD, revision 27813

Just a singel constructor for wxTextAttr

2004-06-15 15:37 JS, revision 27812

Consistent tab behaviour

2004-06-15 15:25 ABX, revision 27811

wxParseWildcard added instead of methods hidden under wxUSE_FILEDLG and wxUSE_DIRDLG.

2004-06-15 14:49 JS, revision 27810

Tests for wxTE_PROCESS_TAB again in line with other ports

2004-06-15 14:39 ABX, revision 27809

Add generic dialogs in non wxUniversal builds. Regenerated makefiles.

2004-06-15 14:35 ABX, revision 27808

Missed VC workspace.

2004-06-15 14:03 JS, revision 27807

With wxTE_PROCESS_TAB, tabs are now inserted in the text control by default. The new Navigate function can be used to do navigation programmatically.

2004-06-15 11:57 CE, revision 27806

fix for Borland Dll build (SF bug #972989)

2004-06-15 03:36 RD, revision 27805

Oops, that space crept back in.

2004-06-15 03:27 RD, revision 27804

Check exit codes properly