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

2001-08-22 22:13 VS, revision 11440

fixed yet another bug in wxStream classes (This time, the braindead wannabe coder who wrote the original code created wxStreamBase instance and then casted it to wxInputStream and hapilly used the stream, which could of course never work. Anybody knows a cheap hitman?)

2001-08-22 22:13 VS, revision 11439

compilation fix for genericTreeCtrl-only stuff

2001-08-22 15:02 , revision 11438
  • A /wxWidgets/tags/modif
  • D /wxWidgets/tags/modif/.cvsignore
  • D /wxWidgets/tags/modif/aclocal.m4
  • D /wxWidgets/tags/modif/autogen.sh
  • D /wxWidgets/tags/modif/BuildCVS.txt
  • D /wxWidgets/tags/modif/config.guess
  • D /wxWidgets/tags/modif/config.sub
  • D /wxWidgets/tags/modif/configure
  • D /wxWidgets/tags/modif/configure.in
  • D /wxWidgets/tags/modif/contrib/configure
  • D /wxWidgets/tags/modif/contrib/docs
  • D /wxWidgets/tags/modif/contrib/include
  • D /wxWidgets/tags/modif/contrib/lib
  • D /wxWidgets/tags/modif/contrib/Makefile.in
  • D /wxWidgets/tags/modif/contrib/samples
  • D /wxWidgets/tags/modif/contrib/src
  • D /wxWidgets/tags/modif/contrib/utils
  • D /wxWidgets/tags/modif/debian
  • D /wxWidgets/tags/modif/demos
  • D /wxWidgets/tags/modif/descrip.mms
  • D /wxWidgets/tags/modif/difflast.pl
  • D /wxWidgets/tags/modif/distrib
  • D /wxWidgets/tags/modif/docs
  • D /wxWidgets/tags/modif/include
  • D /wxWidgets/tags/modif/install-sh
  • D /wxWidgets/tags/modif/lib
  • D /wxWidgets/tags/modif/locale
  • D /wxWidgets/tags/modif/Makefile.in
  • D /wxWidgets/tags/modif/Mingw32-gcc295.patches
  • D /wxWidgets/tags/modif/make-deb
  • D /wxWidgets/tags/modif/misc
  • D /wxWidgets/tags/modif/mkinstalldirs
  • D /wxWidgets/tags/modif/regen
  • D /wxWidgets/tags/modif/samples
  • D /wxWidgets/tags/modif/setup.h.in
  • D /wxWidgets/tags/modif/setup.h_vms
  • D /wxWidgets/tags/modif/src
  • D /wxWidgets/tags/modif/tests
  • D /wxWidgets/tags/modif/user
  • D /wxWidgets/tags/modif/utils
  • D /wxWidgets/tags/modif/wx-config.in
  • D /wxWidgets/tags/modif/wxBase.spec
  • D /wxWidgets/tags/modif/wxBaseVC.dsp
  • D /wxWidgets/tags/modif/wxGTK.spec
  • D /wxWidgets/tags/modif/wxMotif.spec
  • D /wxWidgets/tags/modif/wxPython
  • D /wxWidgets/tags/modif/wxWINE.spec

This commit was manufactured by cvs2svn to create tag 'modif'.

2001-08-22 15:02 VZ, revision 11437

added wxDynamicSashWindow (patch 441518)

2001-08-22 14:42 VZ, revision 11436

added UnregisterWindowClasses() (patch 447443)

2001-08-22 14:24 VZ, revision 11435

minor clean up

2001-08-21 15:17 VZ, revision 11434

double click handling is finally correct in the treectrl

2001-08-21 11:55 VZ, revision 11433

removed assert from wxColour::InitFromName() as there is no way to bypass it (see comment there)

2001-08-21 11:12 RR, revision 11432

Fixed focus event problems with control derived from wxScrolledWindow. If wxTreeCtrl has no +/. button, toggle branch, otherwise send activate event upon double-click.

2001-08-21 09:11 JS, revision 11431

Added Net library to contrib

2001-08-20 23:02 VZ, revision 11430

fixes for Raise() to work correctly with both top level and child windows

2001-08-20 23:01 VZ, revision 11429

moved button handler into the modeless dialog itself - at least like this it works

2001-08-20 19:25 VZ, revision 11428

allow user code to override key handling in wxTreeCtrl

2001-08-20 18:56 SC, revision 11427

no message

2001-08-20 16:08 VZ, revision 11426

fixed refresh problem after adding some items and calling Ensurevisible()

2001-08-20 15:46 VZ, revision 11425

fix for refreshing the current item in the list ctrl when the focus is gained/lost

2001-08-20 15:22 VZ, revision 11424

fixed text fg colour for selected but unfocused items

2001-08-20 15:19 VZ, revision 11423

made GetColourFromGTKWidget() more general, it is now used for all colours

2001-08-20 14:46 VZ, revision 11422

fix for wxSYS_COLOUR_LISTBOX colour detection

2001-08-20 14:13 VZ, revision 11421

draw the selected items in another colour when the control doesn't have focus, a bit like MSW does

2001-08-20 14:13 VZ, revision 11420

extracted 4 copies of identical code into a function

2001-08-20 13:18 VZ, revision 11419

fixed the wrong examples of CalcScrolled/UnscrolledPosition() usage

2001-08-20 13:10 VZ, revision 11418

fixed bug with calling Destroy() on the NULL wxSocket

2001-08-20 13:09 VZ, revision 11417

fixed clipping of items with icons text in report mode

2001-08-20 09:04 JS, revision 11416

Fixed GetLongPath bug -- should use GetFullName and not GetName