Border corrections, and more compact dialog sizes
[wxWidgets.git] / src / common /
2007-11-13  Vadim Zeitlinreplace changes of r49890 by defining more compatibilit...
2007-11-13  Robert RoeblingMore DC changes
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-13  Julian SmartResolve '&&' ambiguity
2007-11-13  Julian SmartResolve '&&' ambiguity (VC++ 6)
2007-11-13  Vadim Zeitlinnl_langinfo() check in wxIsLocaleUtf8() was never done...
2007-11-12  Vadim Zeitlinmade wxApp::argv an object convertible to either char...
2007-11-12  Vadim Zeitlinsuppress unused parameter warning in UTF8-only build
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-11  Vadim Zeitlincorrect typo in last commit
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-11-10  Vadim Zeitlinfix unused parameters warnings
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Vadim Zeitlinforward ported changes in 2.8.7 from WX_2_8_BRNACH
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-06  Julian SmartMoved desktop margin options to a more sensible place
2007-11-06  Julian SmartAdded sizer.desktopmargin.x, sizer.desktopmargin.y...
2007-11-05  Vadim Zeitlinimplemented wxTextEntry for wxMotif, made wxComboBox...
2007-11-05  Vadim Zeitlintemporary wxMotif compilation fix
2007-11-04  Vadim Zeitlinimplement wxLocale::GetInfo() using CFLocale (modified...
2007-11-02  Paul Cornettbuild fixes
2007-11-01  Vadim Zeitlinuse wxTextEntry in wxTextValidator (modified patch...
2007-11-01  Vadim Zeitlinmade LogLastRepetitionCountIfNeeded() non static to...
2007-10-29  Vadim Zeitlinadd wxMouseEvent::GetClickCount() and implement it...
2007-10-29  Chris ElliottDMC work round
2007-10-28  Vadim Zeitlindefine wxTIFFHandler ctor in the .cpp file even if...
2007-10-27  Julian SmartSkip the event to allow further child processing
2007-10-27  Chris Elliottanother DMC build fix digitalmars.com/pnews/read.php...
2007-10-26  Vadim Zeitlinreverted the change of r32940 which worked around a...
2007-10-26  Vadim Zeitlinfix bug with adding entries to a root group containing...
2007-10-26  Chris Elliottanother DMC build fix
2007-10-25  Paul Cornettbuild fixes
2007-10-24  Vadim Zeitlinuse LogLastRepetitionCountIfNeeded() instead of DoLogNu...
2007-10-24  Vadim Zeitlinadd a critical section protecting ms_prev variables...
2007-10-24  Vadim Zeitlinslightly simplified wxLog repetition counting code
2007-10-24  Julian SmartMade dialog captions more standard
2007-10-23  Vadim Zeitlinremoved a wrong WXUNUSED() from DoNavigateIn()
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-23  Paul Cornettremove extraneous semicolons
2007-10-23  David ElliottGo back to my original idea of checking for EILSEQ...
2007-10-22  Vadim Zeitlincompilation fix for wxUSE_STL==1 after wxList methods...
2007-10-20  Vadim Zeitlinfix unused parameter warnings
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-20  Vadim Zeitlindeprecate wxEffects
2007-10-20  Vadim Zeitlinaccept "--opt val" and "--opt:val" syntax in addition...
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-20  Vadim Zeitlinload message catalogs using wxFileSystem; use wxMemoryB...
2007-10-20  Vadim Zeitlindon't update the tree unnecessarily in Expand/CollapseA...
2007-10-20  Vadim Zeitlinexport wxInvalidSize from DLL builds (patch 1805738)
2007-10-20  David ElliottFix wxVsnprintf-using code on both trunk and 2.8 and...
2007-10-19  Julian SmartAdded wxVariantData::Clone and wxVariant::Unshare
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Vadim Zeitlinremoved extraneous semicolon
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-13  Robert RoeblingMade wxList no longer inherit from wxObject, no change...
2007-10-13  Robert RoeblingUse typesafe wxVariantList in wxVariant instead of...
2007-10-13  Robert Roeblingdefine typesafe wxVariantList (to be used by wxVariant...
2007-10-13  Robert RoeblingwxVariantData no longer inherits from wxObject
2007-10-10  Václav Slavíkcompilation fixed for wxDataViewCtrl: almost no class...
2007-10-10  Václav Slavíkcompilation fix for Mingw: it doesn't have std::wostream
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-09  Vadim Zeitlindefine insertion operator in std::wostream in Unicode...
2007-10-09  Vadim Zeitlinfixed operator<<(ostream&, wxString) to output string...
2007-10-09  Vadim Zeitlinno need to use ToAscii() explicitly in wxBase64Decode...
2007-10-07  Vadim Zeitlinno changes, just fixed a typo in an error message
2007-10-07  Vadim Zeitlinremoved base.rc which is unused since many years
2007-10-07  Vadim Zeitlinmade Blur() methods const (bug 180914)
2007-10-04  Michael WetherellCache user and group name as these can be expensive...
2007-10-04  Michael WetherellFix wxString::replace when nLen is wxString::npos.
2007-10-03  Vadim Zeitlinlook for message catalogs also directly under prefix...
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-10-01  Robert RoeblingAdded API for adding/deleting/changing multiple items
2007-10-01  Jouk JansenOpenVMS update
2007-09-30  Vadim Zeitlindon't crash in GetAsDOS() if the time is not in time_t...
2007-09-30  Vadim Zeitlinreturn the beginning/end of DST in local time, not...
2007-09-30  Vadim Zeitlincleaned up and significantly simiplied Format() handlin...
2007-09-26  Vadim Zeitlincontinue with loading the message catalog even if setti...
2007-09-26  Robert RoeblingCompilo
2007-09-26  Vadim Zeitlinrefactor wxMSW code to extract parts common to wxTextCt...
2007-09-26  Vadim Zeitlincompilation fix for wxGTK1
2007-09-26  Vadim Zeitlinfix harmless unused parameter warning
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-24  Robert RoeblingCompilation with new dc code
2007-09-24  Robert Roeblingreorganized wxSVGFileDC code
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-09-23  Vadim Zeitlinrevert last change (r48897)
2007-09-22  Paul Cornettuse logical operator &&, not bitwise &; indentation fix
2007-09-22  Paul Cornettunused variables, useless assert
2007-09-22  Paul Cornettunused variable, more efficient increment operator
2007-09-21  Vadim Zeitlin*wprintf() functions should be extern, not static,...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-09-21  Vadim Zeitlindon't do anything before including the PCH header
2007-09-21  Vadim Zeitlinremoved wxEVT_POWER which wasn't declared nor used...
next