]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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
2008-08-28  Paul Cornettadd wxPseudoTransparentFrame to parent, so it doesn...
2008-08-28  Robert RoeblingMore corrections to make dist
2008-08-28  Robert RoeblingMinor correction
2008-08-28  Robert RoeblingMinor corrections to make dist after reports
2008-08-27  Vadim Zeitlinno changes, just match the number of opening/closing...
2008-08-27  Vadim Zeitlinunbuffer cout to work around bug in Debian version...
2008-08-27  Vadim Zeitlinuse std::sort() instead of qsort() to implement wxArray...
2008-08-27  Paul Cornettget system colors directly from GTK styles, eliminating...
2008-08-27  Robert RoeblingUpdate <make win-dist>
2008-08-27  Robert RoeblingUpdated readme
2008-08-27  Robert RoeblingAdd XCode project files to wxMac's <make dist>
2008-08-27  Vadim Zeitlinget rid of duplicate enum (#9895)
2008-08-27  Stefan Csomorfixing #9910
2008-08-27  Bryan PettyFix misc documentation warnings (patch by Tim Stahlhut).
2008-08-27  Vadim Zeitlinadd a scoped_ptr-like wxGtkObject class which calls...
2008-08-27  Vadim Zeitlinhonour user scale and source offset in wxDC::Blit(...
2008-08-26  Vadim Zeitlinno changes, just a typo
2008-08-26  Paul Cornettput wxIconArray back in header, it's used by wxFSVolume
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-08-26  Robert RoeblingAlso make make dist for wxMac work
2008-08-26  Václav Slavíkpch-less compilation fix for r55285
2008-08-26  Václav Slavíkfixed writing to wxUniCharRef after its 'parent' iterat...
2008-08-26  Robert RoeblingUpdate <make dist> for wxGTK (and probably other ports...
2008-08-26  Robert RoeblingUpdate <make dist> for wxGTK
2008-08-26  Paul Cornettmove wxIconArray declaration out of header, remove...
2008-08-26  Paul Cornettdon't use deprecated toolbar API
2008-08-26  Paul Cornettuncomment line accidentally left commented out in last...
2008-08-26  Paul Cornettfix for GTK assertion `info->icon_pixmap == NULL' faile...
2008-08-25  Vadim Zeitlinescape '@' symbols in the docs
2008-08-25  Vadim Zeitlinuse UnsetToolTip() instead of SetToolTip(NULL) to fix...
2008-08-25  Vadim Zeitlinadded UnsetToolTip() which is also provided (as empty...
2008-08-25  Vadim Zeitlincompilation fixes for minimal build
2008-08-25  Vadim Zeitlincompilation fixes for wxUSE_CONSOLE_EVENTLOOP==0
2008-08-25  Vadim Zeitlinadd parentheses for && inside || to fix g++ 4.3 warning
2008-08-25  Robert RoeblingDocs corrections from Tim Stahlhut
2008-08-25  Kevin OllivierCompilation fix, didn't realize initialization order...
2008-08-25  Kevin OllivierRespect the wxNO_BORDER flag for tool windows without...
2008-08-25  Kevin OllivierFix memory leak.
2008-08-25  Vadim Zeitlinsometimes unused parameter warnings are really worth...
2008-08-25  Vadim Zeitlindon't use deprecated wxMenuItem ctor and don't use...
2008-08-25  Vadim Zeitlinchanged wxAuiBlendColour() to work with unsigned chars...
2008-08-24  Benjamin Williamsfix undefined variable color to colour
2008-08-24  Benjamin Williamsdon't use MacSetTheme()
2008-08-24  Benjamin Williamsfixed include problem
2008-08-24  Benjamin Williamsrebake because of new auibar.*
2008-08-24  Benjamin Williamsupdated aui sample
2008-08-24  Benjamin Williamsadded wxAuiToolBar
2008-08-23  Stefan Csomorfixing typo
2008-08-23  Stefan Csomorcocoa implementation files
2008-08-23  Stefan Csomorcommon implementation files
2008-08-23  Robert RoeblingwxComboCtrlBase::Enable() does not refresh the control...
2008-08-22  Vadim Zeitlinfix a couple of spelling errors
2008-08-22  Vadim Zeitlinfix 2 doxygen errors
2008-08-22  Julian SmartImproved auto list numbering
2008-08-22  Julian SmartCleanup of previous fix
2008-08-22  Julian SmartGeneric carent no longer invisible on a dark background
2008-08-22  Robert Roebling#9854 (AddPendingEvent - protect during wxEvtHandler...
2008-08-22  Stefan Csomorosx-cocoa event loop
2008-08-21  Vadim Zeitlinmake ellipses drawn by wxDC more consistent with wxGC...
2008-08-21  Vadim Zeitlinuse Pango to draw rotated text if possible (this suppor...
2008-08-21  Vadim Zeitlinremove unneeded dependencies from bakefiles and regener...
2008-08-21  Vadim Zeitlincompilation fix for wxUniv/GTK (closes #9849)
2008-08-21  Vadim Zeitlinadd a radio box to select the combobox type (#9845)
2008-08-21  Vadim Zeitlindocument that text drawing is not affected by the curre...
2008-08-21  Vadim Zeitlinhonour useMask parameter in DrawBitmap() and StretchBli...
2008-08-21  Vadim Zeitlincontinue even if the bitmaps can't be found; look for...
2008-08-21  Vadim Zeitlindon't always create DIBs in wxBitmap(wxImage) ctor
2008-08-21  Julian SmartFixed default margin sizes
2008-08-21  Robert Roebling#9876 (GC: added sanity check to wxGraphicsPathData...
next