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

1999-01-29 13:12 VZ, revision 1511

wxConfig() ambiguity resolved

1999-01-29 12:54 RR, revision 1510

Added distribution script Corrected wxGTK.spec Applied socket patch Small updates

1999-01-29 12:49 VZ, revision 1509

compile fix (still not tested) for GetLastChild()

1999-01-28 18:25 RR, revision 1508

Removed wxNullRegion Finalized wxClpboard

1999-01-28 14:41 VZ, revision 1507

1. PositionToXY() off-by-2 (!) bug corrected 2. controls sample dumps info about text control when F1 is pressed

1999-01-28 14:01 VZ, revision 1506

corrected an off-by-1 bug in GetNumberOfLines() and PositionToXY() for single-line text controls

1999-01-28 13:44 VZ, revision 1505

bool wxString::operator!() const added

1999-01-28 13:37 VZ, revision 1504

wxLogMessage()s are now shown (again)

1999-01-28 09:57 RR, revision 1503

Found mem leaks (except one) Next take at focus vs. keyboard input probs

1999-01-28 08:34 RR, revision 1502

Committing wxUSE_DEBUG_NEW_ALWAYS

1999-01-27 18:46 VZ, revision 1501

GTK asserts disappeared - but surprizngly, SetInsertionPoint() still doesn't seem to work for multiline controls.

1999-01-27 18:42 VZ, revision 1500

Harm's patch to fix a crash of wxPoem sample on termination

1999-01-27 18:20 VS, revision 1499

added wxJPEGHandler

1999-01-27 17:15 RR, revision 1498

wxToolTip part II small change in tab traversal makefile corrections wxGLCanvas moved

1999-01-27 16:13 VS, revision 1497

added wxJPEGHandler

1999-01-27 15:28 VZ, revision 1496

1. added wxTreeCtrl::GetLastChild (modified MSW, GTK, generic and docs) 2. added more kbd logic to the generic tree ctrl (Home, End are now understood, Left does the same thing as under Windows and not the same thing as Up arrow)

1999-01-27 15:17 VZ, revision 1495

made wxSplitterWindow::SplitXXX() virtual

1999-01-27 10:01 JS, revision 1494

Added dde sample; added docs/index.htm

1999-01-27 10:00 JS, revision 1493

Added Joel's wxchar.h for future Unicode adventures

1999-01-27 09:48 KB, revision 1492

Another solaris fix. :-<

1999-01-26 16:08 VZ, revision 1491

Added Upper() and Lower() - return the copy of the string converted to upper or lower case (unlike MakeXXX() counterparts which change the string itself)

1999-01-26 14:18 JS, revision 1490

Added dataxpm.c to avoid name clash; removed ifdefing around wxDummyChar

1999-01-26 13:48 VZ, revision 1489

some gixes to PositionToXY() - not sure if I made it work better or worse though

1999-01-26 13:46 KB, revision 1488

More compilation fixes for Solaris. :-<

1999-01-26 13:11 VZ, revision 1487

Oops... compilation error just checked in fixed