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-09 06:45 ronl, revision 9338

cleaned some old cruft out of configure.in

2001-02-09 01:03 vadz, revision 9337

started working on wxSlider

2001-02-09 00:32 vadz, revision 9336

ignore tags generation file

2001-02-09 00:31 vadz, revision 9335

small corrections to wxNotebook drawing in GTK theme

2001-02-08 21:13 csomor, revision 9334

updated mac sources (CW 5.3 working , CW6 still having code gen problems)

2001-02-08 18:57 vadz, revision 9333

applied (slightly modified) wxToggleButton patch from John Norris and Axel Schlueter

2001-02-08 18:11 vadz, revision 9332

some stupid attempts to make utf8 work - it doesn't, but the code does no harm and could be useful in the future

2001-02-08 15:54 vadz, revision 9331

(blind) fixes for Motif compilation

2001-02-08 15:46 vadz, revision 9330

added more tests for streams and wchar_t

2001-02-08 15:44 vadz, revision 9329

fixed bug in Eof(), finally

2001-02-08 15:26 vadz, revision 9328

made EXPAND/COLLAPSE docs more clear

2001-02-08 15:13 vadz, revision 9327

removed obsolete GetEventClass

2001-02-08 11:19 ronl, revision 9326

More mostly cross compiling related mods.. Get configure to bring in the necessary libs and object files if the compiler can handle ole. Added --enable-metafile option, defaults to yes but again only used if ole is supported. Fixed the last of the #ifdef wxUSE_NORLANDER.. tests to check if its non-zero (it's always defined)

2001-02-08 00:47 vadz, revision 9325

wxNotebook GTK drawing done, tab padding is now renderer dependent

2001-02-07 21:47 vaclavslavik, revision 9324

fix for undefined LANG_XXX constants with some compilers

2001-02-07 16:27 georgetasker, revision 9323

Radiobox control was being created with wxComboBoxNameStr instead of wxRadioBoxNameStr. Widgets on the GAUGE tab were overlapping each other, so I slightly rearranged them to not overlap.

2001-02-07 16:12 georgetasker, revision 9322

SetBackgroundColour() and SetForegroundColour() were being called before the HWND was set for the wxGauge95, and these two functions require the HWND of the gauge. Moved the call to these two functions to be after teh HWND is set.

2001-02-07 08:32 ronl, revision 9321

mainly fixes for cross compiling.. - fixed vsnprintf detection for MSW - don't do getsockname test for mingw (and presumably for cygwin) as they use winsock - fixed broken ole2.h test, add -fvtable-thunks for gcc if we find it. changed MAC_DIST to MACX_DIST since autoconf thinks MAC_ is a macro..

2001-02-07 08:32 ronl, revision 9320

mainly fixes for cross compiling.. - fixed vsnprintf detection for MSW - don't do getsockname test for mingw (and presumably for cygwin) as they use winsock - fixed broken ole2.h test, add -fvtable-thunks for gcc if we find it.

2001-02-07 02:13 vadz, revision 9319

fixed previous compilation fix

2001-02-07 00:17 vadz, revision 9318

merged compilation fix from the main branch

2001-02-06 18:13 juliansmart, revision 9317

Added event sample

2001-02-06 18:11 juliansmart, revision 9316

Added event sample to VC+ project file

2001-02-06 18:08 juliansmart, revision 9315

Added VC++ project files for event sample

2001-02-06 17:50 juliansmart, revision 9314

Updated VC++ project files for making DLL-based samples