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

2002-03-21 23:44 VS, revision 14715
  • D /wxWidgets/trunk/include/wx/html/msw
  • D /wxWidgets/trunk/src/html/bitmaps

deleted no longer needed resource files

2002-03-21 23:43 VS, revision 14714

rellocated art XPMs

2002-03-21 23:42 VS, revision 14713

(hopefully) final touches to wxArtProvider

2002-03-21 23:40 VS, revision 14712

root is always hidden -> no icon needed

2002-03-21 23:39 VS, revision 14711

added wxArtProvider

2002-03-21 20:35 RD, revision 14710

SWIGged updates for wxMac

2002-03-21 20:08 SC, revision 14709

added hashmap and dirdlgg

2002-03-21 18:59 VZ, revision 14708

HDC leak fix

2002-03-21 18:05 RD, revision 14707

Some distrib updates

2002-03-21 17:36 RD, revision 14706

Typo fix

2002-03-21 15:32 JS, revision 14705

Added wxX11 to readme Distribution script mods

2002-03-21 13:10 JS, revision 14704

Put dialog in more sensible place in Forty, got a bit further with running it under wxX11 but still crashes (bad XPM?) Updated wxX11 readme text Added more wxYields to progress dialog Added timer and idle processing to wxApp::Yield for X11 Made busy info dialog thick frame for wxX11, else no decorations Some corrections for Nano-X Made text for busy dialog more sensible in dialogs sample

2002-03-21 10:32 JS, revision 14703

Added __WXX11__ tests where appropriate

2002-03-21 10:02 JS, revision 14702

Minor fix for wxX11 compilation

2002-03-21 06:48 RD, revision 14701

SWIGged updates for wxGTK

2002-03-21 05:50 RD, revision 14700

More unicode related cleanup and fixes for wxPython

2002-03-21 02:37 VZ, revision 14699

enabled toolbar as it works now

2002-03-21 02:36 VZ, revision 14698

let the popup listbox process the kbd messages in wxComboBox

2002-03-21 02:35 VZ, revision 14697

removed som obsolete TODO comments

2002-03-21 02:35 VZ, revision 14696

implemented radio menu items for wxMSW

2002-03-20 21:36 RR, revision 14695

No more pixel junk when resizing windows that use the wxNO_FULL_REPAINT_ON_RESIZE flag and which have a border.

2002-03-20 20:48 RD, revision 14694

Fixed problem between the splash screen and tip dialog.

2002-03-20 20:43 RD, revision 14693

wxStyledTextCtrl can now be built and used when wxUSE_UNICODE==1. When in unicode mode Scintilla uses UTF-8 internally so the wxSTC wrapper only needs to convert to/from UTF-8 in the right places. Still need to figure out to get unicode characters from key/char events...

2002-03-20 20:13 RD, revision 14692

Decided I need copy and assignment afterall

2002-03-20 16:50 VZ, revision 14691

added a note about wxGetHomeDir() change under MSW