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

1998-11-11 09:28 KB, revision 986

Made netscape default browser.

1998-11-11 08:42 UG, revision 985

const added to Contains

1998-11-11 04:40 RD, revision 984

wxTreeCtrl now works (sort of) for wxPython-GTK. This is the new TreeCtrl in src/gtk/treectrl.cpp not the old generic one.

1998-11-11 03:13 RD, revision 983

Additions for wxTreeCtrl

1998-11-10 21:22 KB, revision 982

Added a sample to test wxExtHelpController. Should work with other wxHelpController implementations, too.

1998-11-10 21:17 KB, revision 981

Added wxExtHelpController: wxHelpController implementation for external viewers. Made it the default viewer for wxGTK and set wxUSE_HELP=1.

1998-11-10 19:43 RR, revision 980

Added test to prove a supposed misfeature.

1998-11-10 19:21 RR, revision 979

Deleted a debugging line.

1998-11-10 19:18 RR, revision 978

Bit fiddling part 4.

1998-11-09 19:44 RR, revision 977

Yes, two more bugs killed.

1998-11-09 18:39 GL, revision 976

* wxMMedia: these makefiles are just indicative.

1998-11-09 18:37 GL, revision 975

* Added wxMMedia in the repository so people interrested in it can work on it * WARNING! It is quite unstable on Windows and it doesn't work on Linux for the moment because I didn't finish fixing the CODEC stream.

1998-11-09 11:57 JS, revision 974

Removed references to DEBUG and WXDEBUG; cured Motif font problem; removed some warnings in OGL; fixed bug in wxChoice

1998-11-09 08:09 MR, revision 973

if the wxTextCtrl is empty set by SetInsertionPointEnd to 0 and not to -1.

1998-11-09 06:15 RR, revision 972

Suppressed warnings

1998-11-08 22:35 JS, revision 971

OGL fixes for wxMotif; added Set/GetClientData to wxMenu in wxMSW/wxMotif/wxStubs. Sorry, I may be overwriting changes Robert made due to a file copying error.

1998-11-08 16:42 RR, revision 970

Compile and build fixes for wxGTK and wxMotif Removed somw more warnings

1998-11-08 15:16 JS, revision 969

Minor changes

1998-11-07 13:55 RR, revision 968

Fixed 5 bugs in wxImage and Blit Removed warning messages Some more clientdata fiddleing Added bitmap support to wxTreeCtrl Fixed some bugs in wxTreeCtrl Added licence.txt to /docs/gtk/

1998-11-06 13:13 RR, revision 967

Second try at doing Set/GetClient right

1998-11-06 09:45 UG, revision 966

no message

1998-11-06 09:33 UG, revision 965

dll fixes

1998-11-06 08:50 RR, revision 964

SetEventData for a few widgets Re-installed wxBitmaps::LoafFile

1998-11-04 22:29 JS, revision 963

Added GetRect to region iterator; cured window.cpp problem for BC++

1998-11-04 22:17 JS, revision 962

Added Motif install.txt.

1998-11-04 22:16 JS, revision 961

Removed wxUpdateIterator documentation, added wxRegionIterator documentation.

1998-11-04 13:07 JS, revision 960

Changed m_font to * GetFont() since m_font isn't in all implementations.

1998-11-04 12:03 RR, revision 959

Test for image conversion correctness.

1998-11-03 15:45 KB, revision 958

file got garbled, replaced

1998-11-03 15:43 JS, revision 957

Dialog Editor bug fixes, several other small ones

1998-11-03 14:46 RR, revision 956

Bit fiddling.

1998-11-03 11:19 RR, revision 955

Fix for TextCtrl problem as reported by Vegh Move definition of wxMenuItem to /gtk/menuitem.h Radical change of how to insert a child into a paren window. As C++ doesn't have any VMT in a class's consructor, I have to use a callback. Fixed culumn resizing bug in wxListCtrl Fixed menu height bug in MDI code

1998-11-03 09:22 RD, revision 954

New generated code

1998-11-03 09:21 RD, revision 953

fixed a typo

1998-11-02 14:12 RR, revision 952

DnD fixes Image fixes Clipboard API

1998-11-02 14:09 KB, revision 951

Added test.xpm generated from horse.png, for compilation.

1998-11-02 00:53 DP, revision 950

All functionality I know hot implement already implemented. Testing is needed.

1998-11-01 21:48 KB, revision 949

fixes

1998-10-31 10:12 RR, revision 948

Font fixes and icons in report view for list control

1998-10-31 05:43 DP, revision 947

Visible functions implemented

1998-10-31 04:29 DP, revision 946

wxTreeCtrl changes: More functions implemented... I cannot rid of one assert... I do not know what should I do to avoid it... It happens on collapsing...

1998-10-30 19:52 RR, revision 945

Compile fixes for tree ctrl

1998-10-30 19:37 RR, revision 944

Fixes to fonts, static text, radiobox, frame

1998-10-30 18:27 KB, revision 943

regenerated configure from new configure.in

1998-10-30 12:55 VZ, revision 942

items without children couldn't be expanded even after a call to SetHasChildren() - fixed.

1998-10-30 11:24 KB, revision 941

wait4() now extern "C" :-)

1998-10-30 11:24 KB, revision 940

fixed wxICON() usage

1998-10-30 10:58 KB, revision 939

added wait4() prototype for solaris

1998-10-30 10:14 KB, revision 938

fixes

1998-10-30 09:50 KB, revision 937

fixed destructor