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

2004-12-14 12:33 VZ, revision 31003

more wxUniv compilation fixes (bug 1085003)

2004-12-14 12:30 VZ, revision 31002

compilation fix for WXWIN_COMPATIBILITY_2_4 == 0

2004-12-13 23:15 RD, revision 31001

deprecated Get/SetOptimization

2004-12-13 23:06 RD, revision 31000

Added IsEditable Undo Redo SelectAll CanCopy CanCut CanPaste CanUndo CanRedo

2004-12-13 23:02 RD, revision 30999

Deprecated NotebookSizer and BookCtrlSizer

2004-12-13 23:00 RD, revision 30998

Added GetColoursCount

2004-12-13 22:46 RD, revision 30997

Added gravity

2004-12-13 22:39 RD, revision 30996

Give Maximize and default param

2004-12-13 22:38 RD, revision 30995

wxRect::union and docstring fixes

2004-12-13 21:30 VZ, revision 30994

undef CreateWindow too, even if we don't use it ourselves it's still a very common name and shouldn't be defined after including wxWindows headers

2004-12-13 20:10 ABX, revision 30993

math.h/PI integration

2004-12-13 20:07 VZ, revision 30992

reverted recent VK_OEM_PLUS change, do map it to '+' for now, but added a comment questioning whether this should be done at all

2004-12-13 20:04 ABX, revision 30991

math.h/PI integration

2004-12-13 19:54 ABX, revision 30990

math.h/PI integration

2004-12-13 19:48 ABX, revision 30989

Avoid conflict with INFINITY of math.h.

2004-12-13 19:46 ABX, revision 30988

Further changes markup.

2004-12-13 19:42 VZ, revision 30987

(blind) wxUniv compilation fix: define the method using wxWindow out of line, i.e. after wxWindow is defined

2004-12-13 18:24 ABX, revision 30986

wx/msw/notebook.h needs wx/notebook.h in lack of precompiled headers.

2004-12-13 14:08 ABX, revision 30985

Events table serves for RTTI too.

2004-12-13 10:49 JS, revision 30984

Added missing events

2004-12-13 09:18 JS, revision 30983

Typo correction

2004-12-13 01:03 VZ, revision 30982

use WX_FORWARD_STD_METHODS_TO_SUBWINDOWS

2004-12-13 01:02 VZ, revision 30981

added WX_FORWARD_STD_METHODS_TO_SUBWINDOWS macro

2004-12-13 01:00 VZ, revision 30980

1. derived wxMSW radio box from static box because it includes the box anyhow 2. changed it to use wxSubwindows to cut down code duplication 3. deprecated Get/SetNumberOfRowsOrCols() which didn't do anything in neither MSW nor GTK (this is the only change in GTK code)

2004-12-13 00:29 RR, revision 30979

Correctd orientation of sash handle. Adapted some code in the native scrolling window to the generic version's code.