]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-08-01  Václav Slavíkfixed linking with visibility enable on Ubuntu and...
2007-08-01  David ElliottMerged 47839 from 2.8 branch:
2007-08-01  David ElliottMake masks and alpha work for wxCOPY when blitting...
2007-08-01  Vadim Zeitlincorrected library link
2007-07-31  Vadim Zeitlinadded WXDLLEXPORT to the (empty) wxControlWithItems...
2007-07-30  Václav Slavíkdon't crash in wxGetEmptyString(): it's now a #define...
2007-07-29  Vadim Zeitlinremoved png and propsize samples from SAMPLES_SUBDIRS...
2007-07-29  Vadim Zeitlinforcefully disable wxUSE_JOYSTICK too
2007-07-29  Vadim Zeitlinalways define HDS_HOTTRACK if it's not defined, not...
2007-07-29  Vadim Zeitlincompilation fix for WinCE
2007-07-29  Vadim ZeitlinCE compilation fix for X button stuff
2007-07-29  Vadim Zeitlincompilation fix for wxUSE_DBGHELP==0 after latest changes
2007-07-29  Vadim Zeitlinwe must use TB_BUTTONSTRUCTSIZE before adding menu...
2007-07-29  Vadim Zeitlinupdate button style to include BS_MULTILINE when a...
2007-07-29  Vadim Zeitlinno changes, just removed unnecessary #ifdef __WIN32__
2007-07-29  David ElliottUse the ECHO_N and ECHO_C variables in lieu of echo...
2007-07-29  Vadim Zeitlinmake the text in the top area more readable
2007-07-29  Vadim Zeitlindon't use deprecated DoLog() overload
2007-07-29  Vadim Zeitlinremoved the script which only worked with cvs
2007-07-29  Vadim Zeitlinadd support for 4th and 5th mouse buttons; reduce code...
2007-07-29  Vadim Zeitlinadded support for 2 extra mouse buttons (patch 1757630)
2007-07-29  Vadim Zeitlinundid accidental commit of this file in the last revision
2007-07-29  Vadim Zeitlinremoved empty or duplicated samples: checklst, dynamic...
2007-07-29  Vadim Zeitlinadded wxMiniFrame demonstration to the dialogs sample
2007-07-28  Vadim Zeitlinpreserve the arguments read from configarg.cache in it
2007-07-28  David ElliottRemove bogus DoDelete from 44730. It's appears that...
2007-07-28  David ElliottAdd a wxAutoNSAutoreleasePool to wxBitmap::CopyFromIcon.
2007-07-28  Paul Cornettremove duplicates
2007-07-28  Paul Cornettmake definitions match declarations in wxcrt.h
2007-07-28  Paul Cornettwarning fix
2007-07-28  Paul CornettFix wxCRT_GetenvW WXDLLEXPORT. Use more efficient prein...
2007-07-28  Vadim Zeitlin(ugly) compilation fix for wxUSE_STL==1 build
2007-07-28  Vadim Zeitlinshow wxUSE_STL in the summary at the end too
2007-07-28  Vadim Zeitlinadded the mention of library in which each class is...
2007-07-28  Vadim Zeitlinadded the script used to add libraries to the documenta...
2007-07-28  Vadim Zeitlinescape underscores
2007-07-28  Vadim Zeitlinno real changes, just cleanup and use CPPUNIT_ASSERT_EQ...
2007-07-28  Vadim Zeitlinadded more wxUSE_XXX symbols (modified patch 1758917)
2007-07-28  Vadim Zeitlinno changes, just a typo fix
2007-07-28  Vadim Zeitlinset eol-style
2007-07-28  Vadim Zeitlinblind OS/2 compilation fix in wxSetWorkingDirectory()
2007-07-28  Vadim Zeitlinrecognize hover bitmaps (patch 1758843)
2007-07-28  Vadim Zeitlinadded maxDepth parameter to WalkFromException() (patch...
2007-07-28  Vadim Zeitlinremoved unused wxUSE_XXX options (patch 1759328)
2007-07-27  Vadim Zeitlinmade strings used in wxIPC methods const as a temporary...
2007-07-27  Vadim Zeitlinadded wxTo/FromString() overloads for wxFont (1st part...
2007-07-27  Vadim Zeitlindestroy TLW children pending for deletion from ~wxTLW...
2007-07-27  Vadim Zeitlinyet another compilation fix for ItemDeleted
2007-07-27  David Elliott* Implement the wxMask copy constructor to retain the...
2007-07-27  Vadim Zeitlinuse symbolic name for the shell menu bar too; include...
2007-07-27  Vadim Zeitlinfix menu bar creation under WM5 (SHCMBF_EMPTYBAR must...
2007-07-27  Paul Cornettskip preprocessor test for a couple more header checks
2007-07-27  Paul Cornettfix last commit, it seems spaces are not allowed betwee...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-27  Vadim Zeitlinignore VC8 project files and build directories
2007-07-27  Vadim Zeitlinadded wxUSE_INICONF (disabled by default)
2007-07-27  Vadim Zeitlindon't use min() macro in wxQsort() which conflicts...
2007-07-27  Vadim ZeitlindeTABbed wxQsort()
2007-07-27  Vadim Zeitlinand another compilation fix for ItemDeleted() from Bo
2007-07-27  Vadim Zeitlinreal compilation fix for ItemDeleted()
2007-07-27  David ElliottImplement --with-macosx-sdk[=SDK] and --with-macosx...
2007-07-27  Vadim Zeitlincompilation fix for insert()
2007-07-27  Vadim Zeitlincompilation fix for ItemDeleted()
2007-07-26  Robert Roeblingescape _
2007-07-26  David ElliottAdd a Clear() method simply calling the wxComboBoxBase...
2007-07-26  Vadim Zeitlinre-disable Universal Mac builds by default
2007-07-26  David ElliottSilence the warning about lack of [NSApplication +setAp...
2007-07-26  David ElliottAdded missing #import <Foundation/NSArray.h>
2007-07-26  Vadim Zeitlincompilation fix after last commit
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-26  Vadim Zeitlinremoved called to deprecated wxPixelData::UseAlpha...
2007-07-25  Robert RoeblingRewritten wxList docs
2007-07-25  Robert RoeblingUse type safe list for model notifiers, sample corrected
2007-07-25  Robert Roeblingcall attributes attributes
2007-07-25  Robert RoeblingSmall correction
2007-07-25  Robert RoeblingItemDeleted now has (parent, item)
2007-07-25  Robert RoeblingPatch from Bo, implement sorting in wxDVC
2007-07-25  Vadim Zeitlinfix warnings due to using deprecated-but-used-internall...
2007-07-25  Robert RoeblingAdd iterators to wxVector, use std::vector in STL mode...
2007-07-25  Robert Roeblingmake wxDataViewCtrl in STL mode
2007-07-25  Julian SmartTypo correction
2007-07-24  Václav Slavíkoptimized wxStringTokenizer: it's now slightly faster...
2007-07-24  Vadim Zeitlinuse To/FromWChar() in single parameter wxMBConv::cMB2WC...
2007-07-24  Vadim Zeitlinuse wxMBConvStrictUTF8 instead of wxMBConvUTF8 in Conve...
2007-07-24  Vadim Zeitlinadd wxMBConvStrictUTF8 class implementing just UTF...
2007-07-24  Robert RoeblingPatch from Bo to speed up FindNode() in internal data...
2007-07-24  Robert RoeblingAdded wxQsort()
2007-07-24  Robert RoeblingDon't send events when expanding internally, only after...
2007-07-24  Robert RoeblingSend events from port-specific code, not common code...
2007-07-24  Robert RoeblingPatch from Bo to optimize FindNode() in internal tree...
2007-07-24  Vadim Zeitlincorrected off by 1 error in cMB2WC() call (thanks valgrind)
2007-07-23  Vadim Zeitlindon't add an extra empty line to the end (fixes bug...
2007-07-23  Vadim Zeitlinharmless warning fix
2007-07-23  Vadim Zeitlincompilation fix
2007-07-23  Vadim Zeitlinremoved empty directory
2007-07-23  Vadim Zeitlinfix caching of configure arguments broken by one of...
2007-07-23  Vadim Zeitlinremoved wxUSE_STRUTILS which was left over from the...
2007-07-23  Julian SmartAvoid a hang if we're dragging a tab to a notebook...
2007-07-22  Vadim Zeitlinfix for r47646: typedef wxDouble for all platforms...
2007-07-22  Stefan Csomoradding missing defaults
next