]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2009-04-25  Vadim Zeitlinoptimize FindItem(data) performance (closes #9870)
2009-04-25  Vadim Zeitlinanother typo correction after last change, correct...
2009-04-25  Vadim Zeitlinno changes, just fix a typo in a menu item label
2009-04-25  Vadim Zeitlinadded find performance test (see #9870) and the possibi...
2009-04-25  Vadim Zeitlincompilation fix after the latest change (typo: used...
2009-04-25  Vadim Zeitlinmore order in wxCRT_filefunctions: define A and W versi...
2009-04-25  Vadim Zeitlinonly use Mac-specific menu item under Mac
2009-04-25  Vadim ZeitlinCygwin doesn't have _wcsdup() (closes #10738)
2009-04-25  Vadim Zeitlinminor corrections: document typeDefault, remove text...
2009-04-25  Vadim Zeitlindefine wxStrchr(non-const char-or-wchar_t*) as a templa...
2009-04-25  Vadim Zeitlindisable wxGC for Borland as it can't compiler the macro...
2009-04-25  Vadim Zeitlin(harmless) Borland release build warning fixes
2009-04-25  Vadim Zeitlinworkaround for Borland compilation: don't use unspecifi...
2009-04-25  Vadim Zeitlinremove HasNativeFontInfo() which always returns true...
2009-04-25  Vadim Zeitlinbuild fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS...
2009-04-25  Vadim Zeitlinattempt to hyperlink wxCHECK_VISUALC_VERSION
2009-04-25  Vadim Zeitlinmake wxSTRING_BASE_HASNT_CLEAR check more readable
2009-04-25  Vadim Zeitlindefine __EVC4__ for eVC 4 compiler to make testing...
2009-04-25  Francesco Montorsifix wxASSERT_MSG in PopStatusText: we always need to...
2009-04-25  Vadim Zeitlinset wxUSE_STD_IOSTREAM to 0 for eVC which doesn't provi...
2009-04-25  Francesco Montorsitypo fix
2009-04-25  Vadim ZeitlineVC4 version of std::string doesn't have clear() neithe...
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-25  Vadim Zeitlinundo the last change as it results in buildbot configur...
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2009-04-24  Vadim Zeitlinadd 2.9.0 branch builds
2009-04-24  Vadim Zeitlincorrection to last commit: Korean and Romanian translat...
2009-04-24  Francesco Montorsifix push/pop mechanism after r58786; add a few notes...
2009-04-24  Vadim Zeitlinadded Korean and Romanian translations
2009-04-24  Chris Elliottupdate bakefile to 0.2.6
2009-04-24  Chris Elliottbuild a 2.9.x windows setup file and chm and htb sets...
2009-04-24  Michael WetherellNew dev.
2009-04-24  Robin DunnUse a hidden window to catch the timer messages instead...
2009-04-23  Vadim Zeitlinanother typo correction; provide GNU gettext link
2009-04-23  Vadim Zeitlinfix links and references to cvs (closes #10729)
2009-04-22  Julian SmartState fix
2009-04-22  Julian SmartRemoved redundant/harmful no anti-aliasing on Mac
2009-04-21  Vadim Zeitlincorrect the assert added by r60056 to not trigger in...
2009-04-21  Vadim Zeitlinavoid multiline strings in AC_CONFIG_COMMANDS as it...
2009-04-21  Vadim Zeitlindon't readd items in SetImageList() after changing...
2009-04-21  Vadim Zeitlinadd test checking that switching mode doesn't change...
2009-04-21  Stefan Csomoradding me to author, updating date
2009-04-21  Francesco Montorsibuild fix for wxMac
2009-04-21  Francesco Montorsiuse :: when referring to wxDefaultSize or wxDefaultPosition
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-04-21  Francesco Montorsino real change; just add the standard separator where...
2009-04-21  Vadim Zeitlinfix confusion in IsSameAs() docs (closes #10722)
2009-04-20  Vadim Zeitlininclude windows.h instead of basetsd.h directly as...
2009-04-20  Stefan Csomorcontent must be changeable by wx even though control...
2009-04-20  Francesco Montorsiuse WX_PIZZA(...) to deference pointers only when we...
2009-04-20  Stefan Csomorfixing param
2009-04-19  Kevin OllivierDocument CreateMeasuringContext now that it is availabl...
2009-04-19  Francesco Montorsiname wxStaticBoxSizer; some other minor wording clarifi...
2009-04-19  Francesco Montorsigrouping is not allowed for enum values
2009-04-18  Vadim Zeitlininitialize m_hFont in the beginning of wxFontRefData...
2009-04-18  Vadim Zeitlinblind fix for eVC compilation with wxEVENTS_COMPATIBILI...
2009-04-18  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT...
2009-04-18  Stefan Csomorremoving overloads to avoid 'hidden method' warning
2009-04-18  Jaakko SalliRe-added support for property attribute wxPG_BOOL_USE_D...
2009-04-18  Jaakko SalliQuick (temporary) fix for some spurious splitter movement
2009-04-18  Jaakko SalliFixed fallback font used in wxFontProperty::OnSetValue()
2009-04-18  Jaakko SalliUse wxStdDialogButtonSizer in editor dialogs of wxLongS...
2009-04-18  Francesco Montorsiblind wxOS2 build fix
2009-04-17  Stefan Csomorwrong override params
2009-04-17  Julian SmartDon't attempt to do measuring when the window hasn...
2009-04-17  Vadim Zeitlinuse "ul" suffix instead of cast to unsigned long; this...
2009-04-17  Vadim Zeitlinreally fix compilation with wxEVENTS_COMPATIBILITY_2_8...
2009-04-16  Vadim Zeitlincompilation fix for wxEVENTS_COMPATIBILITY_2_8 build...
2009-04-16  Vadim Zeitlinadded failing compilation test for the case of missing...
2009-04-16  Vadim Zeitlinremove wxNewEventFunctor() overload which allowed calls...
2009-04-16  Jaakko SalliwxFlagsProperty now automatically relays wxBOOL_USE_CHE...
2009-04-16  Jaakko SalliRemoved unneeded includes
2009-04-16  Vadim Zeitlinadd Bind() test
2009-04-16  Vadim Zeitlinrebake after the addition of graphics/measuring.cpp
2009-04-16  Vadim Zeitlinadded a failtest target to Makefile to test for the...
2009-04-16  Benjamin Williamsimplement default width for toolbar labels
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-16  Vadim Zeitlindefine constants for the number of items in the tree...
2009-04-15  Vadim Zeitlincorrect test for wxDEBUG_LEVEL in last commit
2009-04-15  Kevin OllivierAdd a test to ensure that CreateMeasuringContext create...
2009-04-15  Kevin OllivierImplement CreateMeasuringContext for GTK/Cairo.
2009-04-15  Vadim Zeitlinremove dll export declaration from wxCStrData now that...
2009-04-15  Vadim Zeitlinavoid a warning about unused function in release build
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-15  Vadim Zeitlinremoved the note about wxEvent::Clone() startup test...
2009-04-15  Vadim Zeitlincorrect GTK+ version check added by r59603
2009-04-15  Stefan Csomorhave at least a measuring context available
2009-04-15  Francesco Montorsiremove unneeded font members from wxFontRefData (all...
2009-04-15  Stefan Csomormake sure we treat partial conversions as failed
2009-04-15  Francesco Montorsismall enhancement: account for SLANT==ITALIC on wxMSW...
2009-04-15  Stefan Csomortextctrl fixes
2009-04-15  Kevin OllivierAdd a space to ensure we have a space between qualifier...
2009-04-15  Stefan Csomorfixing return values and handling of invalid files
2009-04-15  Stefan Csomorusing proper SubItemRect
2009-04-15  Julian SmartFixed a bug whereby setting one element size set all...
2009-04-14  Francesco Montorsidon't return whatever encoding was set in SetEncoding...
2009-04-14  Stefan Csomoradapting TextUpdateEvents, using wxTextEntry API
2009-04-14  Stefan Csomormaking sure min and max sizes can be overridden
2009-04-14  Stefan Csomorfixing native font info support bugs
2009-04-14  Stefan Csomorguaranteeing autorelease pools for overridden OnRun...
next