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