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

1999-12-31 09:34 RD, revision 5162

Fix for differences of when the ECT_WINDOW_CREATE happens between wxMSW and wxGTK.

1999-12-31 08:29 RD, revision 5161

Added wxEditor from Dirc Holtwic Some tweaks and fixes Some distrib updates

1999-12-31 00:35 VS, revision 5160

added wxEncodingConverter; added imagpnm.cpp and imagpcx.cpp to wxvc_dll.dsp

1999-12-31 00:35 VS, revision 5159

added wxEncodingConverter

1999-12-31 00:34 VS, revision 5158

added wxFONTENCODING_UNICODE -- for use with wxEncodingConverter

1999-12-31 00:34 VS, revision 5157

added wxEncodingConverter - original tables from ftp.unicode.org - ISO, windows and KOI8

1999-12-31 00:33 VS, revision 5156

added wxEncodingConverter - scripts for creating convertion tables

1999-12-30 18:43 GL, revision 5155

Moved fix to sndg72x.h

1999-12-30 18:38 GL, revision 5154

Fix for MINGW32

1999-12-30 18:21 VZ, revision 5153

added support for several new events in wxCalendarCtrl: clicking on week days in the header, double clicking

1999-12-30 17:51 VZ, revision 5152

1. many, many, many warnings fixed (from HP-UX build log; 50% are still left) 2. attempt (failed) at compiling wxGTK with GTK+ 1.3.0

1999-12-30 12:02 RR, revision 5151

Removed two more GUI lock-ups. This time when using on-GUI threads and sending event.

1999-12-30 00:31 VZ, revision 5150

added wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home/Right/Left and Home/End keys handling

1999-12-29 23:34 VZ, revision 5149

wxCalendarCtrl works under MSW too

1999-12-29 22:12 RR, revision 5148

Corrected miniframe. Changed wxTB_HORIZONTAL to be wxHORIZONTAL, not wxVERTICAL..

1999-12-29 22:10 RD, revision 5147

Enabling the use of masks for wxGTK in some of the demos wxWindow.GetHandle returns the X-Window instead of the GtkWidget pointer so the X-Window can be given to other Python modules such as VTK. wxPython.lib.vtk updated to get the window handle at widget creation instead of in the constructor. other updates

1999-12-29 22:07 RD, revision 5146

Fixed wxWindowCreateEvent and wxWindowDestroyEvent to set m_eventType so the events can actually be caught by a handler.

1999-12-29 21:03 RR, revision 5145

IsExposed() corrections in calendar.

1999-12-29 20:07 RD, revision 5144

Added some missing EVT_ functions Fixes to wxPython.lib.wxCalendar for new toolbar and region code other fixes

1999-12-29 19:34 VZ, revision 5143

wxMotif::wxControl() ctor added, now wxCalendarCtrl compiles ok

1999-12-29 19:18 VZ, revision 5142

1. wxCalendarCtrl 2. several wxDateTime bugs corrected, a couple of missing functions added 3. GetBestSize() corrections for several wxGTK controls 4. wxStaticLine doesn't get focus any more under MSW 5. added DoMoveWindow() to wxMotif

1999-12-29 17:16 RR, revision 5141

GUI thread update and event corrections.

1999-12-29 14:21 JS, revision 5140

Tidied some doc references; added Stefan's Blit optimisation

1999-12-29 12:52 RR, revision 5139

Doc correction for wxScrollWinEvent.

1999-12-29 11:52 RR, revision 5138

Added wxWindow::DoMoveWindow(..) Changed dnd and clipboard overviews.