]> git.saurik.com Git - wxWidgets.git/history - src
fixed bug in .hhp's FILES section creation introduced in previous revision
[wxWidgets.git] / src /
2004-02-12  Robin DunnFixed to use wxNcPaintEvent types where needed
2004-02-12  Julian SmartSome more string concatenations
2004-02-12  Vadim Zeitlinset argc/argv properly in Unicode build (fixes bug...
2004-02-12  Vadim Zeitlindon't override GetSize(), this doesn't work (bug 732758)
2004-02-12  Vadim Zeitlinfix yet another assert when the initial combo box value...
2004-02-12  Vadim Zeitlinsuppress triple clicks generation completely for GTK2...
2004-02-12  Vadim Zeitlincorrected wxTreeCtrl::Select() broken by previously...
2004-02-12  Julian SmartString corrections
2004-02-12  Julian SmartInfinite recursion fix
2004-02-12  Stefan Csomorpatch applied for clearing m_data object upon closing
2004-02-12  Vadim Zeitlincompilation fix for strict(er) compilers
2004-02-12  Vadim Zeitlincompilation fix (PASCAL should be inside the parenthesi...
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-11  Robin DunnAdded wxDC:GetPartialTextExtents
2004-02-11  Robin DunnUse extraFontFlag to specify if anti-aliased fonts...
2004-02-11  Robin DunnAllow an extra flag to be given to Font::Create
2004-02-11  Robin DunnUse wxStaticCast
2004-02-11  Václav Slavíkmake it possible to override translatable status of...
2004-02-11  Václav Slavíkload wsock32.dll dynamically, so that wxCore has no...
2004-02-11  Stefan Csomorcorrected sleep
2004-02-11  Stefan Csomornon-unicode fix
2004-02-11  Stefan Csomorcleanup and fix of double disposal (thanks to Steve...
2004-02-11  Stefan Csomorconversion corrections
2004-02-11  Stefan Csomorremoving unreached code (overriden)
2004-02-11  Stefan Csomorcommon code, cleanup of measurement
2004-02-11  Stefan Csomoradded condition for DARWIN (thanks to Steve Hartwell)
2004-02-11  Chris Elliotttry to fix D Mars compilation for Unicode
2004-02-11  Václav Slavíkadded public methods to select parts of displayed page
2004-02-11  Stefan Csomorturning off sound, movies and images for textctrl
2004-02-10  Robin DunnFixed a compliation error, event args should not be...
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-10  Stefan NeisUnicode fixes.
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-10  Vadim Zeitlinrestored defaults in switchs removed in the last commit
2004-02-10  Vadim Zeitlinimplemented SelectItem(item, bool); UnselectItem()...
2004-02-10  Vadim Zeitlinadded base array of size_t as under Win64 size_t >...
2004-02-10  Vadim Zeitlinadded wxTreeCtrl::UnselectItem() and ToggleItemSelectio...
2004-02-10  Vadim Zeitlinadded auto check count as otherwise calling EnableAutoC...
2004-02-10  Stefan Csomorbecause some sash code draws whether the window is...
2004-02-10  Vadim Zeitlinfixed the value returned by GetSize()
2004-02-10  Vadim Zeitlinpart of Ictrl -> Iscntrl change I forgot to commit...
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2004-02-10  Vadim ZeitlinWin64 compilation fixes: use wxUIntPtr instead of long
2004-02-09  Vadim Zeitlindon't just drop click events resulting from triple...
2004-02-09  Vadim Zeitlinsize combobox/choices properly initially by considering...
2004-02-09  Vadim Zeitlindon't assert when creating an initially empty wxCB_READ...
2004-02-09  Julian SmartChanged no-remap to msw.remap
2004-02-09  Vadim ZeitlinwxUniv compilation fix after last commit
2004-02-09  Julian SmartAdded no-remap system option so colourful toolbar buttons
2004-02-09  Dimitri SchoolwerthMinGW warnings fixed; TRUE/FALSE cleanup.
2004-02-09  David ElliottDo not try to set the proper position if creating a...
2004-02-09  David ElliottImplement right mouse down/dragged/up
2004-02-09  David ElliottWhen destroying the window, only remove it from its...
2004-02-09  David ElliottDon't close dialogs in ~wxDialog as it just hides other...
2004-02-09  David ElliottwxBitmap::GetNSImage(): Added trace messages. Release...
2004-02-08  Julian SmartFixed Unicode breakage
2004-02-08  Robert Roebling Fix redraw problem in multiple selection listctrl.
2004-02-08  Robert Roebling Improvements for splitter sash hack. GTK2 look
2004-02-08  Vadim Zeitlinresolving conflicts in files I had forgot to commit...
2004-02-08  Dimitri SchoolwerthFixed relative paths to lib/.
2004-02-08  Robert Roebling Corrected redrawing of sash when resizing
2004-02-08  Robert Roebling Draw listctrls's headers right for themes.
2004-02-08  Robert Roebling Correctly center lables vertically.
2004-02-08  Julian Smart0 -> 0u to keep gcc happy
2004-02-08  Julian Smartwx2msPenStyle forward declaration required
2004-02-08  Julian SmartAdded Release Unicode DLL and Debug Unicode DLL (identical
2004-02-08  Stefan NeisApplied and extended patch 886524 (wxGridCellFloatEdito...
2004-02-08  Vadim Zeitlindon't use char hook to handle Esc in the dialogs, it...
2004-02-08  Julian SmartFixed bug [ 849168 ] wxGenericDirCtrl missing wxPROPERT...
2004-02-08  Vadim Zeitlinestimate size of multiline text controls more accuratel...
2004-02-08  Vadim Zeitlinfixed wxEVT_CONTEXT_MENU generation (it works different...
2004-02-08  Vadim Zeitlinas after recent change wxID_SEPARATOR is now -2, it...
2004-02-08  Vadim Zeitlinfixed and documented GetItemText/BackgroundColour(...
2004-02-08  Vadim Zeitlindon't call SelectObject() twice in SetBrush() nor SetFo...
2004-02-08  Vadim Zeitlinrenamed wxEventFixModule to wxWakeUpIdleModule; added...
2004-02-08  Vadim Zeitlindon't call SelectObject() twice in SetPen() (slow!...
2004-02-08  Vadim Zeitlinfixed small bug in operator=() (comparing equal but...
2004-02-08  Vadim Zeitlindefine WXMICROWIN_CHECK_HDC macro once instead of havin...
2004-02-08  Vadim Zeitlinuse wxBusyCursor class instead of wxBeginBusyCursor...
2004-02-08  Stefan Csomorproper UTF32 / 16 conversions added
2004-02-08  Stefan Csomorwchar_t 4 bytes support added
2004-02-08  Stefan Csomorredraw forced for size changes (layout for measuring...
2004-02-08  Vadim Zeitlinuse hard coded default size for top level windows inste...
2004-02-08  Julian SmartApplied patch [ 892608 ] wxLogDialog + wxLogFrame:...
2004-02-08  Julian SmartApplied patch [ 892543 ] wxUniversal: Bitmaps in disabl...
2004-02-08  Stefan Csomorcorrected Sleep implementation (as clock() under Mach...
2004-02-08  Julian SmartApplied patch [ 892511 ] wxUniversal: fix of segfault...
2004-02-08  Stefan Csomorscroll of subwindow confined to rect param
2004-02-08  Stefan Csomortabs fixed
2004-02-08  Stefan Csomorcorrected line counts and implemented ShowPosition
2004-02-08  Stefan Csomorcorrections for buffers
2004-02-08  Stefan Csomorunicode savvy conversions
2004-02-08  Mattia Barbon Reverses part of my changes of Mon Apr 14 17:27:28...
2004-02-08  Mattia Barbon Applied patches #892580 and #892582 from Christian...
2004-02-08  David ElliottUse wxLogTrace instead of wxLogDebug for trace messages
2004-02-08  Stefan Csomorfont encodings and refresh upon show (after a hide...
2004-02-08  Stefan Csomorfont encodings
2004-02-08  Stefan Csomorfont encodings and a first copy implementation wchar_t...
2004-02-08  Stefan Csomorfont encoding support
2004-02-08  Stefan Csomorconversion warning gcc 3.3 mac
next