]> git.saurik.com Git - wxWidgets.git/history - src
use a common m_isInsideYield flag instead of static booleans in all ports; add a...
[wxWidgets.git] / src /
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-29  Francesco MontorsiPCH-less build fix
2008-12-29  Francesco Montorsicall SetLabel() in Create() in order to run markup...
2008-12-29  Francesco Montorsiuse correct wxELLIPSIZE_* constants after r57625
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 Montorsino change, just add comment about wxTheColourDatabase...
2008-12-28  Francesco Montorsirestore tabg.h and tabg.cpp for wxMotif
2008-12-28  Francesco Montorsirestore tabg.cpp for wxMotif's wxNotebook implementation
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 Zeitlincompilation fix: use IsServer() instead of m_server...
2008-12-27  Francesco Montorsi(blind) fix for unneeded inclusions of headers
2008-12-27  Francesco Montorsiblind fix for wxMac (notebook headers shouldn't be...
2008-12-27  Vadim Zeitlinmap EAGAIN to wxSOCKET_WOULDBLOCK too as tit has this...
2008-12-27  Vadim Zeitlingot rid of wxSocketBase::m_error which could get out...
2008-12-27  Paul Cornettdon't assert (and then crash) in wxEvent::Clone() check...
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 Purpose comment
2008-12-27  Francesco Montorsifix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMI...
2008-12-27  Francesco Montorsiimplement a runtime check to test if wxEvent::Clone...
2008-12-27  Vadim Zeitlinset m_closed to true when we get connection lost notifi...
2008-12-27  Vadim Zeitlinimplement wxEventLoop::DispatchTimeout() for wxGTK...
2008-12-27  Francesco Montorsiuse HasFlag(wxXX) instead of GetWindowStyle() & wxXX...
2008-12-27  Vadim Zeitlinalso initialize option value length before calling...
2008-12-27  Vadim Zeitlininitialize name length before calling getsockname()
2008-12-27  Vadim Zeitlinmove generic DispatchTimeout() implementation in the...
2008-12-26  Vadim ZeitlinPCH-less compilation fix
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 Zeitlinwe don't need to use select() in DoWait() if we're...
2008-12-26  Vadim Zeitlinremember the events we were notified about in OnRequest...
2008-12-26  Vadim Zeitlincorrect typo in one of the last changes
2008-12-25  Robert RoeblingOnly test for centre flag of minor direction and ignore...
2008-12-25  Robert RoeblingAvoid redraw artifacts from the border after resizing
2008-12-25  Vadim Zeitlinuse INVALID_SOCKET instead of -1 to avoid signed/unsign...
2008-12-25  Vadim Zeitlinrefactor Input/Output_Timeout: don't duplicate the...
2008-12-25  Vadim Zeitlinremove the ugly INSTANCE macro
2008-12-25  Vadim Zeitlinmore wxSocket code wx-ification: use wxDynamicLibrary...
2008-12-25  Vadim Zeitlinremove USE_SYS_TYPES_FD_SET definition which is already...
2008-12-25  Vadim Zeitlinuse wxCriticalSection instead of CRITICAL_SECTION and...
2008-12-25  Vadim Zeitlinmerge msw/gsocket.cpp into msw/sockmsw.cpp
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 Zeitlinfix wxURL::GetInputStream() for URLs with special chara...
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 Zeitlinfix/suppress warning about hiding base class Load(wxURI...
2008-12-25  Vadim Zeitlindon't use deprecated OnScroll()
2008-12-24  Vadim Zeitlinhandle correctly never/always shown scrollbars in GetCl...
2008-12-24  Vadim Zeitlinallow passing -1 range to SetScrollbar() to indicate...
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  Robert RoeblingMark alpha a static data (not to be freed), too
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 Zeitlincorrect the direction of the comparison between the...
2008-12-24  Vadim Zeitlinalso call AddGrowableRow/Col() for wxGridBagSizer
2008-12-23  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow/Col() only after...
2008-12-23  Robert RoeblingDon't allow concurrent requests, check return message...
2008-12-23  Jaakko SalliFixed crash when expanding/collapsing categories too...
2008-12-23  Jaakko SalliFixed a VC6 warning (hopefully)
2008-12-23  Vadim Zeitlindon't use \u escapes, VC6 doesn't understand them
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-23  Vadim Zeitlinverify that we don't have more items than our number...
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-12-22  Vadim Zeitlinuse CanSetValueAs() instead of CanGetValueAs() in wxGri...
2008-12-22  Vadim Zeitlincorrect Serbian locale name: should be sr_RS, not sr_SR...
2008-12-22  Paul Cornettnon-pch build fixes
2008-12-22  Vadim Zeitlinundid change accidentally committed as part of r57093...
2008-12-22  Vadim Zeitlinfix typo in r57455 which totally broke modal dialogs...
2008-12-21  Robert RoeblingForgot to commit
2008-12-21  Robert RoeblingAdded experimental async clipboard format query
2008-12-21  Vadim Zeitlinfix wxTimeSpan::Format() for negative spans with 0...
2008-12-21  Vadim Zeitlinreally fix the length of the string returned by wxConve...
2008-12-21  Vadim Zeitlinclose the handle returned by OpenProcessToken() (fixes...
2008-12-21  Vadim Zeitlinfix Get(Sub)ItemRect() after changes of r54437; added...
2008-12-21  Vadim Zeitlinadd wxLogLastError() calls if Shell_NotifyIcon() fails...
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 SalliFully conform to the documented statement according...
2008-12-20  Jaakko SalliFixed various inconsistencies with deleting properties...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
next