]> git.saurik.com Git - wxWidgets.git/history - src/common
1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to...
[wxWidgets.git] / src / common /
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-29  Vadim Zeitlintranslate the descriptions in SetDesc(wxCmdLineEntryDesc)
2007-11-25  Paul Cornettremove unused/unneeded stuff from gtk/private.h
2007-11-24  Stefan NeisBlind compilation fix for Watcom.
2007-11-24  Stefan Csomorbringing wxmac in line using cflocale
2007-11-23  Vadim Zeitlincompilation fix for wxUSE_STL==1 in DoGetSibling()
2007-11-22  Stefan Csomorcleanup mac
2007-11-22  Stefan Csomorcleanup mac
2007-11-22  Václav Slavíkdon't add new PNG handler instance every time wxSVGFile...
2007-11-22  Václav Slavíkuse NULL for NULL pointers, not 0
2007-11-21  Stefan NeisCompilation fix for OS/2.
2007-11-20  Vadim Zeitlinadded wxWindow::GetPrev/NextSibling()
2007-11-19  David ElliottDocument the cfstring.h/cfstring.cpp as being used...
2007-11-19  David ElliottFix wxCocoa build by including the relevant headers...
2007-11-19  Robert RoeblingAdd short-cut for wxDataViewListIndexModel for generic...
2007-11-19  Robert RoeblingTypo
2007-11-18  Robert RoeblingImplement wxGTK internal short-cut for wxDataViewIndexL...
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-18  Vadim Zeitlinfix gcc signed/unsigned comparison warnings after recen...
2007-11-18  Vadim ZeitlinwxGTK compilation fix after wxInfoMessageBox change...
2007-11-18  Vadim ZeitlinwxColourData::operator=() should return wxColourData...
2007-11-18  Vadim Zeitlinadded public wxInfoMessageBox() (slightly modified...
2007-11-18  Vadim Zeitlinpreserve custom colours between calls to wxGetColourFro...
2007-11-17  Vadim Zeitlinadded SetInitialSocketBuffers() to allow changing the...
2007-11-17  Vadim Zeitlinallow to optionally use vendor name component in standa...
2007-11-17  Vadim Zeitlincompare colours using their operator==() instead of...
2007-11-17  Vadim Zeitlinadd wxModule::AddDependency(name) overload (patch 1790451)
2007-11-16  Vadim Zeitlinreset global wxTheApp pointer before deleting it to...
2007-11-16  Vadim Zeitlinadded logic to manage automatically allocated ids in...
2007-11-16  Stefan Csomorcleanup mac
2007-11-15  Robert RoeblingSlightly overoptimized
2007-11-15  Paul Cornettbuild fixes for 64-bit
2007-11-15  Robert Roeblingoptimise startup of wxDataViewIndexListModel
2007-11-14  Robert RoeblingwxDC rework, forgot these
2007-11-14  Robert RoeblingFurther wxDC changes
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 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...
next