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-22 22:48 JS, revision 136

Added more flags to resource.cpp, #ifdefed out ScanfV for Windows, some grid typo fixes

1998-06-22 22:43 JS, revision 135

Cured problem introduced by LEAVE/ENTER OnIdle code; bugs in gauge sizing

1998-06-22 22:27 JS, revision 134

Added wxCLIP_CHILDREN style (mainly for getting rid of flicker), other minor mods

1998-06-22 22:25 VZ, revision 133

attempt to clean up a little keyboard handling code

1998-06-22 22:17 VZ, revision 132

wxCHECK/wxCHECK_RET changes

1998-06-22 22:17 VZ, revision 131

wxCHECK change

1998-06-22 22:09 VZ, revision 130

GetSelections() changed to work with wxArrayInt

1998-06-22 22:07 VZ, revision 129

now compiles with USE_XPM_IN_MSW on, added error messages if bitmap can't be loaded/saved

1998-06-22 22:06 VZ, revision 128

VC++ warning suppressed

1998-06-22 22:04 VZ, revision 127

wxString::Scanf() removed because can't be implemented portably

1998-06-22 22:03 VZ, revision 126

now compiles with USE_XPM_IN_MSW on

1998-06-22 21:58 VZ, revision 125

bug in SplitPath() corrected - now ".." handled correctly

1998-06-22 21:54 VZ, revision 124

wxListbox::GetSelections() now takes a wxArrayInt instead of "int **" (as under wxGTK)

1998-06-22 21:53 VZ, revision 123

now compiles with USE_XPM_IN_MSW on

1998-06-22 21:51 VZ, revision 122

Oops... just added wxString::Scanf() functions can't be implemented under Windows. Removed.

1998-06-22 21:50 VZ, revision 121

#include "wx/msw/notebook" added

1998-06-22 21:48 VZ, revision 120

wxLogWindow::GetOldLog() added

1998-06-22 21:47 VZ, revision 119

wxCHECK macros slightly changed: wxCHECK( expr, rc ) now returns rc if expr is FALSE and wxCHECK_RET( expr ) must be used in void functions.

1998-06-22 14:40 KB, revision 118

fixed #pragma

1998-06-22 12:47 KB, revision 117

fixed #include paths to use local copies of png/gdk_imlib/zlib headers fixed compiler warning in time.cpp

1998-06-20 10:25 GL, revision 116

* Added $(THREADS_LINK) to $(LINK_LIBS) so all programs can be linked. * Updated the thread detected (pthread-0.7, pthread, pthreads) * Added --without-threads to disable threads

1998-06-19 15:55 VZ, revision 115

put wxMessageBox() arguments in OnAssert() in the right order

1998-06-19 12:35 KB, revision 114

fixed stupid compiler warning

1998-06-18 16:59 VZ, revision 113

changed the notebook control to use AddPage() interface (Julian's version didn't work at all) andupdated the sample to work with it

1998-06-18 14:01 JS, revision 112

Fixed SetSelection, GetSelection for Portrait/Landscape selection

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)

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

1998-05-30 17:21 JS, revision 61

Removed Deselect function.

1998-05-30 17:11 RR, revision 60

Same as last one..

1998-05-30 17:10 RR, revision 59

GTK: Added wxTabCtrl Work on wxEventhandler (delete clientdata) wxChoice (derive from wxControl) wxTextCtrl (init with text) Added sample for tabctrl (and more)

1998-05-28 22:05 RR, revision 58

GTK moved main() to app.cpp added wxGauge added wxStaticBitmap

1998-05-28 19:54 JS, revision 57

Updates from Chris Breeze

1998-05-28 17:44 RR, revision 56

GTK wxBitmapButton added

1998-05-28 11:13 JS, revision 55

#ifdefed out a typedef not appropriate to MSW; added SetSelection to choice dialog

1998-05-27 23:41 VZ, revision 54

cleaned code a bit

1998-05-27 23:38 VZ, revision 53

wxDataObject and wxDropSource implementations

1998-05-27 23:37 VZ, revision 52

registry based implementation of wxConfig (wxRegConfig)

1998-05-27 23:36 VZ, revision 51

1) now associated drop target is deleted (memory/resource leak corrected) 2) added wxCHECK( hWnd != NULL ) to wxAssociateWinWithHandle

1998-05-27 23:34 VZ, revision 50

removed compilation warning about "switch with default but no case" (no real changes)

1998-05-27 23:32 VZ, revision 49

many bugs (including major one in DeleteSelf) corrected

1998-05-27 23:30 VZ, revision 48

spurious "(uint)" cast which was causing compilation warnings removed

1998-05-27 23:29 VZ, revision 47

1) Added call to wxLog::Flush() to wxApp::OnIdle() 2) Last active log target is now deleted in wxApp::CleanUp()

1998-05-27 23:24 VZ, revision 46

wxDataObject and wxDropSource classes for (more) d&d support

1998-05-27 23:20 VZ, revision 45

option USE_WXCONFIG (default value: 1) added which enables compilation of wxConfig

1998-05-27 23:18 VZ, revision 44

function HasValue() added

1998-05-27 23:07 VZ, revision 43

declaration of registry based implementation of wxConfig (wxRegConfig)

1998-05-27 23:05 VZ, revision 42

wxApp::CreateConfig() only defined #if USE_WXCONFIG

1998-05-27 22:52 VZ, revision 41

no changes (cvs wierdness...)

1998-05-27 22:50 VZ, revision 40

no changes

1998-05-27 13:56 JS, revision 39

Misc changes for DOS compatibility, plus added wxApp::CreateConfig

1998-05-27 09:37 JS, revision 38

Changes to help with Win16 compilation.

1998-05-26 16:36 KB, revision 37

bug hunting in the repository