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-02-20 09:55 vadz, revision 9388

compilation fix (patch 103882)

2001-02-20 06:10 robind, revision 9387

Added a SetFont method that behaves like SetLabel does with respect to wxST_NO_AUTORESIZE.

2001-02-20 00:59 vadz, revision 9386

implemented wxGauge - seems to work fine

2001-02-19 17:22 vadz, revision 9385

fixed wxSocket::_Wait() for worker threads in an MT program

2001-02-19 12:29 vadz, revision 9384

temp (?) fix for wxYield() calls from other threads

2001-02-19 01:04 georgetasker, revision 9383

Added xh_frame.obj to the list of target objects

2001-02-18 22:32 vadz, revision 9382

implemented slider thumb highlighting

2001-02-18 21:54 vadz, revision 9381

implemented (auto) ticks support

2001-02-18 20:26 vadz, revision 9380

1. added wxScrollThumb which handles the scroll thumb in the same was as wxScrollArrows handles the arrows => wxSlider uses it and the mouse now works as expected 2. corrected wxSlider drawing in GTK mode

2001-02-16 18:49 vadz, revision 9379

some minor fixes to the docs (bugs 13271[56])

2001-02-16 18:36 vadz, revision 9378

applied patch 103798 (yy... defines moved from expr.h, wxexpr.h to wxexpr.cpp)

2001-02-16 18:17 vaclavslavik, revision 9377

applied patch #103817 to both branches (HTML printing typo in margins code)

2001-02-16 08:49 robind, revision 9376

Copied/merged from the 2.2 branch. Changes needed to build with new event system

2001-02-16 08:40 robind, revision 9375

Copied/merged from the 2.2 branch. Changes needed to build with new event system

2001-02-16 08:19 robind, revision 9374

Copied/merged from the 2.2 branch. Changes needed to build with new event system

2001-02-15 21:53 depeyrot, revision 9373

added CodeWarrior project for Classic Mac OS

2001-02-15 21:51 depeyrot, revision 9372

modifications for compilation under Mac OS X applied patches extracted from submission by Marc Newsam (tested under Mac OS 9)

2001-02-14 19:17 robind, revision 9371

Fixed bug that was giving the wrong size of wxCustomDataObjects to the receiver.

2001-02-14 18:13 vadz, revision 9370

wxADJUST_MIN definition (forgot to ci last time)

2001-02-14 14:13 vadz, revision 9369

added wxADJUST_MINSIZE sizer flag

2001-02-13 17:55 vadz, revision 9368

fixed bug in wxCalendarCtrl (132199) and bug in wxDateTime::IsSameDate() this fix discovered

2001-02-13 17:40 juliansmart, revision 9367

More GTK+ 1.3.1 fixes

2001-02-13 15:51 juliansmart, revision 9366

Further __WXGTK20__ fix

2001-02-13 13:00 joukj, revision 9365

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/gtk/descrip.mms VMS compile issues ----------------------------------------------------------------------

2001-02-13 12:10 juliansmart, revision 9364

Tried to fix GTK+ 2.0 compilos