]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-02-26  Václav Slavíkunified default values for conv arguments
2003-02-26  Václav Slavíkcompilation fix for optimizing compilers
2003-02-26  Václav Slavíkadded wxCLOSE
2003-02-26  Václav Slavíkadded wxCLOSE and fixed wxSYSTEM_MENU on Unix
2003-02-26  Václav Slavíkadded wxCLOSE and unified wxDEFAULT_DIALOG_STYLE definition
2003-02-26  Václav Slavíkfix patch #693600
2003-02-25  Robin DunnChanged how the dynamic event tables (used for all...
2003-02-25  Vadim Zeitlinfinally fixed the flicker problem in wxTE_RICH[2] text...
2003-02-25  Vadim Zeitlindon't log erroneous error messages when writing an...
2003-02-25  Vadim Zeitlinfixed typo in WX_DECLARE_OBJARRAY example
2003-02-25  Vadim Zeitlinfixed typo in he check in SetSizeHints()
2003-02-25  Vadim Zeitlinforward declare wxMenu
2003-02-25  Vadim Zeitlintest for the bug with showing a modeless dialog from...
2003-02-25  Stefan Csomorm_y of generic tree item was only a short, which unnece...
2003-02-24  Vadim Zeitlincentralize version info in one file, include it from...
2003-02-24  Vadim Zeitlindo use micro version number in the DLL names -- but...
2003-02-24  Vadim Zeitlinuse jast major.minor, not major.minor.micro, in the...
2003-02-24  Vadim Zeitlinget the version info directly from wx/version.h instead...
2003-02-24  Vadim Zeitlinregenerated using the correct versions in/for the DLLs
2003-02-23  Václav Slavíkbackport CDATA code in wxHTML
2003-02-23  Vadim Zeitlinnote warning against using /ox
2003-02-23  Mattia Barbon Implemented DoGetBestSize for wxListBox, (native...
2003-02-23  Vadim Zeitlinremoved the extra offset in moveto in DrawRotatedText...
2003-02-23  Mattia Barbon Allow setting default file name in wxMotif wxFileDialog.
2003-02-23  Václav Slavíkmake wxConvUTF8 available in wchar_t-less mode, too
2003-02-23  Václav Slavíkdocumentation for wxFileConfig changes
2003-02-23  Václav SlavíkwxFileConfig in Unicode fixes
2003-02-23  Václav Slavíkimplemented empty handler for <script> tag, so that...
2003-02-23  Václav Slavíkfixed parsing of CDATA elements (<script> and <style...
2003-02-23  Vadim Zeitlindocumented wxGetApp()
2003-02-22  Chris Elliottupdate watcom makefile
2003-02-21  Mattia Barbon Added Active Accessibility files to filelist.txt...
2003-02-21  Robin DunnOnly send two EVT_BUTTON events when double clicking...
2003-02-21  Julian SmartApplied FL patch from Stefan Kowski
2003-02-20  Mattia Barbon Regenerated files.
2003-02-20  Mattia Barbon Use some wxX11 files (currently pen.cpp and brush...
2003-02-19  Václav Slavíkfixed wxSYS_DEFAULT_GUI_FONT lookup
2003-02-19  Mattia Barbon Fix DrawRotatedtext to behave more like wxMSW: take...
2003-02-19  Julian SmartTemporary fix for strange wxDateTime link error with...
2003-02-19  Mattia Barbon Allow selecting a mono bitmap into a wxMemoryDC.
2003-02-19  Václav Slavíkfixed Traditional Chinese mapping
2003-02-19  Vadim Zeitlinremoved several out of date/wrong sentences; mention...
2003-02-19  Julian SmartFurther tweaks to accessibility code
2003-02-19  Vadim Zeitlinuse -O0 when optimizing is off -- seems to __slightly__...
2003-02-19  Vadim Zeitlinprevent from setting min[WH] > max[WH] because this...
2003-02-19  Vadim Zeitlinfixed a typo which was preventing any events from being...
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-02-18  Mattia Barbon Patch [ 688973 ] from William Gallafent: add missing...
2003-02-18  Julian SmartFixed warning, reformatted some code
2003-02-18  Julian SmartApplied patch [ 608866 ] wxGrid: vertical column label...
2003-02-18  Robert Roebling Applied John's patch.
2003-02-18  Julian SmartApplied patch [ 681921 ] Stray focus rectangle in stati...
2003-02-18  Julian SmartApplied patch [ 681893 ] Combobox in toolbar
2003-02-18  Julian SmartEnhancements to the accessibility sample
2003-02-18  Julian SmartSome improvements to accessibility behaviour
2003-02-18  Julian SmartApplied patch [ 686843 ] File Dialog Wildcard Bug
2003-02-18  Julian SmartApplied patch [ 681262 ] Add EVT_MENU_OPEN support...
2003-02-17  Julian SmartChanged back inline/const things
2003-02-17  Julian SmartAdded start at accessibility sample
2003-02-16  Václav Slavíkanother compilation fix for over-optimized #includes
2003-02-16  Gilles Depeyrotfix wxDateTime offset for Apple Developer Tools (Source...
2003-02-16  Vadim Zeitlininserted casts allowing to have arrays of function...
2003-02-16  Julian SmartAdded start at accessibility functionality
2003-02-16  Julian SmartAdded accessibility headers
2003-02-15  Julian SmartVC++ 6 doesn't seem to like the uninlining thing and
2003-02-15  Stefan CsomorFiles from a Drop were only added but the fileslist...
2003-02-14  Mattia Barbon Setting background colour on listbox parent makes...
2003-02-14  Mattia Barbon Fix wxEventLoop so it does not sleep 20 msec between...
2003-02-14  Vadim Zeitlinsilent gcc warning about missing \n at the end of file
2003-02-14  Vadim Zeitlincompilation fix (missing header)
2003-02-13  Chris Elliottfix for watcom open compiler
2003-02-13  Julian SmartDOc fixes
2003-02-13  Vadim Zeitlinsay that WarpPointer() is not supported under Mac
2003-02-13  Vadim Zeitlinmarked dbkeyg.h as a wxBase file (fixes 685857)
2003-02-13  Jouk Jansen Committing in .
2003-02-13  Vadim Zeitlinadded an assert checking that Resume() is not called...
2003-02-12  Chris Elliottfirst watcom makefile
2003-02-12  Chris Elliottfix watcom makefile
2003-02-12  Chris Elliottfix watcom makefile
2003-02-12  Chris Elliottimprove watcom makefile
2003-02-12  Chris Elliottfix unused vars for watcom
2003-02-12  Václav Slavíkcompilation fixes
2003-02-12  Mattia Barbon Implemented wxToggleButton under Motif.
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-02-12  Vadim Zeitlinremoved redundant code
2003-02-11  Vadim Zeitlinfixed typo in SetToolClientData() docs
2003-02-11  Mattia Barbon Remove another already backported change.
2003-02-11  Mattia Barbon Remove already backported change.
2003-02-11  Mattia Barbon Changes to be backported.
2003-02-11  Mattia Barbon Finished native wxComboBox implementation; it still...
2003-02-11  Julian SmartAdded an item to toback24.txt
2003-02-11  Robert Roebling Minor corrections.
2003-02-10  Chris Elliottfix contrib makefile for watcom
2003-02-10  Mattia Barbon Clearly mark wxGLCanvas as not working under wxX11.
2003-02-10  Mattia Barbon Fix compilation with GCC (at least 2.95.4).
2003-02-10  Mattia Barbon Fix compilation after last fix.
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-10  Chris Elliottfix for making libraries
2003-02-10  Stefan Csomorbug fixes
2003-02-10  Vadim Zeitlinscrolbar event orientation fix
next