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

2003-04-05 22:22 VS, revision 19991

removed obsoleted virtuals from docs

2003-04-05 22:20 VS, revision 19990

updates to taskbar sample to use events instead of virtuals and work under Unix

2003-04-05 18:59 JS, revision 19989

Fix for getting all frames from GIF animation

2003-04-05 13:11 JS, revision 19988

Reverted previous patch

2003-04-05 12:11 MBN, revision 19987

Derive wxBitmap from wxBitmapBase. Move code from LoadFile/SaveFile/Create* to bitmap handlers. Implemented wxBitmap::GetSubBitmap.

2003-04-05 10:51 JS, revision 19986

Applied patch [ 715449 ] Fix MSW cursor errors (already implicit in CVS trunk)

2003-04-05 10:38 JS, revision 19985

Added a const for CW compilation

2003-04-05 10:34 JS, revision 19984

Applied patch [ 705301 ] Don't send event for wxSplitter::Unsplit

2003-04-05 10:34 CE, revision 19983

fix accidental overwrite of Makefile

2003-04-05 10:33 JS, revision 19982

APplied patch [ 705301 ] Don't send event for wxSplitter::Unsplit

2003-04-05 10:14 CE, revision 19981

changes to watcom makefiles for OpenWatcom

2003-04-04 23:00 VS, revision 19980
  • D /wxWidgets/trunk/include/wx/os2/taskbar.h
  • D /wxWidgets/trunk/src/os2/taskbar.cpp

removed files with empty stubs

2003-04-04 22:47 VS, revision 19979

preparation for X11 wxTaskBarIcon version: 1. moved events to common file from MSW specific 2. deprecated virtual functions in favour of event handlers 3. removed taskbar.cpp files from port that don't implement it

2003-04-04 22:33 VS, revision 19978

preparation for X11 wxTaskBarIcon version: 1. moved events to common file from MSW specific 2. deprecated virtual functions in favour of event handlers 3. removed taskbar.cpp files from port that don't implement it

2003-04-04 22:21 RD, revision 19977

Handle checkable items the right way in all cases

2003-04-04 17:59 RD, revision 19976

Added a new "wx" package that will dynamically import from the wxPython package and rename wxFooBar --> FooBar. That means that people imports without "import *" and can use names like wx.Frame instead of wx.wxFrame. This is phase 1 of a full transition to the new namespace.

2003-04-04 17:51 RD, revision 19975

Added a new "wx" package that will dynamically import from the wxPython package and rename wxFooBar --> FooBar. That means that people imports without "import *" and can use names like wx.Frame instead of wx.wxFrame. This is phase 1 of a full transition to the new namespace.

2003-04-04 17:34 RD, revision 19974

Made an eopty stub of SetSelection for wxGTK

2003-04-04 13:13 JS, revision 19973

Applied [ 714756 ] Clean warnings on build

2003-04-03 21:14 rgammans, revision 19972

* rename maxOnOverflow parameter to CoordToRowOrCol() to clipToMinMax * ensure CoordToRowOrCol() range is 0 -> nMax if clipOnMinMax is set and -1 -> nMax if clipOnMinMax is not set * check on uses of YToRow() / XToCol() and replace with calls internalYToRow() / internalXToCol() removing any external overflow handling where appropriate. * Add tests for overflow to prevent sending 'off grid' label events, would be indistinguishable from CornerLabel events.

2003-04-03 21:08 rgammans, revision 19971

* rename maxOnOverflow parameter to CoordToRowOrCol() to clipToMinMax * ensure CoordToRowOrCol() range is 0 -> nMax if clipOnMinMax is set and -1 -> nMax if clipOnMinMax is not set * check on uses of YToRow() / XToCol() and replace with calls internalYToRow() / internalXToCol() removing any external overflow handling where appropriate. * Add tests for overflow to prevent sending 'off grid' label events, would be indistinguishable from CornerLabel events.

2003-04-03 21:01 RD, revision 19970

Correction to my new menu code: handle submenus on menubar menus

2003-04-03 20:54 VZ, revision 19969

start of Greek translations

2003-04-03 18:40 RD, revision 19968

Fix menu event propogation to be consistent across platforms, and with the docs.

2003-04-03 18:39 RD, revision 19967

Fixed menu event propogation to be consistent across platforms, and with the docs.