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-11-20 09:13 RR, revision 36203

Make wxFileDialog work under GPE again.

2005-11-19 22:49 JS, revision 36202

Event coordinates should _always_ be physical, not logical, to be consistent both with other events and with the wxMSW control

2005-11-19 13:05 SC, revision 36201

patch 1352744

2005-11-19 01:21 MR, revision 36200

[2_6_BRANCH] Spelling fixes from Andreas Mohr (docs part of patch #1360064)

2005-11-19 01:07 MR, revision 36199

Spelling fixes from Andreas Mohr (patch #1360064)

2005-11-18 21:23 SC, revision 36198

patch 1306473

2005-11-18 18:40 SC, revision 36197

patch 1265473

2005-11-18 18:34 ABX, revision 36196

Follow other ports with Title/Label split.

2005-11-18 18:30 ABX, revision 36195

Update after adding palmos setup.h to family of automatically created setups.

2005-11-17 23:37 VS, revision 36194

fixed layout of tables that are first element on a page

2005-11-17 23:35 VS, revision 36193

reduced code duplication in wxHtmlWinParser::AddText (no real change)

2005-11-17 17:43 JS, revision 36192

Fixed problem with choice editor in wxGrid whereby the editor lost focus when the combobox menu was shown.

2005-11-17 14:36 ABX, revision 36191

Fixes for bugs #1218219 and #1218254.

2005-11-16 17:43 ABX, revision 36190

Warning fix.

2005-11-16 17:27 ABX, revision 36189

Finally removes occurences of OnMenuCommand and closes bug #1164678

2005-11-16 16:31 VZ, revision 36188

don't use wxStaticCast to wxBookCtrlBase -- it doesn't work

2005-11-16 14:19 MW, revision 36187

Rebake for new penguin

2005-11-16 12:06 DS, revision 36186

applied patch #1348053 "[msw] Strip mnemonics when calc best size for static text"

2005-11-15 23:26 DS, revision 36185

only remap the disabled bitmap of a toolbarbutton when allowed by system (settings), otherwise colour artifacts can appear

2005-11-15 22:40 MR, revision 36184

Any reason why we #if the menuitem bitmap code in the menu sample? For now just adding wxGTK in addition to wxUSE_OWNER_DRAWN case, for the cases where bitmaps are to be set...

2005-11-15 18:05 VZ, revision 36183

unhide wxConnectionBase::Execute(wxString)

2005-11-15 15:51 MW, revision 36182

Add a length parameter for wxRegEx::Matches

2005-11-15 15:36 MW, revision 36181

rcdefs.h is a real file

2005-11-15 14:51 ABX, revision 36180

Be consistent with all setup.h. Include chkconf.h only once from wx/platform.h.

2005-11-15 07:40 ABX, revision 36179

Minor cleanings.