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-18 13:40 KB, revision 111

another typo fixed

1998-06-18 13:26 KB, revision 110

added notebook.cpp

1998-06-18 13:26 KB, revision 109

fixed wrong scanf() arguments

1998-06-18 13:20 VZ, revision 108

1) Right(char ch) now returns the part of the string after the last occurence of ch _without_ ch itself (like Left(char ch)) 2) Added wxString::Scanf() and wxString::ScanfV()

1998-06-18 13:07 VZ, revision 107

wxFileConfig bugs corrected (now the new entries belong to the right groups)

1998-06-16 17:17 GL, revision 106

* Hope this is the last bug fix in the wxThread merge ... * configure updated * some function added in utilsgtk.cpp (wxSleep, wxKill) * wxThread sample v0.1

1998-06-16 12:41 VZ, revision 105

"-1" index error in wxString::Before fixed

1998-06-15 17:21 GL, revision 104

* Corrected #include "thread.h" => #include "wx/thread.h" * Corrected the joystick.h detection stuff in configure.in

1998-06-15 12:06 KB, revision 103

changed GetSelections() argument

1998-06-15 09:21 JS, revision 102

Experimental notebook API

1998-06-15 07:57 JS, revision 101

Corrected some problems I introduced, added tabevent.tex.

1998-06-14 23:16 VZ, revision 100

wxNotebook interface (it may change!), implementation file is not yet commited - I will do as soon as the interface is fixed

1998-06-14 23:13 VZ, revision 99

added notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHANG(ED|ING)

1998-06-14 23:08 VZ, revision 98

added ctor wxColour(unsigned long colRGB) and the corresponding Set()

1998-06-14 20:53 JS, revision 97

Added #define wxHelpController to help.h; added wxWinHelpController::Quit code

1998-06-14 20:52 JS, revision 96
  • D /wxWidgets/trunk/docs/latex/wx/wx.cnt

*** empty log message ***

1998-06-14 20:48 JS, revision 95

Various documentation additions and changes.

1998-06-14 15:28 GL, revision 94

* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED added) * Updated the documentation

1998-06-14 12:15 JS, revision 93

const/void changes in thread, tabctrl and wave files; wxTabCtrl::InsertItem now returns bool not int.

1998-06-14 12:11 JS, revision 92

Changed documentation const convention for non-objects; added some manual files

1998-06-14 08:53 JS, revision 91

Corrected missing pipe in treectrl.h, wxOK->wxID_OK in wxGetTextFromUser, no offsets in 2 functions in wxDC

1998-06-13 17:09 JS, revision 90

Corrected dataobj.h/.cpp, corrected listbox to use non-integral height

1998-06-13 17:02 GL, revision 89

* Posix/SGI/No threads added * Updated configure.in file (Threads and Joystick detection)

1998-06-13 10:12 JS, revision 88

Added include/wx/joystick.h

1998-06-13 10:11 JS, revision 87

Added GTK/Linux joystick class (Guilhem Lavaux)