deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName...
[wxWidgets.git] / include /
2009-01-07  Francesco Montorsideprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr...
2009-01-07  Francesco Montorsirewrite wxContractPath as wxFileName::ReplaceEnvVariabl...
2009-01-06  Francesco Montorsiuse WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBIL...
2009-01-06  Francesco Montorsiadd WXWIN_COMPATIBILITY_2_6 block around wxUsleep depre...
2009-01-04  Vadim Zeitlinabstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUAL...
2009-01-04  Vadim Zeitlinneed to overload assertEquals(int,short) too to resolve...
2009-01-04  Vadim Zeitlinmore attempts to fix CppUnit::assertEquals for VC6...
2009-01-04  Paul Cornettremove Rescale(), it is no longer used
2009-01-04  Paul CornettComplete rewrite of DoDrawBitmap() and DoBlit().
2009-01-04  Vadim Zeitlinallow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset...
2009-01-03  Vadim Zeitlinadded wxFDIODispatcher::HasPending() and implemented...
2009-01-02  Vadim Zeitlincall ProcessPendingEvents() from wxAppConsoleBase:...
2009-01-02  Vadim Zeitlinstreamline handling of wxSOCKET_LOST in DoWait()
2009-01-02  Vadim Zeitlinno changes, just reformat/indent consistently
2009-01-02  Vadim Zeitlindisable the events when we get a notification about...
2009-01-02  Paul Cornettfix GCC warning "suggest explicit braces..."
2009-01-02  Vadim Zeitlinuse guard classes automatically restoring the old state...
2009-01-02  Paul Cornettfix header dependancy
2009-01-02  Vadim Zeitlinrename wxSocketSelectManager to wxSocketFDIOManager...
2009-01-02  Vadim Zeitlinfix WaitForXXX() to work as before: if the socket is...
2009-01-01  Vadim Zeitlinalso add wxSizer::IsEmpty()
2009-01-01  Vadim Zeitlinmake the new GetItemCount() const
2009-01-01  Robert RoeblingAdded wxSizer::GetItemCount()
2009-01-01  Vadim ZeitlinVC6 doesn't support using keyword (closes #10322)
2009-01-01  Vadim ZeitlinVC6 compilation fix after r57689 (closes #10318)
2008-12-31  Vadim Zeitlincompilation fix after last change
2008-12-31  Vadim Zeitlinmake wxRearrangeDialog more customizable and add an...
2008-12-31  Vadim Zeitlinadded SetLabelText() and EscapeMnemonics()
2008-12-31  Vadim Zeitlinadded default ctor and Create() to wxRearrangeDialog...
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-12-31  Vadim Zeitlincompilation fix for LoadFile(name, type) calls which...
2008-12-30  Vadim Zeitlinextract AddColumnsItems() from ShowColumnsMenu() to...
2008-12-30  Vadim Zeitlinadded wxSocket::ShutdownOutput() (closes #9229)
2008-12-30  Vadim Zeitlinensure that WIN32 is defined, winsock2.h relies on...
2008-12-30  Vadim Zeitlinremove wxSOCKET_MAX_EVENT, it is not really necessary...
2008-12-29  Jaakko SalliUpdate editor control font centrally, in wxPropertyGrid...
2008-12-29  Francesco Montorsiadd the HTML string of the selected item to wxSimpleHtm...
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-29  Vadim Zeitlinbuild fixes for wxUSE_IPV6==1 under Windows
2008-12-29  Vadim Zeitlinreplaced unweildy GAddress functions with wxSockAddress...
2008-12-28  Francesco Montorsimove Ellipsize() to wxControl so it can be easily used...
2008-12-28  Francesco Montorsino real change: rename wxPendingEvents to wxHandlersWit...
2008-12-28  Francesco Montorsirefactor wxStaticText::Ellipsize so it's a static publi...
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxOSX/Cocoa
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxCocoa
2008-12-28  Francesco Montorsirestore tabg.h and tabg.cpp for wxMotif
2008-12-28  Francesco Montorsifix wxPowerEvent, wxRichTextEvent and wxWizardEvent...
2008-12-27  Vadim Zeitlinmove Read/Write() to common code, there was almost...
2008-12-27  Vadim ZeitlinwxSocketImpl::Shutdown() doesn't need to be virtual...
2008-12-27  Vadim Zeitlindon't remove/add back the socket to the list of inputs...
2008-12-27  Vadim Zeitlinremove the now unused Connect_Timeout()
2008-12-27  Vadim Zeitlinremove the badle defined and apparently unnecessary...
2008-12-27  Vadim Zeitlingot rid of wxSocketBase::m_error which could get out...
2008-12-27  Vadim Zeitlinour sockets are always non-blocking anyhow so throw...
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-12-27  Francesco Montorsifix wxSashEvent, wxFindDialogEvent, wxSplitterEvent...
2008-12-27  Francesco MontorsiFix wxCalendarEvent and wxTextUrlEvent event classes...
2008-12-27  Francesco Montorsifix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMI...
2008-12-27  Vadim Zeitlinimplement wxEventLoop::DispatchTimeout() for wxGTK...
2008-12-27  Vadim Zeitlinmove generic DispatchTimeout() implementation in the...
2008-12-26  Vadim Zeitlinuse DispatchTimeout() and/or select() with timeout...
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-12-26  Vadim Zeitlinreturn true if we did anything in NotifyExpired()
2008-12-26  Vadim Zeitlinremove m_use_events from Unix wxSocket implementation...
2008-12-26  Jaakko SalliHave wxPGTextCtrlEditor::UpdateControl() update wxTextC...
2008-12-26  Vadim Zeitlinremember the events we were notified about in OnRequest...
2008-12-25  Vadim Zeitlinrefactor Input/Output_Timeout: don't duplicate the...
2008-12-25  Vadim Zeitlinmingw32 typedef's and not define's SOCKET so test for...
2008-12-25  Vadim Zeitlinrename gsockmsw files to sockmsw
2008-12-25  Vadim Zeitlinrename gsockmsw files to sockmsw
2008-12-25  Vadim Zeitlinuse void pointers, not char ones, in socket IO functions
2008-12-25  Vadim Zeitlindon't use the client data for storing wxOwnerDrawn...
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-12-25  Vadim Zeitlinunhide the second wxTextAreaBase::HitTest() overload...
2008-12-25  Vadim Zeitlinmake Scroll() itself virtual too as existing code might...
2008-12-25  Vadim Zeitlindeprecate OnScroll() which existed for compatibility...
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
2008-12-24  Vadim Zeitlincompilation fix after wxScrollHelperNative renaming...
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-24  Vadim Zeitlinprovide generic implementation for ShowScrollbars(...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-12-24  Paul Cornettfix saving/restoring size when WM supports _NET_FRAME_E...
2008-12-24  Vadim Zeitlinalso call AddGrowableRow/Col() for wxGridBagSizer
2008-12-23  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow/Col() only after...
2008-12-23  Vadim Zeitlinset correct properties for the new files
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-23  Robert RoeblingAdded pseudo-asynchronous clipboard implemenation to...
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-22  Paul Cornettnon-pch build fixes
2008-12-22  Vadim Zeitlinundid change accidentally committed as part of r57093...
2008-12-21  Robert RoeblingAdded experimental async clipboard format query
2008-12-21  Vadim Zeitlinfix for compilation with newer DMC headers (see #10112)
2008-12-21  Vadim Zeitlinremove m_endModalCalled flag, it seems to be unnecessary
2008-12-21  Vadim Zeitlindon't restore the focus manually after closing the...
2008-12-20  Jaakko SalliFixed various inconsistencies with deleting properties...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-19  Robert RoeblingImplemented wxBitmapToggleButton generically for now
2008-12-19  Vadim Zeitlindefine USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3...
2008-12-17  Vadim Zeitlinimplement wxLoadedDLL, a safer alternative to wxDL_GET_...
next