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

2001-07-27 02:54 RD, revision 11190

Added some WXDLLEXPORTs

2001-07-26 18:40 VZ, revision 11189

(bad) fix for asserts and OnIdle events

2001-07-26 18:39 VZ, revision 11188

forgotten method declaration

2001-07-26 16:45 VZ, revision 11187

made the log dialog resizeable (again?)

2001-07-26 16:33 VZ, revision 11186

highlight the focused item in non report mode too

2001-07-26 16:19 VZ, revision 11185

fix for (re)positioning the main window when the style changes

2001-07-26 15:26 VZ, revision 11184

avoid nested modal log dialogs

2001-07-26 15:09 VZ, revision 11183

test for wxLog interaction with wxYield better

2001-07-26 13:21 VZ, revision 11182

*really* suppress log messages from inside wxYield

2001-07-26 11:32 RR, revision 11181

Fixed problem with missing refresh in wxScrolledWindow:: SetScrollbars().

2001-07-26 09:58 VZ, revision 11180

respect SetFont/SetXXXColour in wxTextCtrl even when using styles

2001-07-26 09:24 VZ, revision 11179

don't do anything in SetBackgroundColour() if colour is invalid

2001-07-26 09:06 VZ, revision 11178

timestampt trace/debug messages under Unix too, this is useful for debugging

2001-07-26 08:59 VZ, revision 11177

added demo of the difference Freeze/Thaw makes in wxTextCtrl

2001-07-26 08:33 VZ, revision 11176

added wxWindow::Freeze/Thaw(), implemented them for wxGTK::wxTextCtrl

2001-07-25 16:13 VZ, revision 11175

fix for focus handling when deleting the items

2001-07-25 13:17 JS, revision 11174

Tweaks to fl project files

2001-07-24 19:33 VZ, revision 11173

compilation warning fixed

2001-07-24 17:08 VZ, revision 11172

reverted my previous change to WINVER - it is already defined elsewhere

2001-07-24 16:19 VZ, revision 11171

fixed compilation problem with multiple Update()s

2001-07-24 15:27 JS, revision 11170

Added fl (frame layout) to wxWindows, from source tidied by Hans Van Leemputten <Hansvl@softhome.net>.

2001-07-23 20:11 GD, revision 11169

renamed Number method (should be GetCount)

2001-07-23 18:17 VZ, revision 11168

fixed bug with wxPathExists('c:\') yet again

2001-07-23 18:13 VZ, revision 11167

don't process VK_OEM_XXX key presses

2001-07-23 18:06 VZ, revision 11166

use Windows standard icons instead of our own (patch 443856)