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-11-28 12:30 VZ, revision 12740

replaced `wx-config --cflags` with `wx-config --cxxflags` and mentioned that it must be done in user makefiles too in changes.txt

2001-11-28 09:47 RD, revision 12739

Added wxChildFocusEvent Updated wxHtmlWindow Added wxEditableListBox

2001-11-28 09:17 RD, revision 12738

Added tooltips to the buttons in the wxEditableListBox

2001-11-28 00:36 VZ, revision 12737

blind fix for iconizing/restoring hidden child frames bug

2001-11-28 00:34 VZ, revision 12736

fixed stupid bug in tab traversal code which totally broke it whenever mouse was used to change focus

2001-11-27 21:09 MBN, revision 12735

Added --use-temp-file to RESFLAGS in 2.2, too

2001-11-27 20:44 MBN, revision 12734

Fixes for Cygwin compilation

2001-11-27 18:14 VS, revision 12733

second halt of Chris' wxImage ICO patch

2001-11-27 18:13 VS, revision 12732

added two-step creation of wxHtmlWindow

2001-11-27 18:13 VS, revision 12731

compilation fix

2001-11-27 18:12 VS, revision 12730

docs update for Greg's wxGenericTreeCtrl patch

2001-11-27 16:15 VZ, revision 12729

fudged the extra width in GetBestSize() to fit better

2001-11-27 14:46 VZ, revision 12728

added some test for the choice dialog sizing

2001-11-27 14:45 VZ, revision 12727

don't show scrollbars at all when the window is big enough

2001-11-27 14:44 VZ, revision 12726

added more instruction for writing the docs

2001-11-27 14:43 VZ, revision 12725

oops, forgot to commit the header for the notebook fix

2001-11-27 14:12 RL, revision 12724

another typo fix (of mine) more significant than a missing apostophe.

2001-11-27 14:02 RL, revision 12723

wx2.2.8.5 for debian, here we come. This time with SIZE_T defines in setup.h so it really will work.

2001-11-27 13:44 RL, revision 12722

oops, add wxSIZE_T_IS_* to setup.h.in -- forgot our build system doesn't take care of that by itself..

2001-11-27 07:00 RD, revision 12721

New SWIGged files for wxGTK

2001-11-27 06:59 RD, revision 12720

set the background brush to the window's background colour

2001-11-27 06:22 RD, revision 12719

New SWIGged files for wxMac

2001-11-27 05:44 RD, revision 12718

Added IsVertical to wxMac's wxScrollBar. (It doesn't derive from wxScrollbarBase)

2001-11-27 02:56 RD, revision 12717

Changes needed to solve wxPython's OOR problem for the wxOGL shapes.

2001-11-27 02:51 RD, revision 12716

Changes needed to solve wxPython's OOR problem for the wxOGL shapes.

2001-11-27 00:35 RD, revision 12715

Shapes will now draw the right background color when erased if the canvas is not white.

2001-11-27 00:18 VS, revision 12714

wxMGL compilation fix

2001-11-26 21:21 GD, revision 12713

corrected shared library linking for Darwin (dylib initialisation routine) disabled joystick for wxMAC and wxMOTIF (not yet implemented) unified configure warning messages

2001-11-26 21:13 GD, revision 12712

corrected shared library linking (add wx library to link)

2001-11-26 19:58 RD, revision 12711

Changed WXDLLEXPORT --> GIZMOSDLLEXPORT (and added it where is wasn't used) so gizmos can be used with wx DLL but not be a DLL itself.

2001-11-26 16:35 VZ, revision 12710

fixed listbox initial size determination

2001-11-26 14:50 VZ, revision 12709

superposition of text styles in wxTextCtrl now works as expected (and as documented)

2001-11-26 14:38 VZ, revision 12708

removed unneeded include from the header

2001-11-26 12:05 VZ, revision 12707

fixed notebook tabs refresh when changing them under wxGTK

2001-11-26 11:33 VZ, revision 12706

fixed wxRadioBox::Enable() and Show() to enable/show the buttons as well

2001-11-26 11:24 VZ, revision 12705

fix for incorrect assert in SetClientObject

2001-11-26 11:23 VZ, revision 12704

compilation warning fixed for wxUSE_TOOLTIPS==0

2001-11-26 07:33 GD, revision 12703

added missing const for char* arguments

2001-11-26 06:47 GD, revision 12702

Added compile-time check to be sure that wxUSE_ is set to 1

2001-11-26 03:53 RL, revision 12701

added wx(U)int64, then added it to wxDataStream so contrib should (hopefully) now build on alpha, ia64, s/390 without the kludge from 2.2

2001-11-25 23:17 VS, revision 12700

wxT(), not _()

2001-11-25 21:52 GD, revision 12699

added dynamic shared library (dylib) initialization routine for Darwin

2001-11-25 21:36 VZ, revision 12698

added wxCmdLineParser::ConvertStringToArgs(), wxApp::ConertToStandardCommandArgs() now uses it

2001-11-25 20:31 MBN, revision 12697

Updated Italian translations

2001-11-25 20:10 RR, revision 12696

Correct wxTimer bug in wxGTK. Correct SetSize bug for certain Toplevel windows in wxMAC.

2001-11-25 20:00 RL, revision 12695

oops, the size_t test actually is still needed in sndwav until we fix wxDataOutputStream to be 64 bit friendly.

2001-11-25 19:19 GD, revision 12694

removed MAKE variable which is set by make, otherwise it recursive makes do not work when make is in fact gmake (or some other name)

2001-11-25 18:39 VZ, revision 12693

fixed comment about [not] deleting wxConfig::Get() pointer

2001-11-25 18:18 VZ, revision 12692

changed wxYES_NO to be equal to wxYES | wxNO freeing another style bit which allows to avoid conflicts between wxYES and wxTE_MULTILINE

2001-11-25 18:11 VZ, revision 12691

fixed wxTE_LINESCROLL definition to not conflict with wxTE_PROCESS_ENTER

2001-11-25 17:12 VZ, revision 12690

fixed VC++ warning

2001-11-25 16:43 GD, revision 12689

corrected case of DeRez for Mac OS X

2001-11-25 15:54 GD, revision 12688

moved wx/panel include to correct wxGTK compilation error

2001-11-25 15:35 VZ, revision 12687

removed small as otherwise the code was apparently unreadable in HTML docs

2001-11-25 15:32 VZ, revision 12686

minor updates/clarifications to the wxNotebook docs

2001-11-25 15:18 GD, revision 12685

removed trailing ; after DECLARE_ macros

2001-11-25 15:17 VZ, revision 12684

added Remove() test

2001-11-25 15:08 GD, revision 12683

removed trailing ; after DECLARE_NO_COPY_CLASS

2001-11-25 14:59 VZ, revision 12682

centre on screen the dialogs without epxlicit position

2001-11-25 14:41 VZ, revision 12681

fixed the message when creating setup.h

2001-11-25 14:32 VZ, revision 12680

added wxCHANGE_DIR test

2001-11-25 14:27 VZ, revision 12679

added wxCHANGE_DIR flag support to wxMSW implementation

2001-11-25 12:58 GD, revision 12678

use "..." instead of <...> for wx includes

2001-11-25 12:56 GD, revision 12677

remove static libraries and recreate them to avoid stale object files

2001-11-25 12:51 GD, revision 12676

use "..." instead of "..." for wx includes

2001-11-25 12:50 GD, revision 12675

corrected blind fix of missing .c_str()s

2001-11-25 09:39 RD, revision 12674

Added wxDynamicSashWindow to wxPython, plus other odds and ends.

2001-11-25 09:10 RD, revision 12673

Added wxDynamicSashWindow to wxPython, plus other odds and ends.

2001-11-25 08:53 RD, revision 12672

Added ability for wxSTC's scrollbars to be supplieed externally, such as those that are created in wxDynamicSashWindows,

2001-11-25 08:51 RD, revision 12671

Added wxDS_DRAG_CORNER so the corner dragging can be turned off.

2001-11-25 02:34 RD, revision 12670

Honor the SetUseHorizontalScrollBar setting.

2001-11-25 00:57 VZ, revision 12669

fix for focus handling in case when the panel itself is clicked

2001-11-25 00:53 VZ, revision 12668

and now fixes for compilation with wxUSE_PALETTE=1

2001-11-25 00:51 VZ, revision 12667

typo: & was used instead of &&

2001-11-25 00:23 VZ, revision 12666

wxUniv compilation fixes

2001-11-25 00:22 VZ, revision 12665

compilation warning (and possible bug) fix

2001-11-25 00:22 VZ, revision 12664

fixes for compilation with wxUSE_PALETTE=0

2001-11-25 00:21 VZ, revision 12663

added GetHpalette[Of] macros

2001-11-25 00:20 VZ, revision 12662

compilation fix for wxUSE_TEXTBUFFER=0

2001-11-25 00:17 VZ, revision 12661

blindly added missing .c_str()s to fix compilation

2001-11-24 23:59 VS, revision 12660

wxToolBar support in wxUniv/wxFrame (well, sort of -- with wxToolBarSimple only and it looks really weird. I don't know yet if it is my fault or wxTBSimple's...

2001-11-24 23:59 VS, revision 12659

wxToolBar support in wxUniv/wxFrame

2001-11-24 23:59 VS, revision 12658

fool-proof wxDC::SetPalette(wxNullPalette)

2001-11-24 23:59 VS, revision 12657

fix for palette restoration in wxToolBarSimple

2001-11-24 23:58 VS, revision 12656

compilation fix

2001-11-24 23:57 VS, revision 12655

minor syntactic fix

2001-11-24 23:56 VS, revision 12654

better behaviour of wxMGL's wxTimer w.r.t. memory allocations

2001-11-24 23:55 MBN, revision 12653

Must honour wxUSE_TOOLTIPS in tooltip.h

2001-11-24 23:55 VS, revision 12652

- better behaviour of wxMGL's wxTimer w.r.t. memory allocations - fix for crash when wxTimer was deleted from wxTimer::Notify

2001-11-24 23:55 VS, revision 12651

added AM_PATH_WXCONFIG macro and its installation

2001-11-24 23:39 MBN, revision 12650

* added new --enable-logdialog option * added warning for use of wxToolTip in wxUniv * corrected some cut&paste errors ( now --disable-pnm doesn't disable XPMs anymore... )

2001-11-24 13:30 VS, revision 12649

added contrib strings to catalog and regenerated po files

2001-11-24 13:26 VS, revision 12648

backported imagjpeg memory leak fix to 2.2

2001-11-24 13:25 VS, revision 12647

forgot to remove ;; when applying the patch

2001-11-24 12:58 JS, revision 12646

Include windows.h before sql headers, if compiling with VC++. Otherwise, for files that don't use wxprec.h (non-sample/demo files), windows.h may not have been included, and sqltypes.h will fail to compile.

2001-11-24 09:28 GD, revision 12645

correction for compilation under Mac OS X

2001-11-24 06:07 , revision 12644

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

2001-11-24 06:07 RL, revision 12643

removed the dirty kludge from sndwav and changed the __alpha__ test to check wxSIZE_T_IS_UINT since it doesn't change the API at all.

2001-11-24 05:39 RL, revision 12642

Ignore what the diff says.. think "added S/390 support". Really. The rest is just an illusion, as was ever not supporting S/390.

2001-11-24 05:26 RL, revision 12641

Backported size_t test from 2.3 to replace platform test kludge in sndwav.cpp. Prepared new debs suitable for S/390 release.