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):

1999-01-31 19:55 HH, revision 1536

The obligatory Slashdot headlines retriever. Every self-respecting modern widget library has to have one... I think it also makes a nice demonstration of wxPython's capabilities.

1999-01-31 19:38 KB, revision 1535

Added (untested) support for sub-locales.

1999-01-31 18:47 JS, revision 1534

Added a few files; fixed some warnings and wxMotif compile problems

1999-01-31 16:56 GL, revision 1533

* Some more on streams.

1999-01-31 13:58 JS, revision 1532

Various small fixes

1999-01-31 11:42 JS, revision 1531

Some corrections for BC++ compilation; Latex doc corrections

1999-01-31 04:15 HH, revision 1530

Loads of updates/fixes. Everything is now zero-based (positions, columns, line numbers, insertion points, the whole business). SetInsertionPoint now works, sort of. It doesn't move the actual cursor, but WriteText will insert at the newly set insertion point (after which the cursor is moved anyway). This should be good enough for most uses. See further comments in the source. BTW, WriteText now inserts text at the current point (used to append to the end only).

1999-01-31 04:11 HH, revision 1529

Some updates to clarify definitions and behaviour of lines, columns, positions etc. Also some general stuff added.

1999-01-30 22:54 RR, revision 1528

My last patch for status bar size events wasn't perfect Added wxPython to the wxGTK dist script docs for wxPrivateDataObject Corrected penguin makefile

1999-01-30 21:37 JS, revision 1527

Made wxLayoutAlgorithm more general (copes with nested sash windows)

1999-01-30 16:43 RR, revision 1526

Added size event for status bar

1999-01-30 15:58 RR, revision 1525

docs for wxTextDataObjet and wxBitmapDataObject

1999-01-30 08:18 , revision 1524
  • A /wxWidgets/tags/wxPython-0_5_3
  • D /wxWidgets/tags/wxPython-0_5_3/.cvsignore
  • D /wxWidgets/tags/wxPython-0_5_3/config.guess
  • D /wxWidgets/tags/wxPython-0_5_3/config.sub
  • D /wxWidgets/tags/wxPython-0_5_3/configure
  • D /wxWidgets/tags/wxPython-0_5_3/configure.in
  • D /wxWidgets/tags/wxPython-0_5_3/distrib
  • D /wxWidgets/tags/wxPython-0_5_3/docs
  • D /wxWidgets/tags/wxPython-0_5_3/include
  • D /wxWidgets/tags/wxPython-0_5_3/install-sh
  • D /wxWidgets/tags/wxPython-0_5_3/lib
  • D /wxWidgets/tags/wxPython-0_5_3/Makefile
  • D /wxWidgets/tags/wxPython-0_5_3/misc
  • D /wxWidgets/tags/wxPython-0_5_3/mkinstalldirs
  • D /wxWidgets/tags/wxPython-0_5_3/samples
  • D /wxWidgets/tags/wxPython-0_5_3/setup
  • D /wxWidgets/tags/wxPython-0_5_3/src
  • D /wxWidgets/tags/wxPython-0_5_3/template.mak
  • D /wxWidgets/tags/wxPython-0_5_3/user
  • D /wxWidgets/tags/wxPython-0_5_3/utils/dialoged
  • D /wxWidgets/tags/wxPython-0_5_3/utils/glcanvas
  • D /wxWidgets/tags/wxPython-0_5_3/utils/HelpGen
  • D /wxWidgets/tags/wxPython-0_5_3/utils/Makefile
  • D /wxWidgets/tags/wxPython-0_5_3/utils/makefile.vc
  • D /wxWidgets/tags/wxPython-0_5_3/utils/nplugin
  • D /wxWidgets/tags/wxPython-0_5_3/utils/ogl
  • D /wxWidgets/tags/wxPython-0_5_3/utils/serialize
  • D /wxWidgets/tags/wxPython-0_5_3/utils/tex2rtf
  • D /wxWidgets/tags/wxPython-0_5_3/utils/wxMMedia
  • D /wxWidgets/tags/wxPython-0_5_3/utils/wxtree
  • D /wxWidgets/tags/wxPython-0_5_3/wx-config.in
  • D /wxWidgets/tags/wxPython-0_5_3/wxGTK.spec
  • D /wxWidgets/tags/wxPython-0_5_3/wxinstall

This commit was manufactured by cvs2svn to create tag 'wxPython-0_5_3'.

1999-01-30 08:18 RD, revision 1523

Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows.

1999-01-30 08:17 RD, revision 1522

Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows.

1999-01-30 07:31 RD, revision 1521

Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. Various cleanup, tweaks, minor additions, etc. to maintain compatibility with the current wxWindows.

1999-01-30 00:15 RR, revision 1520

wxDataObject documented

1999-01-29 22:05 HH, revision 1519

Added \pythonnote macros. Default empty.

1999-01-29 21:32 HH, revision 1518

Added a \pythonnote command to tex2rtf.ini. By default, it's an empty macro, so it just swallows the input. To generate documents with python notes, comment out (%) the empty macro and enable the one above.

1999-01-29 21:13 HH, revision 1517

Added aliases for wxDefaultPosition and wxDefaultSize (from wxPy..) in _extras, so that C++ documentation applies.

1999-01-29 20:22 HH, revision 1516

Some tweaks to includes for compilers without precompiled headers

1999-01-29 18:04 RR, revision 1515

Bild fixes

1999-01-29 17:22 JS, revision 1514

Doc mods, sash window bug

1999-01-29 16:17 HH, revision 1513

In test4's toolbar sample, changed NULL to wxNullBitmap to prevent SIGSEVS with wxGTK. The sample works now.

1999-01-29 13:18 VZ, revision 1512

wxEVT_COMMAND_CHOICE_SELECTED => wxEVT_COMMAND_COMBOBOX_SELECTED