]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2009-03-22  Vadim Zeitlinfix compilation breaking typo in recent commit
2009-03-22  Vadim Zeitlinadd WXWIN_COMPATIBILITY_2_8 test around another wxLogTr...
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlinmake wxMessageOutput::Output() public to avoid having...
2009-03-22  Stefan Csomoradding tests
2009-03-22  Vadim Zeitlincompilation fix for wxUSE_STD_STRING==0
2009-03-22  Vadim Zeitlindeprecate integer trace masks and don't define the...
2009-03-22  Vadim Zeitlinmove forward declarations unneeded in wx/log.h to wx...
2009-03-22  Vadim Zeitlindefine wxUSE_LOG_DEBUG as wxDEBUG_LEVEL and not as...
2009-03-22  Vadim Zeitlincompilation fix for STL build after the last change
2009-03-22  Vadim ZeitlinwxGTK1 compilation fixes after last changes
2009-03-22  Vadim Zeitlinfix typo; wrap lines; add some clarifications
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlincorrect wxASSERT_LEVEL_2 definition
2009-03-22  Vadim Zeitlinuse wxALIGN_RIGHT instead of wxTE_RIGHT here too (shoul...
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinno changes, just wrap long lines
2009-03-22  Stefan Csomorsimpler define handling
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-22  Vadim Zeitlinfix harmless warning about unreachable code under MSW...
2009-03-22  Vadim Zeitlinalways define ShowAssertDialog() but do nothing in...
2009-03-22  Stefan Csomortemporary build-fix
2009-03-22  Kevin OllivierDisabling sheets codepath until we can resolve the...
2009-03-22  Kevin OllivierNew release script docs.
2009-03-21  Vadim Zeitlinfix typo in comment introduced in the previous change...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Stefan Csomorfixing multiple extensions in one filter, turning off...
2009-03-21  Stefan Csomoradapting to autorelease of factory methods
2009-03-21  Stefan Csomoradapting to autorelease of factory method
2009-03-21  Vadim Zeitlindon't use HBMMENU_CALLBACK under Windows Vista as this...
2009-03-21  Stefan Csomorfixing the type
2009-03-21  Vadim Zeitlinmove __WXFUNCTION__ to wx/cpp.h from wx/debug.h
2009-03-21  Vadim Zeitlinmade wx/debug.h C++ header again (reverting changes...
2009-03-21  Vadim Zeitlinfix generation of wxEVT_CHAR_HOOK events which, incredi...
2009-03-21  Vadim Zeitlindon't build flash and mfc samples with non-MSVC compile...
2009-03-21  Stefan Csomormaking sure the repositioning within the contentview...
2009-03-21  Stefan Csomormake it crash-proof
2009-03-21  Francesco Montorsiuse /b option with the EXIT command
2009-03-21  Francesco Montorsifix for PCH-less builds
2009-03-21  Francesco Montorsirevert 59680; implement proper fix for wxMSW test failu...
2009-03-21  Francesco Montorsifix unreadable typo
2009-03-21  Václav SlavíkwxHTML tables handler didn't properly restore m_enclosi...
2009-03-21  Jaakko SalliFix wxGTK wxBitmapComboBox::SetValue() not working...
2009-03-21  Francesco Montorsiminimal list of wx CRT wrappers (so doxygen highlights...
2009-03-21  Francesco Montorsifixes for Italian locale: ignore a final 'CET' string...
2009-03-21  Francesco Montorsihandle locales where AM/PM strings are empty
2009-03-21  Francesco Montorsitry to use 0/1 instead of the cstdlib' EXIT_SUCCESS...
2009-03-21  Francesco Montorsiallow to give the testcase name without the final ...
2009-03-20  Francesco Montorsishare a few helpers between datetime.cpp and datetimefm...
2009-03-20  Francesco Montorsibuild fix (part of r59673, r59656)
2009-03-20  Francesco Montorsibuild fix for systems where HAVE_STRPTIME is defined
2009-03-20  Francesco Montorsimake GetNumOfDaysInMonth static again; in datetimefmt...
2009-03-20  Stefan Csomormake sure we always have a CGFontRef
2009-03-20  Francesco Montorsimove parsing helpers, too (part of r59656)
2009-03-20  Stefan Csomorintroducing temporary variables for atsu with cocoa
2009-03-20  Francesco Montorsino real changes: split the huge datetime.cpp in two...
2009-03-20  Robin DunnUse native EOL
2009-03-20  Francesco Montorsirun tests on the wxMSW port again
2009-03-20  Stefan Csomorreworked font handling for osx (was missing because...
2009-03-20  Francesco Montorsiadd the ToCLong, ToCULong and ToCDouble functions,...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-20  Francesco Montorsiadd group file for locale functions (was part of r59627)
2009-03-20  Francesco Montorsiin case the user mask doesn't contain wxEVT_CATEGORY_UI...
2009-03-20  Vadim Zeitlininclude wx/button.h to get wxBU_EXACTFIT declaration
2009-03-20  Vadim Zeitlincopied 2.8.10 changelog
2009-03-20  Vadim Zeitlinadd wxBU_EXACTFIT support to wxToggleButton XRC handler...
2009-03-20  Stefan Csomoradding more native definitions
2009-03-20  Francesco Montorsiimplement wxStrtoX_l() variants even when wxHAS_XLOCALE...
2009-03-20  Francesco Montorsiremove unneeded wxCHECK_MSG: GetNextMessage() can get...
2009-03-20  Francesco Montorsicomment-out tests provoking a low-level assert from...
2009-03-20  Francesco Montorsiupdate date for 2.9.0 release; set the title to "Refere...
2009-03-19  Francesco Montorsifix constant value for 32bit machines
2009-03-19  Stefan Csomoravoid double framing on carbon as well
2009-03-19  Francesco Montorsiblind build fix for STL builds
2009-03-19  Francesco Montorsiextend wxXLocale with wxStrto[d,l,ul] functions; make...
2009-03-19  Francesco Montorsidocument wxLocale::GetInfo
2009-03-19  Francesco Montorsifix typos (closes #10611)
2009-03-19  Francesco Montorsirevised wxString docs: don't use old style grouping...
2009-03-19  Francesco Montorsiremove implementations from interface headers
2009-03-19  Francesco Montorsicommit temporary fix for the sample for 2.9.0 release
2009-03-18  Kevin OllivierFix toggle button style.
2009-03-18  Vadim Zeitlinfix (harmless) MSVC 64 bit compilation warning (closes...
2009-03-18  Francesco Montorsisimplify a bit the convoluted implementation of wxFontR...
2009-03-18  Francesco Montorsino change: just move a misplaced comment
2009-03-18  Francesco Montorsiadd a wxFont test unit (currently GetFamily and the...
2009-03-18  Francesco Montorsiuse doxygen autolinking feature; use @ref command for...
2009-03-18  Francesco Montorsifix leftover of previous commits about pixelSize ctor
2009-03-18  Benjamin Williamsupdated aui sample to demonstrate/test wxITEM_RADIO...
2009-03-18  Benjamin Williamsadded wxITEM_RADIO support to wxAuiToolbar (applied...
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-18  Vadim Zeitlincorrect typo in SetAltExtensions() method (re-closes...
2009-03-18  Vadim Zeitlinmore bug fixes to multiple selection mode (see #626...
2009-03-18  Vadim Zeitlinno changes, just correct some comments and variable...
2009-03-18  Vadim Zeitlinset native eol-style for the overview files
2009-03-18  Francesco Montorsiadd support to wxBitmapToggleButton also in TransferFro...
2009-03-18  Francesco Montorsisome note about DOT_PATH, specially for Windows
2009-03-17  Francesco MontorsiwxStatusBarPane is not a window
2009-03-17  Francesco Montorsire-add GetFieldsCount() erraneously removed in r59566
2009-03-17  Kevin OllivierLeave anti-aliasing on by default on Mac as well
2009-03-17  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even...
next