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.