Cleanup of functions not taking any parameter.
[wxWidgets.git] / include /
2009-02-22  Stefan NeisCleanup of functions not taking any parameter.
2009-02-22  Jaakko SalliAdded wxComboPopup::GetComboCtrl()
2009-02-22  Francesco Montorsiremove wxAppConsoleBase::OInitGui and leave it only...
2009-02-22  Vadim Zeitlinadd public wxLog::Log() to avoid ugly casts needed...
2009-02-21  Paul Cornettcheck for self-assignment in operator=
2009-02-20  Francesco Montorsiimplement wxThreadEvent safe copy ctor
2009-02-20  Paul Cornettfix for HP aCC
2009-02-19  Robert RoeblingMake wxImageList not copiable (fixes #10503), replace...
2009-02-19  Paul Cornettremove unnecessary cast, that type should match
2009-02-19  Paul Cornettbetter fix for aCC and rawbmp.h
2009-02-19  Paul Cornettcheck for self-assignment in operator=
2009-02-19  Paul Cornettremove extra semicolons
2009-02-19  Paul Cornettfix for IBM xlC 8, it can't parse the template syntax
2009-02-19  Paul Cornettfix for IBM xlC 8, it can't compile Clone() if wxDataFo...
2009-02-19  Paul Cornettfix for IBM and HP compilers, which don't allow ->...
2009-02-18  Paul Cornettuse bool expression rather than implicit conversion
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-02-18  Paul Cornettbuild fixes for wxUSE_THREADS==0
2009-02-17  Jaakko SalliImproved documentation for GetProperty(), GetPropertyBy...
2009-02-17  Robert RoeblingBlind implementation of GetSubItemRect() for wxListCtrl...
2009-02-17  Paul Cornettfix deferred show when SetSize() is called after SetCli...
2009-02-16  Paul Cornettfix evtloop.h header dependency
2009-02-16  Stefan Csomormake OSX defines to be 1, not only defined, for backwar...
2009-02-16  Stefan Csomorfixing typo
2009-02-15  Francesco MontorsiPCH-less build fix by Tim S
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-02-15  Francesco Montorsibuild fix
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-14  Jaakko SalliFixed wxPropertyGrid::HitTest() documentation
2009-02-14  Kevin OllivierStart on implementation for wxTE_MULTILINE / wxTE_RICH...
2009-02-13  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_CORE...
2009-02-13  Jaakko SalliClarified wxPropertyGrid::HitTest() docs
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
2009-02-13  Robert RoeblingRemoved unneeded FixUpMouse() method, some more GTK...
2009-02-13  Robert RoeblingForgot to commit file for giving a GTK specific methid...
2009-02-13  Bryan PettyGTK compilo: looks like a header missed the r58850...
2009-02-12  Robert RoeblingwxFilePickerCtrl's button should know if it has an...
2009-02-12  Vadim Zeitlinmade wxArrayString::assign(iterator, iterator) a templa...
2009-02-12  Julian SmartFixed wxRichTextRange != operator
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
2009-02-10  Paul Cornettcorrected build fix, new code does work with GTK+ ...
2009-02-10  Francesco Montorsifix for when wxUSE_DRAG_AND_DROP==0 (e.g. in wxX11)
2009-02-09  Vadim Zeitlincompilation fix for GTK+ < 2.10
2009-02-09  Stefan Csomorflipped accessor conforming to plain c++ impl
2009-02-09  Stefan CsomorGetRegion is not needed anymore
2009-02-09  Stefan Csomorcommon drawing code for osx-cocoa and osx-carbon, also...
2009-02-09  Francesco Montorsifix memory leak; allocate the DC before SetFont() is...
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Kevin OllivierEnable wxDVC on OS X Cocoa using the generic control.
2009-02-08  Kevin OllivierStub out GetMatchingPair() for now to allow us to use...
2009-02-08  Paul Cornettnew wxTaskBarIcon implementation for GTK2
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
2009-02-08  Francesco Montorsioptimize rendering code by calling GetClientSize()...
2009-02-08  Stefan Csomorturning on icons for osx-cocoa
2009-02-08  Vadim Zeitlindon't react to wxEVT_DESTROY events from child windows
2009-02-08  Francesco Montorsiuse Ellipsize() in wxStatusBarGeneric so that the text...
2009-02-08  Francesco Montorsisplit wxControl::Ellipsize() in two functions for bette...
2009-02-08  Stefan Csomormenu fixes, also fixes #10479
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Vadim Zeitlinmake dtor public to fix VC6 build
2009-02-07  Vadim Zeitlinfix other insert() overloads to work when inserting...
2009-02-07  Vadim Zeitlinremoved wrong check from splice(it, list, first)
2009-02-07  Kevin OllivierImplement GetDashCount() for Carbon/Cocoa.
2009-02-07  Kevin OllivierAdd (currently unimplemented) missing wxRegion construc...
2009-02-07  Kevin OllivierThe GL library needs access to this.
2009-02-07  Vadim Zeitlinfix wxList::erase(it, end()) in non-STL build (see...
2009-02-07  Vadim Zeitlinfix (harmless for now) g++ warning about non-virtual...
2009-02-07  Vadim Zeitlinyet another wxUSE_DRAG_AND_DROP==0 compilation fix
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Vadim Zeitlinfix typo in last commit
2009-02-07  Vadim Zeitlinrename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT
2009-02-07  Jaakko SalliEliminated two unneeded arguments from wxPropertyGrid...
2009-02-07  Jaakko SalliFixed and refactored wxPropertyGridManager decsription...
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-02-06  Vadim Zeitlinallow handling events in a function taking the base...
2009-02-05  Francesco Montorsidocument the protected functions of wxTextValidator...
2009-02-04  Vadim Zeitlinuse WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE...
2009-02-04  Francesco Montorsiadd a wxEventType argument to wxThreadEvent for coheren...
2009-02-04  Francesco Montorsiuse WXDLLIMPEXP_CORE, not WXDLLIMPEXP_BASE for wxThread...
2009-02-04  Francesco Montorsifix the new wxThreadEvent class adopting the new type...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-04  Jaakko SalliAdded proper COW to wxPGChoices, moved wxPGChoices...
2009-02-04  Francesco Montorsiadd standard wxBLUE_PEN for coherency with the colours...
2009-02-04  Vadim Zeitlinfix MSVC warning about implicit int to bool conversion
2009-02-04  Vadim Zeitlinrestore the default bitmap icons size to 16*15, making...
2009-02-04  Vadim Zeitlincompilation fixes for wxMSW/Univ
2009-02-04  Vadim Zeitlinadded back compatibility headers (apparently svn can...
2009-02-03  Francesco MontorsiRe-add support for multiple text validator styles but
2009-02-03  Vadim Zeitlinadded wxPersistentRegisterAndRestore() function to...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-03  Robert RoeblingAlso report events from wxCollapsiblePane's label
2009-02-02  Vadim Zeitlinwork around VC6 ICE in DLL build
2009-02-02  Vadim Zeitlinuse explicit this-> with non-dependent names (compilati...
2009-02-02  Vadim ZeitlinChanges to template Connect() to make it compile with...
2009-02-02  Vadim Zeitlindon't always disable new events code; leave it enabled...
2009-02-01  Vadim Zeitlinremove WXDLLIMPEXP_BASE from template classes to fix...
2009-02-01  Vadim Zeitlinno real changes, just add some comments
2009-02-01  Francesco Montorsiblind fix for wxMac
next