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-09-03 16:59 VZ, revision 661

wxNotebook now supports the item images (except for the mask problem!)

1998-09-03 16:59 VZ, revision 660

the notebook now has the icons

1998-09-03 16:26 RR, revision 659

Some more Makefile stuff (someone else did that partially)

1998-09-03 15:38 , revision 658
  • A /wxWidgets/tags/PRE_REWRITE
  • D /wxWidgets/tags/PRE_REWRITE/.cvsignore
  • D /wxWidgets/tags/PRE_REWRITE/config.guess
  • D /wxWidgets/tags/PRE_REWRITE/config.sub
  • D /wxWidgets/tags/PRE_REWRITE/configure
  • D /wxWidgets/tags/PRE_REWRITE/configure.in
  • D /wxWidgets/tags/PRE_REWRITE/distrib
  • D /wxWidgets/tags/PRE_REWRITE/docs
  • D /wxWidgets/tags/PRE_REWRITE/include
  • D /wxWidgets/tags/PRE_REWRITE/install
  • D /wxWidgets/tags/PRE_REWRITE/install-sh
  • D /wxWidgets/tags/PRE_REWRITE/lib
  • D /wxWidgets/tags/PRE_REWRITE/Makefile
  • D /wxWidgets/tags/PRE_REWRITE/misc
  • D /wxWidgets/tags/PRE_REWRITE/mkinstalldirs
  • D /wxWidgets/tags/PRE_REWRITE/samples
  • D /wxWidgets/tags/PRE_REWRITE/setup
  • D /wxWidgets/tags/PRE_REWRITE/src
  • D /wxWidgets/tags/PRE_REWRITE/TODO.txt
  • D /wxWidgets/tags/PRE_REWRITE/template.mak
  • D /wxWidgets/tags/PRE_REWRITE/user/Makefile
  • D /wxWidgets/tags/PRE_REWRITE/user/wxConvert
  • D /wxWidgets/tags/PRE_REWRITE/user/wxFile
  • D /wxWidgets/tags/PRE_REWRITE/user/wxTest
  • D /wxWidgets/tags/PRE_REWRITE/utils

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

1998-09-03 15:38 AN, revision 657

fixed the install/unix references -Markus

1998-09-03 15:27 AN, revision 656

fixed the install/unix references -Markus

1998-09-03 15:23 VZ, revision 655

wxFileConfig ctor now (again) uses the files in the correct locations if the file names are not specified -- that's what Get{Local|Global}FileName() are for, Julian!

1998-09-03 13:58 RR, revision 654

make install

1998-09-03 12:03 , revision 653

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

1998-09-03 12:03 VZ, revision 652

replaced wxEmptyString with "" because it's defined in gdicmn.h (sic!) which, of course, is not always included before confbase.h...

1998-09-03 11:46 KB, revision 651
  • D /wxWidgets/trunk/install/unix/config.guess
  • D /wxWidgets/trunk/install/unix/config.sub
  • D /wxWidgets/trunk/install/unix/configure
  • D /wxWidgets/trunk/install/unix/configure.in
  • D /wxWidgets/trunk/install/unix/INSTALL
  • D /wxWidgets/trunk/install/unix/install-sh
  • D /wxWidgets/trunk/install/unix/setup
  • D /wxWidgets/trunk/src/gtk/setup
  • D /wxWidgets/trunk/src/gtk1/setup

Removed files as requested by Robert.

1998-09-03 07:34 JS, revision 650

Dang, can't remember what I changed now

1998-09-02 22:23 RR, revision 649

Added wxAccelerators (sort of) Moved configure (once again)

1998-09-02 17:53 RR, revision 648

New configure wxRegionIterator New IsEposed functions (-> recompile)

1998-09-02 12:15 RR, revision 647

Fixed event handling for DialogEd

1998-09-01 17:17 , revision 646

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

1998-09-01 17:17 GL, revision 645

* wxCreateDynamicObject() uses an hashtable now * wxClassInfo::first = NULL after the hashtable is initialized * dynlib has been simplified. * Some fix in the serialization core and in wxObject::StoreObject()/LoadObject() * Updates in utils/serialize/sermain.cpp

1998-09-01 15:41 RR, revision 644

Small fixes to wxChoice, wxComboBox and wxListBox

1998-09-01 14:29 RR, revision 643

Added Set/GetItemState, GetNextItem.. to wxTreeCtrl Fixed functions name mismatch SetSizeHint in window and frame Added support for non-european fonts and X extension using gtk_set_locale() Added compile fixes for FreeBSD and folks

1998-09-01 10:26 RR, revision 642

Fixed a few compile things Fixed wxListCtrl::SetItemState bug Tried to hunt down a bug in menu, which disappeared after recompiling

1998-08-28 11:00 JS, revision 641

Fixed MSW printing, tidied up member variable names

1998-08-27 23:32 RD, revision 640

Added some typecasts that the compiler complained about not having

1998-08-27 21:59 RD, revision 639

Some chicken-and-egg problems solved for wxPython on wxGTK

1998-08-27 21:10 JS, revision 638

Updated wxConfig documentation

1998-08-27 21:08 JS, revision 637

Added some files I forgot about