Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetInfo().
[wxWidgets.git] / src /
2009-03-29  Vadim ZeitlinAdded wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn...
2009-03-29  Stefan Csomorbracketing opengl code that doesn't work on OpenGL ES
2009-03-29  Vadim Zeitlinminor cleanup of Unix GetInfo(): assert if invalid...
2009-03-28  Václav Slavíkfixed logical error in SetIcons(): only assert if no...
2009-03-28  Vadim Zeitlinfix basetsd.h name for case-sensitive file systems...
2009-03-27  Vadim Zeitlindon't reset WS_EX_CONTROLPARENT bit in wxNotebook:...
2009-03-27  Benjamin Williamscorrections for inner-dock pane sizing for 2.9
2009-03-27  Vadim Zeitlincorrect the test for Windows platform (this also fixes...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-27  Benjamin Williamsdon't draw resize sash if it's dragged outside of manag...
2009-03-27  Benjamin Williamspane sizes within a dock are not allowed to exceed...
2009-03-27  Benjamin Williamsapplied patch fixing border problem (#10171)
2009-03-26  Vadim Zeitlinminor corrections to TranslateFromUnicodeFormat()
2009-03-26  Stefan Csomorchanging to iterator
2009-03-26  Vadim Zeitlinimplement deprecated wxStripExtension() in terms of...
2009-03-26  Stefan Csomorrevert to proper defaults for US
2009-03-26  Vadim Zeitlindetect horizontal overflow in wxHtmlPrintout and warn...
2009-03-26  Stefan Csomorbetter native date locale support
2009-03-25  Stefan Csomormaking sure NULs stay in the result, even if the string...
2009-03-25  Benjamin Williamsadded ability to set tool alignment (#10174)
2009-03-25  Benjamin Williamsadded missing getters to wxAuiToolBar (#10182)
2009-03-25  Benjamin Williamsfix incorrect application of styles (#10171)
2009-03-25  Stefan Csomoradding support for focus events to multiline textctrl
2009-03-25  Francesco Montorsiimplement quoting for the facename and parsing of quote...
2009-03-25  Vadim Zeitlinfix dereferencing end() iterator in ParseFormat() and...
2009-03-25  Vadim Zeitlincompilation fix after wxDateTime::Parse() changes ...
2009-03-25  Stefan Csomorsupporting kill focus for single line text controls
2009-03-25  Stefan Csomorfocus handling streamlined
2009-03-25  Benjamin WilliamswxAuiToolbar properly handles items with wxID_ANY ...
2009-03-25  Vadim Zeitlinabandon attempts to make wxAnyStrPtr behave as bool...
2009-03-25  Stefan Csomoradding native icon for executables
2009-03-25  Vadim Zeitlincheck that the conversion to wxDateTime was really...
2009-03-24  Vadim Zeitlinreturn a wxAnyStrPtr covnertible to either narrow or...
2009-03-24  Francesco Montorsiadd a comment about wxNativeFontInfo::SetFaceName...
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-24  Francesco Montorsiupdate wxGTK font implementation removing useless funct...
2009-03-24  Francesco Montorsifix misc typos
2009-03-24  Julian SmartDon't translate panel titles
2009-03-24  Julian SmartFixed small alignment issues
2009-03-24  Stefan Csomorcorrecting inverted conditions of r59725
2009-03-24  Vadim Zeitlinadded GetEnglish{Month,WeekDay}Name()
2009-03-24  Vadim Zeitlincorrect translation between iterators and char pointers...
2009-03-24  Vadim Zeitlinwork around VC6 bug
2009-03-24  Vadim Zeitlincompilation fix: remove extraneous variable declaration...
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-24  Stefan Csomoradding back API for 2.8 compatibility
2009-03-24  Vadim Zeitlinfix parsing methods for non-ASCII strings (e.g. dates...
2009-03-23  Stefan Csomorswitching a few icons, removing OS9 folder icons
2009-03-23  Stefan Csomorswitching a few icons, removing OS9 folder icons
2009-03-23  Francesco Montorsimake sure that wxProcess always have a valid PID set...
2009-03-23  Stefan Csomorsimplyfing code, fixing warnings
2009-03-23  Stefan Csomoradding more native icons, fixes #8778
2009-03-23  Stefan Csomoradding more native icons, fixes #8778
2009-03-23  Vadim Zeitlindon't assert in Refresh() if window is not created...
2009-03-23  Stefan Csomortextctrl cleanup
2009-03-23  Stefan Csomorfixing warnings in osx cocoa
2009-03-23  Stefan Csomorfixing warning in osx core and carbon
2009-03-23  Stefan Csomorfixing warnings in osx common code
2009-03-23  Jouk JansenUpdates for OpenVMS compile support
2009-03-23  Vadim Zeitlindon't change the dialog size when updating the message...
2009-03-23  Vadim Zeitlindon't make the items owner drawn unnecessarily under...
2009-03-23  Vadim Zeitlinmodify signature of new wxStreamBuffer ctors to avoid...
2009-03-22  Vadim Zeitlincompilation fix after wxBrushStyle changes (closes...
2009-03-22  Vadim ZeitlinwxGTK1 compilation fixes
2009-03-22  Vadim Zeitlinfix harmless unused parameter warning
2009-03-22  Vadim Zeitlinmoved the check for correct implementation of wxEvent...
2009-03-22  Vadim Zeitlinfix compilation breaking typo in recent commit
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim Zeitlindeprecate integer trace masks and don't define the...
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 Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
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-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 Zeitlinfix generation of wxEVT_CHAR_HOOK events which, incredi...
2009-03-21  Stefan Csomormaking sure the repositioning within the contentview...
2009-03-21  Stefan Csomormake it crash-proof
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 Montorsihandle locales where AM/PM strings are empty
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...
next