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-09-17 18:20 ABX, revision 29178

Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.

2004-09-17 17:57 ABX, revision 29177

Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND, TRUE/true, FALSE/false.

2004-09-17 17:39 ABX, revision 29176

Notebook sample redesign. Now it is 'wxNotebook & friends' and presents wxChoicebook and wxListbook without need of recompilation. User interface moved from buttons to menus in order to work with limited devices (lack of button control in Smartphones). Added presentation of default orientation in controls.

2004-09-17 17:24 ABX, revision 29175

wxChoicebook follows wxListBook internal changes. Styles centralized for all wxBookCtrls.

2004-09-17 15:29 RD, revision 29174

Correct indentation and Snap calls

2004-09-17 15:27 RD, revision 29173

Append --> append

2004-09-17 15:06 VZ, revision 29172

made all Add/Insert/Prepend methods inline

2004-09-17 13:25 VZ, revision 29171

forward all wxSizer::Add/Prepend/Insert() to a virtual Insert(wxSizerItem) function, all the others made non virtual

2004-09-16 22:36 VZ, revision 29170

fixed gcc warnings about not calling base class ctor explicitly in copy ctors (patch 1028986)

2004-09-16 22:34 VZ, revision 29169

fix for crash on 64 bit platforms (patch 1028942)

2004-09-16 22:31 VZ, revision 29168

use wxFputs(), not fputs(), in Unicode mode under Unix too (modified patch 1017940)

2004-09-16 22:27 VZ, revision 29167

don't force __WXMOTIF__ definition under HP-UX (patch 1017801)

2004-09-16 22:25 VZ, revision 29166

make the label window visible (patch 1013447)

2004-09-16 22:14 VZ, revision 29165

made wxListbook events more consistent with wxNotebook ones (patch 1001271)

2004-09-16 22:10 VZ, revision 29164

fix for wxJoystick when not calling SetCapture() (patch 1000685)

2004-09-16 22:06 VZ, revision 29163

don't assert if Update(m_maximum) is called twice (replaces patch 995186)

2004-09-16 22:04 VZ, revision 29162

smoother time estimation updates in wxProgressDialog (patch 992813)

2004-09-16 21:57 VZ, revision 29161

more 'realistic' progress dialog test (part of patch 992813)

2004-09-16 21:23 VZ, revision 29160

spelling fix

2004-09-16 20:51 VZ, revision 29159

mention that read_write mode doesn't work for standalone buffers

2004-09-16 20:15 RD, revision 29158

A change similar to that in Bug #837902 to correct minsize calc for window2

2004-09-16 18:50 VZ, revision 29157

fixes for harmless mingw32 warnings

2004-09-16 18:35 ABX, revision 29156

Description of the 'generic dialogs in native builds' application.

2004-09-16 18:13 ABX, revision 29155

Source cleaning: whitespaces, tabs, -1/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false, !!/!IsEmpty().

2004-09-16 17:44 ABX, revision 29154

Reverted wxMGL/OpenWatcom fix until some difficoulties will not be solved.