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-24 23:34 VZ, revision 1036

renamed old listimpl.cpp (because now there is a "real" listimpl.cpp)

1998-11-24 23:30 VZ, revision 1035

1. new wxList code 2. fixes to allow compilation at -W4 with VisualC++ 6.0

1998-11-24 21:55 JS, revision 1034

2nd attempt at MDI in wxMotif, using wxNotebook this time (still some probs).

1998-11-24 19:01 GL, revision 1033

* Fixed a memory leak in wxThread

1998-11-24 16:08 VZ, revision 1032

1. Empty() now doesn't free memory - Clear() does 2. operator<<(int), (float) and (double) added 3. vsnprintf() is used if available instead of vprintf() (buffer overflows...)

1998-11-24 15:34 RR, revision 1031

Big fix for GTK 1.1.5

1998-11-24 13:29 RR, revision 1030

GTK's dnd is broken, not mine Added notebook::removepage (not tested)

1998-11-23 22:54 RR, revision 1029

Corrected wxCHECK calls in bitmap.cpp Added drop side of new DnD for GTK 1.1.3 without success Streamlined DnD Corrected frame resize for GTK 1.06

1998-11-23 18:13 JS, revision 1028

Removed rogue AIAI icon; removed PostScript files from Cygwin makefile

1998-11-23 14:28 JS, revision 1027

Fix to wxTreeCtrl::GetNextChild from Marcel Rasche. Corrected WXUSINGDLL in 2 makefiles.

1998-11-23 14:27 RR, revision 1026

wxFrame::size There is always a hack to solve your problems.

1998-11-23 13:42 RR, revision 1025

Build fix in wxLog Moved wxFrame::Resize without success..

1998-11-23 12:43 RR, revision 1024

Added install scripts in missing places Fixed wxFrame resize behaviour for GTK 1.1.3 Added GetMousePosition Added const char** constructors to icon and bitmap Autolayout should now work for wxDialog

1998-11-23 12:41 VZ, revision 1023

__WIN16__ not defined any more for !MSW build

1998-11-23 11:00 UG, revision 1022

no message

1998-11-22 22:32 , revision 1021

This commit was manufactured by cvs2svn to create tag 'M_REFERENCE'.

1998-11-22 22:32 JS, revision 1020

Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed wxTrace to wxDebugLog in memory.cpp and also app.cpp (please check this works on wxGTK!)

1998-11-22 19:48 KB, revision 1019

Fixed return code of GetSelectionCount()

1998-11-22 19:45 KB, revision 1018

fixed bug for empty lists

1998-11-22 15:59 GL, revision 1017

* Renamed fstream.h in wfstream.h

1998-11-22 04:20 RD, revision 1016

Changed the event handling to use events, instead of just virtual functions. This is so wxPython can derive from the class.

1998-11-21 15:40 JS, revision 1015

Doc updates (debug stuff); Cygwin corrections

1998-11-21 12:47 GL, revision 1014

* Changed fstream.* in wfstream.*

1998-11-19 20:34 KB, revision 1013

fixes

1998-11-18 17:37 RR, revision 1012

Added support for SCROLL_TOP and _BOTTOM events Corrected behaviour for Blit with LogicalFunctions

1998-11-17 23:03 JS, revision 1011

Cured BC++ makefile bug; wxGrid fix; updated Motif install.txt

1998-11-17 22:44 JS, revision 1010

Added sash window and layout window docs; added wxLog... and assert functions

1998-11-16 14:38 RR, revision 1009

Hm, FortyThieves' cards were all black. MDI insert child bug.

1998-11-16 11:48 UG, revision 1008

no message

1998-11-16 09:30 KB, revision 1007

Fixed bad bad bug.

1998-11-16 08:31 RR, revision 1006

Fixed bug in dc::blit() Redid fix in fileconf FortyThieves works now..

1998-11-16 07:18 RR, revision 1005

Fixed resizing of wxTextCtrl Added clientdata to menu

1998-11-16 00:01 RD, revision 1004

Generic treectrl for wxPython/GTK compiles...

1998-11-15 23:04 RD, revision 1003

Removing some ifdef's for wxGTK

1998-11-15 21:53 JS, revision 1002

Fix to parser.y to make it compile with makefile.unx; wxFileConfig adds a / to user path if necessary; OGL sample cleans itself up; wxLog fixes in app.cpp

1998-11-15 17:57 RR, revision 1001

Added new wxBitmapButton implementation Build fixes in base classes

1998-11-15 17:01 KB, revision 1000

Replaced kbList with wxList.

1998-11-15 15:29 RR, revision 999

Coompilation fixes for GTK 1.1.3

1998-11-14 20:20 RR, revision 998

Added spinbutton

1998-11-14 20:17 RR, revision 997

Doc corrections fixed listbox setbackground added spinbutton sample

1998-11-13 20:47 VZ, revision 996

1. GetNextChild() bug fixed in generic version 2. GetChildrenCount(bool recursive) added to all versions, implemented only in the generic one so far 3. Sample slightly modified to show new function

1998-11-12 22:47 JS, revision 995

Accelerators implemented for wxMotif; some wxComboBox stupidities cured

1998-11-12 18:18 RR, revision 994

Last fixes for wxMotif and configure

1998-11-12 16:40 RR, revision 993

Compile fixes, warnings etc.

1998-11-12 16:02 VZ, revision 992

"make depend" finally seems to work (thanks to Kristján Jónsson)

1998-11-12 06:12 RR, revision 991

CalcBoundingBox() added so that Max() works in wxDC

1998-11-11 18:06 GL, revision 990

* Fixes. * Added end process notification in motif.

1998-11-11 14:39 JS, revision 989

Motif bug fixes; dialog OnPaint works now; wxColourDialog tweaking

1998-11-11 14:19 RR, revision 988

Still bit fiddling in wxImage. SetSize rewritten.

1998-11-11 09:53 JS, revision 987

Changed setup.h so that global memory operators are switched off for GnuWin32; rearranged wxWave constructors; small changes in tlog.tex

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