wxWidgets.git
2004-03-05  Václav Slavíkmoved to tests/regex
2004-03-05  Václav Slavíkminor corrections
2004-03-05  Václav SlavíkCppUnit compilation fixes for win compilers
2004-03-05  Robin DunnwxGTK2 sends *only* wxEVT_SCROLLWIN_THUMBTRACK (why...
2004-03-05  Robin DunnChange wxMSW to use WidthDefault and HeightDefault...
2004-03-05  Robin DunnUpdated comment
2004-03-05  Robin DunnChanged WidthDefault() and HeightDefault() to use 400...
2004-03-05  Robin DunnMaskedEditCtrl updates from Will Sadkin
2004-03-05  Robin DunnRemove #!
2004-03-05  Ron LeeMore updates to the Debian packaging for wxPython,...
2004-03-05  Vadim Zeitlindon't lose fonts underlined flag in ReInit() (bug fix...
2004-03-05  Václav SlavíkwxHTML not used
2004-03-05  Václav Slavíkalways define wxUSE_MOUSEWHEEL
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-03-05  Robin DunnWhen running samples from the demo standalone you can...
2004-03-04  Robin DunnDelay checking for the requested sash position until...
2004-03-04  Julian SmartWinCE project and wxDC corrections
2004-03-04  Robin DunnUse wxWANTS_CHARS style so cursor keys can be used...
2004-03-04  Robin DunnAdded CanApplyParentThemeBackground and use it in wxMSW's
2004-03-04  Stefan Csomorsupport for wxUSE_PALETTE = 0
2004-03-04  David WebsterRemove the Innotek for OS/2 addition...configure now...
2004-03-04  David WebsterRemove the Innotek for OS/2 addition...configure now...
2004-03-04  Jouk Jansen Committing in .
2004-03-04  Stefan Csomorplaceholder
2004-03-04  Stefan Csomorfix for late redraw messages in a already destroyed...
2004-03-04  Stefan NeisFixed error in moving code from app.cpp in evtloop...
2004-03-03  Robin DunnPut version numbers back to 2.5.1 until 2.5.2 is imminent
2004-03-03  Václav Slavíkno longer needed
2004-03-03  Václav Slavíkregenerated
2004-03-03  Vadim Zeitlinuse global file/regkey by default
2004-03-03  Vadim Zeitlinfixed bug with not reading settings from HKLM
2004-03-03  Vadim Zeitlinadded AccessMode parameter to wxRegKey
2004-03-03  Václav Slavíkapplied path 906264: test program
2004-03-03  Václav Slavíkcompilation fix for unicode
2004-03-03  Vadim Zeitlindo check for <iostream> even when cross-compiling ...
2004-03-03  Vadim Zeitlinadded wxMenuBar::GetLabelTop() fix
2004-03-03  Mattia Barbon Add missing file.
2004-03-03  Mattia Barbon Removed duplicated code.
2004-03-03  Mattia Barbon Calculate length explicitly (for wxUSE_STL == 1).
2004-03-03  Julian SmartAdded wxSP_NO_XP_THEME style to wxSplitterWindow to...
2004-03-03  Julian SmartChanged some version numbers to 2.5.2
2004-03-03  Robin DunnCopy all needed files for the debian source dist
2004-03-03  Robin DunnCopy all needed files for the debian source dist
2004-03-03  Stefan CsomorAPI adaptions to MSW EnhMetafile, fixes and extensions
2004-03-03  Julian SmartOnly scale an image once, which vastly improves the...
2004-03-03  Stefan CsomorAPI adaptions to MSW EnhMetafile
2004-03-03  Julian SmartAllow an app to call SetFont on a PS DC without assertion
2004-03-03  Stefan Csomorsafe destruction, even if redraws might be triggered
2004-03-03  Chris Elliottfinal part of SF patch #904166 (DMC fix)
2004-03-03  Stefan Csomorcasting for CW
2004-03-03  Stefan Csomortentative fix for sourceforge.net/tracker/index.php...
2004-03-03  Stefan Csomoradded conversions via UniChar for wchar = 4 bytes versions
2004-03-03  Stefan Csomoradded comment about array, switched intepretation of...
2004-03-03  Ron LeeUpdates for debian build scripts to suit new library...
2004-03-03  David WebsterInnotek gcc for os2 specific updates
2004-03-03  David ElliottConstruct wxCocoaNSWindow with a pointer to this
2004-03-03  David Elliotts/wxTopLevelWindow/wxTopLevelWindowCocoa/
2004-03-03  David ElliottConstructor now takes a wxTopLevelWindow * = NULL so...
2004-03-03  Robin DunnFix for [ 907679 ] segfault on SetSizerAndFit after...
2004-03-03  Robin DunnAdded a typemap that converts the references returned...
2004-03-03  Robin Dunnfixed some docstrings
2004-03-03  Robin DunnFixed wxWindow_FromHWND so it would compile (still...
2004-03-03  Robin DunnFixed some wx prefix issues, changed the self test...
2004-03-02  Robin DunnRemoved some test code
2004-03-02  Robin DunnUpdates for STCStyleEditor
2004-03-02  Robin Dunncopy the metadata file into the docs archive too
2004-03-02  Robin DunnNamechange changes
2004-03-02  Robin DunnDocstring tweaks, fixed typo, etc.
2004-03-02  Robin DunnAdded InReportView
2004-03-02  Robin DunnDocstring tweaks
2004-03-02  Robin DunnFixed wx.Timer to not need to hold an extra reference...
2004-03-02  Václav Slavíkreturn version of GTK+ library the app links against...
2004-03-02  David ElliottRemoved unncessary includes
2004-03-02  Vadim ZeitlinwxWindow::Freeze()/Thaw() can now be nested
2004-03-02  Vadim Zeitlinupdated VC build instructions
2004-03-02  David ElliottImplement wxMenuItemAction and validateMenuItem delegat...
2004-03-02  Chris Elliottpart of SF patch #904166 (DMC fix)
2004-03-02  Chris Elliottpart of SF patch #904166 (DMC fix)
2004-03-02  Chris Elliottapply SF patch #907546 (DMC fix)
2004-03-02  David ElliottSendDestroyEvent
2004-03-02  David WebsterUnused variable removed from inline
2004-03-02  Robin DunnTrim trailing spaces from key names when parsing
2004-03-01  Robert Roebling Only when wxTE-PROCESS_ENTER has been set.
2004-03-01  Robert Roebling Spin control now emits TEXT_ENTER commands.
2004-03-01  Robert Roebling Applied patch for generic file dialog Show()
2004-03-01  Robert Roebling Make multi-line text control focussable
2004-03-01  Robert Roebling Made space around text symmetric.
2004-03-01  Mattia Barbon Remove deprecated copystring() usage.
2004-03-01  Vadim Zeitlinmention Win9x size limitation
2004-03-01  David WebsterWarning suppressions
2004-02-29  Vadim Zeitlincheck for NULL pointer returned by wxFontEnumerator...
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-29  Vadim Zeitlindocs and example for wxDC::DrawPolyPolygon() (patch...
2004-02-29  Vadim Zeitlinuse HasFlag() and InXXX() instead of explicit flag...
2004-02-29  Václav Slavíkcompilation fix for wxUSE_FILESYSTEM=0
2004-02-29  Vadim Zeitlinremoved erroneous return type from a membersection...
2004-02-29  Vadim Zeitlinhonour the 2nd parameter of DeleteEntry() instead of...
2004-02-29  Vadim Zeitlinupdate from Jonas for 2.5.1 (patch 901921)
2004-02-29  Mattia Barbon Compilation fixes.
2004-02-29  Mattia Barbon Added wxRTTI information to wxNumberEntryDialog.
next