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-12-13 10:41 RR, revision 1186

Updated resource sample

1998-12-13 09:14 RR, revision 1185

Added wxList:Nth check again Added checks to wxImageList Made toolbar tips yellow Removed options from wx-config Added bitmaps to DialogEd tree ctrl

1998-12-12 22:05 VZ, revision 1184

corrected (?) wxStringList::Delete()

1998-12-12 22:03 VZ, revision 1183

removed wxDialog::SetSize() which just called wxWindow::SetSize()

1998-12-12 22:02 VZ, revision 1182

removed SetSize() methods which just called wxWindow::SetSize()

1998-12-12 18:50 JS, revision 1181

Added wxPoem sample; fixed some Dialog Editor problems; wxStaticBitmap and wxBitmapButton now recognised by resource.cpp.

1998-12-12 17:27 RR, revision 1180

More colour finetuning Corrected wxCheckBoc and wxRadioButton::SetValue

1998-12-12 16:42 RR, revision 1179

Added scrollbar size to settings Added tetsing for cursor keys to wxTextValidator Correcte misspelled colour in wxColourDialog Made print dialogs look nicer Made wxStatixBox transparent (in the middle) for mouse actions (very useful for DialogEd) Corrected colour setting in DialogEd not to set any colour when using standard colour Corretced unresponding scrollbar in DialogEd

1998-12-12 10:01 JS, revision 1178

Added script to help make wxMotif via configure; nativdlg sample works again; resource sample now works using .rc files for most Windows compilers

1998-12-12 08:44 RR, revision 1177

DialogEd compiles and works more or less wxList::Nth() is allowd to just return NULL for out-of-bounds index

1998-12-12 00:27 VZ, revision 1176

some very minor changes

1998-12-11 19:28 RR, revision 1175

Redid parts of wxScroledWindow Corrected scrollling (speed) in wxListCtrl

1998-12-11 18:19 RD, revision 1174

Changed the "delete win" to the more proper "win->Destroy()" in PopupMenu. The sample still has the Close anomally though...

1998-12-11 16:09 JS, revision 1173

Some stubs includes removed from wxMotif; wxNotebook sample hack to make it display; changes to defs.h and memory.h etc. for Solaris compilation

1998-12-11 15:41 RR, revision 1172

ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK Corrected inheritence of wxTreeEvent, wxNotebookEvent, wxListEvent on wxMSW and wxGTK Corrected scrolling step etc. in wxListCtrl Built-in correction of out-of-bounds values for position of scrollbar thumb Reverted interpretation of wxVERTICAL for radiobox Applied Phls patch for wxStaticText

1998-12-11 09:59 JS, revision 1171

Corrections to Forty Thieves; wxMemoryDC problem temporarily sorted

1998-12-11 09:48 SC, revision 1170

regrouped the fix by VZ so that __MWERKS__ comes first, since CW also defines _MSC_VER = 9 , the wrong branch was taken

1998-12-11 05:56 RD, revision 1169

Added wxTaskBarIcon::PopupMenu()

1998-12-10 22:55 JS, revision 1168

#ifdefed out Ole... functions for Cygwin.

1998-12-10 22:44 JS, revision 1167

Dialog Editor corrections for latest wxWin changes; removed wxProp files

1998-12-10 22:41 AN, revision 1166

correct a bug in the MSW code using wxMask

1998-12-10 22:30 AN, revision 1165

remove the line for image.h, restore a line commented out by mistake

1998-12-10 21:50 VZ, revision 1164

minValue and maxValue are interpreted correctly in SetRange() (were inversed)

1998-12-10 21:49 VZ, revision 1163

__MWERKS__ check now doesn't give compilation error with VC++

1998-12-10 19:58 RR, revision 1162

Fixed three mouse event bugs Fixed wxSplitterWindow (hope Julian doesn't mind)

1998-12-10 17:23 SC, revision 1161

CodeWarrior Support

1998-12-10 17:16 SC, revision 1160

CodeWarrior Support

1998-12-10 15:42 RR, revision 1159

wx-config knows about compiler options several tree ctrl bugs removed

1998-12-10 14:38 KB, revision 1158

Fixed typo.

1998-12-10 14:37 KB, revision 1157

fixed typo

1998-12-10 14:34 RR, revision 1156

Removed a few old wxDebugMsg (now wxLogDebug) block first event from wxCeckBox after SetValue() also

1998-12-10 14:19 KB, revision 1155

another API change fix

1998-12-10 14:10 KB, revision 1154

Solved the -ggdb problem.

1998-12-10 13:41 SC, revision 1153

CodeWarrior Support (no defines in project possible)

1998-12-10 13:33 RR, revision 1152

Fix for radiobutton

1998-12-10 11:05 karsten, revision 1151

Modified wxExecute() to close stdin/stdout/stderr.

1998-12-10 10:57 SC, revision 1150

wxMac support added

1998-12-10 10:22 KB, revision 1149

Trying to adopt to new wxGTK API.

1998-12-10 09:37 RR, revision 1148

Moved image code Corrected clipboard code

1998-12-10 00:00 VZ, revision 1147

overview of dnd finished

1998-12-09 21:44 JS, revision 1146

wxImage changes

1998-12-09 18:23 JS, revision 1145

VC++ 4 fixes and added docvwmdi to distribution files.

1998-12-09 18:12 JS, revision 1144

Various fixes incl. checking in .po/.mo files

1998-12-09 17:43 VZ, revision 1143

"wxGDIObject * => &" changes

1998-12-09 17:30 VZ, revision 1142

"wxGDIObject * => &" related changes (see mail to the list)

1998-12-09 16:37 AN, revision 1141

dec 9, 1998 wxImage related changes

1998-12-09 12:14 RR, revision 1140

Clipboard update menuitem->SetName() -> SetText() (or other raound) GetChildren() returns reference this still doesn't compile, I'm waiting

1998-12-08 23:34 JS, revision 1139

Added some files

1998-12-08 23:33 JS, revision 1138

Removed syntax errors in tdnd.tex

1998-12-08 23:26 JS, revision 1137

Sorry folks, a lot of changes to remedy GetFont, GetBrush etc.