wxWidgets.git
2009-04-26  Vadim Zeitlinadd a possibility to disable individual grid rows/colum...
2009-04-26  Vadim ZeitlinwxHashSet::count() method should be const
2009-04-26  Vadim Zeitlinadded short col/row resizing overview
2009-04-26  Vadim Zeitlinpass parent argument of wxAboutBox to wxGenericAboutDia...
2009-04-26  Vadim Zeitlinadded missing parent parameter to Cocoa version of...
2009-04-26  Vadim Zeitlinset eol style correctly (see #10745)
2009-04-26  Vadim Zeitlinuse svn:eol-style instead of eol:style (see #10745)
2009-04-26  Vadim Zeitlinadd missing wx/module.h header to fix PCH-less build...
2009-04-26  Vadim Zeitlinset more svn properties for the files which didn't...
2009-04-26  Vadim Zeitlinfix a problem with loading inked.dll (see #10633)
2009-04-26  Francesco Montorsifix yet another typo
2009-04-26  Francesco Montorsimention that calling SetFaceName() with an invalid...
2009-04-26  Francesco Montorsimake clear that wxFont::SetFamily() does change the...
2009-04-26  Francesco Montorsitypo fix (strangely VC9 doesn't consider it an error)
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-26  Francesco MontorsiAdd support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI...
2009-04-26  Vadim ZeitlinWinCE compilation fix: ifdef out HandlePaint() (see...
2009-04-26  Vadim Zeitlincorrect the release branch name
2009-04-26  Vadim Zeitlinadd release branch (currently WX_2_9_BRANCH) definition...
2009-04-26  Vadim Zeitlinset correct EOL style for files added in r58024
2009-04-26  Michael WetherellNew devs.
2009-04-26  Kevin OllivierRebake after latest changes.
2009-04-26  Kevin OllivierDon't move the actual executable, just link to it.
2009-04-25  Kevin OllivierSeparate out constructors / destructors, add support...
2009-04-25  Vadim Zeitlininclude port number in HTTP Host header (closes #10632)
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
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
next