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

2005-03-16 17:51 JS, revision 32853

Implemented PocketPC menubar/toolbar as wxToolMenuBar derived from wxToolBar, solving the problem of how normal toolbars can co-exist with combined ones. Tidied up WinCE toolbar code. Implemented wxToolBar as 'dummy' toolbar under Smartphone. Dialogs now show an empty menubar to hide inactive one underneath.

2005-03-16 16:18 ABX, revision 32852

Use defs.h (and automatically setup.h and chkconf.h) before first wxUSE_* check (bug #1164141).

2005-03-16 16:03 KH, revision 32851

Unlike the preferences item which should only be enabled if it exists and is enabled, the quit item should be enabled unless it both exists and is disabled, otherwise Quit will not be enabled unless the application specifically adds wxID_EXIT. This should fix David's bug but still retain the old functionality. [ modified previously committed patch 1160343 ]

2005-03-16 10:20 JS, revision 32850

Not forgetting PalmOS

2005-03-16 10:18 JS, revision 32849

Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE

2005-03-16 09:09 JS, revision 32848

Removed checklistbox test

2005-03-16 05:31 KH, revision 32847

Allow using negative angles with DrawRotatedText. [ patch 1162771 ]

2005-03-16 05:16 KH, revision 32846

Quit application menu item needs special handling like the Preferences item. [ patch 1160343 ]

2005-03-16 05:11 KH, revision 32845

Added comments explaining more about the changes in my last commit. Also, removed __DARWIN__ check for enabling CONNECTION events, always wait to enable them until after the connect() call.

2005-03-15 23:20 VZ, revision 32844

set wxUSE_DEBUGREPORT to 0 by default; fixed a couple of typos

2005-03-15 21:51 JS, revision 32843

UPdated notes

2005-03-15 21:50 JS, revision 32842

Chose different set of buttons for toolbar

2005-03-15 21:48 JS, revision 32841

Fixed wxToolBar for WinCE so normal bitmaps can be used; no longer uses standard buttons. wxToolBar under Smartphone no longer tries to create buttons since a toolbar makes no sense on this platform.

2005-03-15 21:22 JS, revision 32840

Regenerated files

2005-03-15 21:18 JS, revision 32839

WinCE doesn't have wxCheckListBox, and doesn't like wxRmDir

2005-03-15 21:10 ABX, revision 32838

SetLeft|RightMenu is supposed to be API for all smartphones. TODO comment.

2005-03-15 20:55 JS, revision 32837

Fixed wxPropertySheetDialog for Smartphone

2005-03-15 20:33 ABX, revision 32836

More wxWidgets in poem demo.

2005-03-15 17:40 JS, revision 32835

Fix

2005-03-15 11:56 JS, revision 32834

No zero id

2005-03-15 11:29 JS, revision 32833

Don't start ids at zero

2005-03-14 22:40 JS, revision 32832

Added wxPropertySheetDialog for implementing settings dialogs in the appropriate way on small devices and desktop platforms (abstracting is the only way to unify the API)

2005-03-14 22:26 VZ, revision 32831

simplified code (removed 2 unnecessary tests) in CalcMin(), no real changes

2005-03-14 22:24 JS, revision 32830

Improve standard button spacing on Windows

2005-03-14 21:55 MBN, revision 32829

Remove wrong clasing bracket.