]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2008-09-05  Paul Cornettfix memory leak
2008-09-05  Vadim Zeitlinuse more clear messaage about the custom labels in...
2008-09-05  Stefan Csomoradding common implementation file for search control
2008-09-05  Stefan Csomormaking things build under osx-cocoa as well
2008-09-05  Stefan Csomorsimplify native textcontrol creations, adding search...
2008-09-05  Vadim Zeitlinimplement support for custom button labels in wxMessage...
2008-09-05  Vadim Zeitlinextract button size calculation from button label size...
2008-09-05  Vadim Zeitlinextract wrapper for SystemParametersInfo(SPI_GETNONCLIE...
2008-09-05  Robert RoeblingFix #9940: wxDataViewCtrl left/right arrow press crash
2008-09-05  Vadim Zeitlinremoved unnceessary gtk_window_set_transient_for()...
2008-09-05  Robert RoeblingMade wxMSW wxMutex non-recursive by checking reentrance
2008-09-05  Robert RoeblingFormating corrections
2008-09-05  Robert RoeblingCompilo for wxMac
2008-09-05  Robert RoeblingMore wxMutex doc updates
2008-09-05  Robert RoeblingAdd wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated...
2008-09-05  Robert RoeblingEnable graphics context by default
2008-09-05  Paul Cornettfix for infinite loop when wxBeginBusyCursor is called...
2008-09-04  Vadim Zeitlinemphasize that mingw32-make and not MSYS make must...
2008-09-04  Vadim Zeitlinshow the "Window" menu only when we have any MDI childr...
2008-09-04  Kevin Ollivierrebake
2008-09-04  Kevin OllivierUpdate files.bkl to match the changes Stefan made to...
2008-09-04  Kevin OllivierRenames to avoid object files with duplicate filenames...
2008-09-04  Kevin OllivierSplit utility functions into base (in utilsexc_base...
2008-09-04  Stefan Csomorgcc is too aggressively hiding these inlines on wxCriti...
2008-09-03  Vadim Zeitlincopy alpha presence flag when copying bitmaps using...
2008-09-03  Vadim Zeitlinfix some typos and other minor problems (#9886)
2008-09-03  Vadim Zeitlinbetter documentation of DeviceToLogicalXXX() (#9896)
2008-09-03  Vadim Zeitlinadd wxSP_THIN_SASH for completeness (#9902)
2008-09-03  Vadim Zeitlintest showing parent/sibling items too (#9903)
2008-09-03  Benjamin Williamsfix small logic error
2008-09-03  Benjamin Williamsfixed a problem in the aui toolbar flags
2008-09-03  Benjamin Williamsmake members private in various wxAuiToolBar helper...
2008-09-03  Vadim Zeitlinadd more wxUSE_XXX checks
2008-09-03  Vadim Zeitlininclude wx/control.h for the base class declaration...
2008-09-02  Stefan Csomorwarning fixes and fix for non precomp builtbot
2008-09-02  Stefan Csomorfixing constant name
2008-09-02  Stefan Csomorfixing merge bug
2008-09-02  Stefan Csomorforgotten commit for osx new file layout
2008-09-02  Vadim Zeitlinreverted accidentally committed change
2008-09-02  Vadim Zeitlinuse {short,long}_help_string parameters of AddTool...
2008-09-02  Stefan Csomoradaptions to new osx ouside the main trees
2008-09-02  Stefan Csomorosx new layout
2008-09-02  Vadim Zeitlindon't set SHOW_FILES, its value is yes by default anyho...
2008-09-02  Stefan Csomorlistctrl generic is used outside of osx-carbon
2008-09-02  Stefan Csomorforward to generic implementations where the correspond...
2008-09-02  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2008-09-01  Robert RoeblingReadded wxTreeCtrl event docs
2008-09-01  Robert RoeblingReadded event docs for wxListCtrl
2008-09-01  Stefan Csomorosx-cocoa updates
2008-09-01  Robert RoeblingMention wxEditableLisBox
2008-09-01  Robert RoeblingMention that wxEditableListBox emit events from wxListCtrl
2008-09-01  Robert RoeblingReadded event documentation for wxDataViewCtrl
2008-09-01  Robert RoeblingMinor doc update
2008-09-01  Robert Roeblinguse gtk_block_event instead of m_block event field
2008-09-01  Stefan Csomormore common osx types
2008-09-01  Stefan Csomorfixing paths for xcode proj
2008-09-01  Vadim Zeitlindefine wxStringSortAscneding/Descending() even in non...
2008-08-31  Paul Cornettsilence warning with GCC -Wextra
2008-08-31  Paul Cornettfix opengl dependency in monolithic build
2008-08-31  Vadim Zeitlinupdate after wx/mac/setup.h rename to wx/osx/setup...
2008-08-31  Vadim Zeitlintest for utils/wxrc/Makefile existence and not utils...
2008-08-31  Paul Cornettremove declaration for ctor which is never defined
2008-08-31  Vadim Zeitlinrename ShowCacheStats to wxStrCacheStatsDumper
2008-08-31  Vadim Zeitlincompilation fix in wxUSE_STL case after r54761
2008-08-31  Vadim Zeitlincall GetCache() from a global object ctor to ensure...
2008-08-31  Vadim Zeitlinfix compilation for wxUSE_STD_STRING==0 case after...
2008-08-31  Vadim Zeitlinfix wxUSE_STL compilation after latest changes
2008-08-31  Vadim Zeitlindefine wxString::iterator::iterator_category correctly...
2008-08-31  Václav Slavíkfixed memory corruption in wxHTML when parsing '&;...
2008-08-31  Robert Roeblingtry to correct wxListCtrl docs
2008-08-30  Vadim Zeitlinmore Doxygen warnings corrections and fixes from Tim S
2008-08-30  Vadim Zeitlinno changes, just de-TAB-bed
2008-08-30  Stefan NeisAdded implementation of thread local storage for OS/2.
2008-08-30  Vadim Zeitlinfix another occurrence of g++ 3.3 problem with deprecat...
2008-08-30  Stefan NeisWorkaround for bug in gcc-3.1 through gcc-3.3 in handli...
2008-08-30  Vadim Zeitlinno changes, fix typo in comment
2008-08-30  Vadim Zeitlinusing ListView_Get[Sub]ItemRect() provokes warnings...
2008-08-30  Vadim Zeitlinavoid unnecessary heap allocation of BITMAPINFO struct
2008-08-30  Vadim Zeitlinfix some (harmless) mingw32 4.3 warnings
2008-08-30  Vadim Zeitlinimplement operator!=() inline (forgot to commit before)
2008-08-30  Vadim Zeitlinfix mingw32 4.3 warning about passing literal string...
2008-08-30  Vadim Zeitlinuse C99 isfinite() for 64 bit mingw32 instead of BSD...
2008-08-30  Vadim Zeitlintest for __MINGW64__ in the huge files support section
2008-08-30  Vadim Zeitlindefine HAVE_SSIZE_T if _SSIZE_T_DEFINED is defined...
2008-08-30  Vadim Zeitlinmore Doxygen warnings corrections from Tim S
2008-08-30  Stefan Csomorcommitting current cocoa state just to be safe ...
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-08-29  Vadim Zeitlindocument wxCP_NO_TLW_RESIZE
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-29  Robert RoeblingTypo
2008-08-29  Robert RoeblingFix #9917: File save dialog does not honor file extensi...
2008-08-29  Vadim Zeitlinmake the length of string proportional to the parameter...
2008-08-29  Robert RoeblingMention wxString caching in UTF-8 ode
2008-08-29  Robert RoeblingAnother doc patch from Tim
2008-08-29  Vadim Zeitlinoverride DoOpen/SaveDocument() instead of OnOpen/SaveDo...
2008-08-28  Vadim Zeitlindon't use new string caching code without compiler...
2008-08-28  Vadim Zeitlincompilation fix for non-UTF-8 build
2008-08-28  Vadim Zeitlinadd cache for last used position and string length...
2008-08-28  Vadim Zeitlinadd the possibility to pass numeric parameters to bench...
2008-08-28  Paul Cornettuse 8 bits for alpha, nothing needs 16 bit alpha here
next