]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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 Zeitlinhopefully fixed strings.h mess completely now by not...
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 Zeitlinadded Select() test
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  Robin DunnA little tweak
2004-02-12  Robin DunnreSWIGged
2004-02-12  Robin DunnAdded selection methods
2004-02-12  Robin DunnPS can output to ta stream (but still need to make...
2004-02-12  Robin DunnFix ambiguity
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-12  Robin DunnHYBRID wxPython builds also need the __NO_VC_CRTDBG__...
2004-02-12  Vadim Zeitlincompilation fix for strict(er) compilers
2004-02-12  Vadim Zeitlindefine DWORD_PTR &c for Win32 compilation whatever...
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 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  Vadim Zeitlinanother part of adding error checking to event table...
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 Csomorcommon code
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  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-11  Robin DunnreSWIGged
2004-02-11  Robin DunnUse "wxCheckListBox" instead of the deprecated "wxCheck...
2004-02-11  Robin DunnUpdates to reflect recent changes in wxWindows
2004-02-11  Robin DunnAdded missing wxNcPaintEventFunction and used it in...
2004-02-10  Vadim Zeitlinreversed last accidental commit
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-10  Robin DunnFixed a compliation error, event args should not be...
2004-02-10  Robin DunnUpdate the version number, remove mentioon of the wx...
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-10  Vadim Zeitlinreverted wxStaticCast change which obviously can't...
2004-02-10  Stefan NeisUnicode fixes.
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-10  Vadim Zeitlinadded wxStaticCast, moved wxConstCast from wx/object...
2004-02-10  Vadim Zeitlinadded HAVE_STATIC_CAST
2004-02-10  Vadim Zeitlincompilation fix for wxUSE_LOG == 0 (part of patch 843206)
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  Chris Elliottfix for non-unicode DMC builds
2004-02-10  Jouk Jansen Committing in .
2004-02-10  Vadim Zeitlinfixed the value returned by GetSize()
2004-02-10  Vadim Zeitlincompiles under win64
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-10  Vadim ZeitlinWin64 compilation fixes: define SIZEOF_SIZE_T, added...
2004-02-10  Vadim Zeitlinadded base array of size_t as under Win64 size_t >...
2004-02-10  Vadim Zeitlinadded wxGet/SetWindowProc/UserData()
2004-02-10  Václav Slavíkfixed samples compilation when using configure and...
2004-02-10  Václav Slavíkuse generic samples icon
2004-02-09  Vadim Zeitlindon't just drop click events resulting from triple...
2004-02-09  Vadim Zeitlinno changes, simply added a comment
2004-02-09  Vadim Zeitlinsize combobox/choices properly initially by considering...
2004-02-09  Vadim Zeitlinuse correct name for the icon
2004-02-09  Vadim Zeitlindon't assert when creating an initially empty wxCB_READ...
2004-02-09  Vadim Zeitlinmultiline checkbox doesn't make sense for listbook
2004-02-09  Robin DunnwxUSE_VC_CRTDBG needs to be dependent on wxUSE_MEMORY_T...
2004-02-09  Julian SmartChanged no-remap to msw.remap
2004-02-09  Vadim ZeitlinwxUniv compilation fix after last commit
2004-02-09  Julian SmartApplied WinCE fix, though data file still not found
2004-02-09  Dimitri SchoolwerthApplied patch #885752: "wxPoem less MSW specific +...
2004-02-09  Julian SmartDocumented no-remap
2004-02-09  Julian SmartDocumented tbar95.cpp backports
2004-02-09  Julian SmartAdded no-remap system option so colourful toolbar buttons
2004-02-09  Julian SmartFix needed for free MS SDK
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-09  Patrick K.... shell.autoCompleteAutoHide added with default of True.
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
next