wxWidgets.git
2003-10-12  Mattia Barbon Try to use the correct make.
2003-10-12  Vadim ZeitlinVC++ release mode warning fixes
2003-10-12  Vadim Zeitlinfixed conversion from Unicode in StreamOut() once again
2003-10-11  Robin DunnPatch #821454
2003-10-10  Vadim Zeitlinanother Unicode compilation fix for !wxUSE_ENHMETAFILE
2003-10-10  Robin Dunnremoved #!
2003-10-10  Václav Slavíkreturn false from wxXmlResource::Load if the resource...
2003-10-10  Julian SmartDon't set insertion point if the text is the same in...
2003-10-10  Stefan Csomornewlines conversions streamlined
2003-10-09  Vadim ZeitlinUnicode compilation fix for !wxUSE_ENHMETAFILE
2003-10-09  Robert Roebling Applied new DoDrawBitmap() and DoBlit() from 2_4
2003-10-09  Robert Roebling Added wxBitmap::Rescale() from 2_4
2003-10-09  Robert Roebling image sample fix from 2_4
2003-10-09  Stefan Csomoradded newline conversion
2003-10-09  David ElliottAdded lengthy comment detailing the implications of...
2003-10-09  David ElliottPrevent Cocoa from waiting indefinitely when stopping...
2003-10-09  Václav Slavíkfixed too small pagesize
2003-10-09  Václav Slavíkbeginnings of DigitalMars support
2003-10-09  Vadim Zeitlinfix for showing a modal dialog from OnIdle() when anoth...
2003-10-08  Vadim Zeitlinbackport wxRegConfig enumeration fix
2003-10-08  Vadim Zeitlinfixed enumerating of entries/groups under '/' in wxRegC...
2003-10-08  Vadim ZeitlinwxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
2003-10-08  Vadim Zeitlincheck directories passed to Append/Insert/PrependDir...
2003-10-08  Vadim Zeitlindocumented _PTR versions of WX_DEFINE_ARRAY macros
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-10-08  David ElliottImplement Pending and Dispatch
2003-10-07  Vadim Zeitlindon't always create MDI children with WS_THICKFRAME...
2003-10-07  Vadim Zeitlinno changes
2003-10-07  Vadim Zeitlinrestore status bar text after a menu has been shown
2003-10-07  Vadim Zeitlinrestore status bar text after a menu has been shown
2003-10-07  Václav Slavíkfixed bakefile so that in-tree headers take precedence...
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner) -- regenera...
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner)
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner)
2003-10-07  Vadim Zeitlinfixed FixedSizeTabs()
2003-10-07  David ElliottwxListMainWindow::OnRenameCancelled(): itemEdit paramet...
2003-10-07  Vadim Zeitlinadded test for cancelled END_EDIT
2003-10-07  Vadim Zeitlinsend END_EDIT label if label editing is cancelled
2003-10-06  David ElliottUse NSWindow delegate notification windowWillClose...
2003-10-06  Václav Slavíkremove wxBase files to get rid of RPM's complains about...
2003-10-06  David Elliott* Add bool parameter to WindowDidResignKey indicating...
2003-10-06  Robert Roebling Compilo.
2003-10-06  Robert Roebling Implemented wxChoice::SetString()
2003-10-06  David ElliottMoved wxCocoa specific doIdle method to application...
2003-10-06  Robin DunnShow how to get the right position for HitTest from...
2003-10-06  Robert Roebling Fixed bitmap problem reported last week.
2003-10-06  David ElliottUse an application delegate object
2003-10-06  David ElliottAlways return NO for applicationShouldTerminateAfterLas...
2003-10-05  Vadim Zeitlininstead of ignoring all unknown MIME keywords, ignore...
2003-10-05  Vadim Zeitlinremoved extra virtual
2003-10-05  Stefan NeisFix to detection of gcc version on OS/2.
2003-10-05  Stefan NeisCompilation fix.
2003-10-04  Václav Slavíkdon't build the GUI version of tex2rtf wif --disable-gui
2003-10-04  Václav Slavíkadded gettext plural forms support (patch #785660 with...
2003-10-04  Václav Slavíktex2rtf builds in wxBase, too
2003-10-04  Václav Slavíkadded Czech translation to the sample
2003-10-04  Václav Slavíkcopy catalogs to builddir
2003-10-04  Václav Slavíkadded gettext plural forms support (patch #785660 with...
2003-10-04  Václav Slavíkfixed misgenerated makefiles
2003-10-04  Václav Slavíkregenerated makefiles
2003-10-04  Václav Slavíkregenerated with DESTDIR fixes
2003-10-04  Stefan Csomorapplied bug fix
2003-10-04  Robin DunnAdd some WXDLLIMPEXP's
2003-10-04  Vadim Zeitlinfixed inconsistencies with indices in wxTE_RICH2 contro...
2003-10-04  Vadim Zeitlinfixed horrible flicker and 100 CPU usage (text ctrl...
2003-10-03  Vadim Zeitlinfixed wxMOUSE_BTN_XXX values, use them instead of hard...
2003-10-03  Robin DunnAdded more meta-data for PyPi
2003-10-03  Václav Slavíkfixed memory leak (#817324)
2003-10-03  Stefan NeisFixed usage of uninitialized variable.
2003-10-03  Stefan NeisFixed typo.
2003-10-03  Stefan NeisAdded dummies for Enable and SetDelay.
2003-10-03  Stefan NeisOnly use unicode format when unicode support is enabled.
2003-10-03  Stefan NeisAdded Unix implementation of platform specific files...
2003-10-03  Václav Slavíkfixed utils.bkl to include all utils
2003-10-03  Vadim Zeitlinfix wxLongLong values printinf for MGL and for wxUSE_LO...
2003-10-03  David ElliottRemoved MainLoop, ExitMainLoop, Pending, and Dispatch
2003-10-03  David ElliottAdded src/cocoa/evtloop.mm
2003-10-03  David ElliottExtremely simple implementation of wxEventLoop using...
2003-10-03  Václav Slavíkuse soft links, not hard links for data files
2003-10-03  Václav Slavíkfixed incorrect output of wx-config --libs for wxBAse
2003-10-02  Vadim Zeitlinfixed off by 1 in new GetRange() for wxTE_RICH2 controls
2003-10-02  Vadim Zeitlinfixed (harmless) mem leak when wxUSE_THREADS == 0
2003-10-02  Stefan NeisCorrectly bracketed initializers.
2003-10-02  Robin DunnAdded a const to be consistent with the generic class
2003-10-02  Stefan NeisSwitches OS/2 back to generic ListCtrl and TreeCtrl...
2003-10-02  David Elliottinclude "wx/encinfo.h" for wxNativeEncodingInfo
2003-10-02  Chris Elliottfix for DMC bug reading JPEGs
2003-10-02  Vadim Zeitlindon't lose encoding information when getting/setting...
2003-10-02  Robin Dunnregenerated the images
2003-10-02  Robin DunnA huge glob of changes in the 2.4 branch merged over...
2003-10-01  Robin Dunnnewevent helpers
2003-10-01  Robin Dunnmakedocs script now also crunches through some of the...
2003-10-01  Robin DunnAdded listbook demo and also some other demo tweaks
2003-10-01  Stefan NeisInsure that top level windows will be at least visible
2003-10-01  Stefan NeisAdded MarkDirty implementation for MultiLine Edit controls.
2003-10-01  Vadim Zeitlinmention Spanish translations update
2003-10-01  Vadim Zeitlinupdate from JSJ
2003-10-01  Vadim Zeitlinadded translation to Afrikaans (Petri Jooste)
2003-10-01  Václav Slavíkfixed accelerators in wxGTK if NumLock is active (bug...
2003-10-01  Mattia Barbon More wxMac compilation fixes.
next