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-18 14:53 JS, revision 1236

Added dummy DeleteChildren so the sample will at least link.

1998-12-18 14:40 JS, revision 1235

In DialogEd, changed Close to Destroy to make it shut down properly. Various Motif fixes incl. fixing window colours, menu fonts/colours, dialog box

1998-12-18 13:35 RR, revision 1234

Fixed nasty bug wxFont Removed wxDirDialog from /src/gtk

1998-12-18 10:19 RR, revision 1233

Tried to add sorting to wxTreeCtrl minor fixes to radiobutton

1998-12-17 22:39 JS, revision 1232

Added an index for the HTML files

1998-12-17 22:13 JS, revision 1231

Added some gettext HTML files

1998-12-17 21:06 JS, revision 1230

*** empty log message ***

1998-12-17 21:05 JS, revision 1229

Added wxRA_SPECIFY_COLS/ROWS (same as wxRA_HORIZONTAL/VERTICAL)

1998-12-17 20:56 JS, revision 1228

Added wxDirDialog to generic directories

1998-12-17 20:24 VZ, revision 1227

The checkbox doesn't eat the first "toggled" event if SetValue(FALSE) was called any more. Added 2 lines to the controls sample to demonstrate it.

1998-12-17 20:23 VZ, revision 1226

wxString::Truncates() now doesn't change the sharied copies of the string

1998-12-17 19:26 VZ, revision 1225

all delete functions now send delete notification event

1998-12-17 18:41 VZ, revision 1224

1. added wxTreeCtrl::DeleteChildren() 2. wxTreeCtrl::CollapseAndReset() doesn't destroy the item itself any more 3. wxTreeCtrl::Delete() sends wxEVT_COMMAND_TREE_CHILDREN event (but DeleteChildren() and DeleteAll() do not!) 4. Sample modified to show the new function too 5. Micro redraw bug fixed (small vertical line was sometimes drawn when it shouldn't have been)

1998-12-17 18:19 JS, revision 1223

Bother, had to revert it since it caused more ambiguities.

1998-12-17 18:12 JS, revision 1222

Removed sometimes-ambiguous wxString operator

1998-12-17 18:07 RD, revision 1221

wxPython 0.5.2 Minor fixes and SWIG code generation for RR's changes. MSW and GTK versions are much closer now!

1998-12-17 17:59 JS, revision 1220

Just a teeny change -- addition of wxFrame::IsMaximized. For wxMDIChildFrame in wxGTK, is probably always TRUE (always size of client area).

1998-12-17 17:53 RD, revision 1219

wxPython 0.5.2 Minor fixes and SWIG code generation for RR's changes. MSW and GTK versions are much closer now!

1998-12-17 15:46 RR, revision 1218

GTK is standard in configure again removed warning from postscript dc compile fix for wxDirDialog

1998-12-17 14:45 VZ, revision 1217

status bar is created before it's used for the first time (better this way)

1998-12-17 14:07 RR, revision 1216

Removed minor differences between wxMSW and wxGTK

1998-12-17 10:10 JS, revision 1215

Changed m_children to GetChildren() -- not all ports are the same!

1998-12-17 09:57 RR, revision 1214

Added wxDirDialog

1998-12-17 09:44 JS, revision 1213

Re-added corrupt binary files; small change to filefn.cpp for Cygwin.

1998-12-17 08:40 RR, revision 1212

I've put live into Vadim's wxNavigationKeyEvent idea

1998-12-16 22:12 RD, revision 1211

Tweaks needed to be able to build wxPython with wxGTK.

1998-12-16 16:23 JS, revision 1210
  • M /wxWidgets/trunk/samples/joytest/joytest.cpp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/abacus.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/brush.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/chart.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/colour.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/files.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/magnify.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/mike.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/page.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/screw.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/shapes.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/speaker.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/telephon.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/therm.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/torch.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/wrench.bmp
  • M /wxWidgets/trunk/samples/sashtest/sashtest.cpp
  • M /wxWidgets/trunk/src/msw/listctrl.cpp

Removed some unnecessary bitmaps; other minor changes

1998-12-16 12:17 RR, revision 1209

Added wxTolBar::etMargins Checklistbox update

1998-12-16 08:11 VZ, revision 1208

listbox kbd handling buglet corrected (event.Skip() called even when no selection)

1998-12-16 08:06 RR, revision 1207

Added layout constraints call to wxNotebook Renamed key_down events to match MSW equivalents Invened activated events to tree and list ctrl Added patches to text ctrl from georg

1998-12-15 22:59 VZ, revision 1206

1. is there any reason to comment out SetColor() in controls? I restored it... 2. Removed unused files from checklst sample

1998-12-15 20:44 RD, revision 1205

Changed the import semantics from "from wxPython import *" to "from wxPython.wx import *" This is for people who are worried about namespace pollution, they can use "from wxPython import wx" and then prefix all the wxPython identifiers with "wx." Added wxTaskbarIcon for wxMSW. Made the events work for wxGrid. Added wxConfig. Added wxMiniFrame for wxGTK, (untested.) Changed many of the args and return values that were pointers to gdi objects to references to reflect changes in the wxWindows API. Other assorted fixes and additions.

1998-12-15 18:59 VZ, revision 1204

1. log::save works with wxGTK 2. wxFile::Create() doesn't create files open for reading any more...

1998-12-15 18:01 JS, revision 1203

Updated frame style

1998-12-15 17:58 JS, revision 1202

Trying to add binary wxwin.bmp

1998-12-15 17:47 JS, revision 1201

Cured radiobutton non-setting by using BS_AUTORADIOBUTTON; cured gridg.cpp compilation error; add wxFRAME_TOOL_WINDOW style

1998-12-15 14:14 RR, revision 1200

Added wxCheckLitBox (oh well) Minor optical fixes to gridg

1998-12-15 13:19 VZ, revision 1199

somehow this file contained several NUL characters - removed

1998-12-15 09:19 MR, revision 1198

wxIsNumeric for values < 0

1998-12-15 08:03 RR, revision 1197

A bit more DnD and clipbrd updates wxTextCtrl now hides the vertical until required

1998-12-14 20:03 RR, revision 1196

Now even wxRadioButton works

1998-12-14 18:50 JS, revision 1195

Various; wxRadioButton::GetValue corrected

1998-12-14 16:13 RR, revision 1194

New wxDataObject, DnD and Clipboard code A few more minor fixes

1998-12-14 12:26 MR, revision 1193

wxFileSelector set the filterIndex

1998-12-14 12:24 MR, revision 1192

wxFILTER_NUMERIC input vales < 0

1998-12-13 22:01 VZ, revision 1191

only one of SetSize()s, SetClientSize()s, GetPosition()s &c is virtual now

1998-12-13 12:23 VZ, revision 1190

IS_KIND_OF -> wxIS_KIND_OF compilation fix

1998-12-13 11:28 RR, revision 1189

More clean-up

1998-12-13 11:27 RR, revision 1188

Bit of CVS clean-up

1998-12-13 10:57 JS, revision 1187

Changed use_system_defaults to 1.

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.