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-06 18:47 RR, revision 686

wxMenu doesn't anylonger call the callback if the event is only a highlight event (more similar to wxMSW)

1998-09-06 18:34 RR, revision 685

SetFont() the second #ifdefed SetFont() in Statusbars destructor wxRadioBox setsize corrected (Still only simple layout)

1998-09-06 18:28 GL, revision 684

* Added wxsocket lib and sample (I hope I don't forget some file) * Updated some wx data and makefiles * Updates on wxStream (reorganization) makefile for Windows will nearly follow wxSocket should work on wxGTK (I've tested it) * IPC over Network is included

1998-09-06 16:55 JS, revision 683

Commented out Robert's SetFont change for now; changed menu handling slightly in Dialog Editor; use wxConfig now in Dialog Editor

1998-09-06 15:57 VZ, revision 682

GetItem() now works (it was completely broken)

1998-09-06 14:57 JS, revision 681
  • D /wxWidgets/trunk/utils/ogl/src/bitmap.cpp
  • D /wxWidgets/trunk/utils/ogl/src/bitmap.h

Removed bitmap.cpp, bitmap.h from OGL

1998-09-06 14:52 JS, revision 680

Various changes

1998-09-06 14:43 JS, revision 679

Added some more class docs

1998-09-06 14:35 JS, revision 678

Renamed bitmap.cpp to bmpshape.cpp to aid debugging

1998-09-06 14:32 JS, revision 677

OGL improvements

1998-09-06 13:46 RR, revision 676

Added SetFont to most controls and controls sample (recompile) Added tiny bit of documentation to window.cpp

1998-09-05 22:36 JS, revision 675

Removed some bugs

1998-09-05 18:26 RR, revision 674

Fixed two small things in wxListCtrl Removed SetSizeHint from wxDialog (recompile) Removed dialog modal flag Code clean up here and there

1998-09-05 16:45 JS, revision 673

Fixed Get...String functions.

1998-09-05 16:37 RR, revision 672

Shared libs now get installed correctly on Linux. Fixed a compile bug on bitmap.

1998-09-05 13:59 RR, revision 671

Makefile next attempt

1998-09-05 08:37 RR, revision 670

Fixed a small wxDialog thing Fixed transparency in wxNotebook Turned the controls sample in way the coolest of all smaples

1998-09-04 17:32 GL, revision 669

* wxFileInputStream and wxFileOutputStream doesn't inherit anymore from wxFile. * The destructor of wxFile isn't anymore virtual.

1998-09-04 12:45 VZ, revision 668

friends declarations removed, GetBitmap/Pixmap functions made public

1998-09-04 12:45 RR, revision 667
  • D /wxWidgets/trunk/install

Removed remaining file.

1998-09-04 12:43 RR, revision 666

Corrected wxWindow::GetExtent s econd attempt at accelerators (mdi sample works)

1998-09-04 11:56 VZ, revision 665

image in the notebook is now at the left of the label (as in wxMSW), not at its right

1998-09-04 11:25 JS, revision 664

Added friend wxNotebook

1998-09-04 11:24 JS, revision 663

Fixed compile error in gtk/dc.cpp (L.88); also menu problem in msw/mdi.cpp

1998-09-03 21:46 RR, revision 662

It's possible now to save to a PNG. OK, I still have performance problems, but it's a start. Updated install.txt.

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