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-06-13 10:09 JS, revision 86

Correction to dnd.h; EVT_MOUSE_EVENTS now includes LEAVE/ENTER events; Windows LEAVE/ENTER events now work

1998-06-12 15:41 VZ, revision 85

in wxOnAssert() abort() replaced with raise(SIGTRAP) (Unix only)

1998-06-12 14:56 VZ, revision 84

added support of multiple-selection listboxes, GetSelections() now works.

1998-06-10 17:04 VZ, revision 83

wxTextCtrl::WriteText() now adds it at the end and not 1 position before

1998-06-10 11:11 VZ, revision 82

testing CVS notifications

1998-06-10 10:18 VZ, revision 81

wxLogWindow ctor changed

1998-06-09 17:35 VZ, revision 80

wxLogWindow is now not a top-level frame, so it doesn't prevent the app from being closed

1998-06-09 13:14 VZ, revision 79

wxTempFile bug corrected: the temp file is now created in the same dir as the original one, so that rename() always succeeds

1998-06-08 12:41 VZ, revision 78

Bool changed to bool

1998-06-08 11:48 JS, revision 77

Notes about implementing EVT_LEAVE_WINDOW

1998-06-08 11:37 KB, revision 76

fixed NULL problem

1998-06-05 14:46 VZ, revision 75

Bool replaced by bool

1998-06-05 14:46 VZ, revision 74

Bool replaced by bool (I hope I got it right this time!)

1998-06-05 07:45 JS, revision 73

Small mods to manual

1998-06-04 16:08 RR, revision 72

GTK - added docview sample, doesn't work :-( - changed wxBmpButton callback name

1998-06-03 19:40 JS, revision 71

Modified wx.hpj for new directory structure; books.gif is now transparent

1998-06-03 19:06 RR, revision 70

GTK combobox idle handling makefile fixes

1998-06-03 16:34 VZ, revision 69

bug preventing compilation of wxLogGui under !Windows corrected

1998-06-02 20:25 JS, revision 68

Resubmitted binary files that may been corrupted

1998-06-02 19:04 RR, revision 67

GTK - wxNotebook added - wxTabCtrl removed - added USE_WXCONFIG option - minor compile fixes

1998-06-02 13:23 VZ, revision 66

added #if USE_WXCONFIG check (TODO: add configure switch for it)

1998-05-31 00:09 VZ, revision 65

wxDataObject now defined in defs.h and not here

1998-05-31 00:08 VZ, revision 64

missing #endif

1998-05-31 00:00 VZ, revision 63

wxDataFormat typedef added

1998-05-30 23:42 VZ, revision 62

helper file for WX_DEFINE_LIST: dynamic list implementation