]> git.saurik.com Git - wxWidgets.git/history - src/common
Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__)
[wxWidgets.git] / src / common /
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 http://www.digitalmars.com/pnews...
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...
2007-09-21  Vadim Zeitlinuse the lower-case version of the parameter in GetEndia...
2007-09-21  Paul Cornettbuild fix for AIX
2007-09-21  Paul Cornettfix for HP and IBM compilers, calls to static template...
2007-09-20  Vadim Zeitlinallow the user to press Esc to close preview frame...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-20  Vadim Zeitlinfix round trip check in wxMBConv_win32::WC2MB() when...
2007-09-20  Vadim Zeitlinremove extra colons and semicolons
2007-09-19  Robin DunnGive wxPowerEvent wxRTTI
2007-09-19  Vadim Zeitlinfix bug with deleting and recreating entries in wxFileC...
2007-09-18  Vadim Zeitlinproperly NUL-terminate the buffer returned by wxMBConv...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-16  Vadim Zeitlinfix access to client data of wxComboBox in wxUniv by...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
next