2009-01-07 |
Julian Smart | Added missing includes |
tree | commitdiff |
2009-01-07 |
Julian Smart | Added missing include |
tree | commitdiff |
2009-01-07 |
Paul Cornett | do minimal invalidations to get border to redraw properly |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | s/wxSplitPath/wxFileName::SplitPath |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr... |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | s/wxGetTempFileName/wxFileName::CreateTempFileName |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | use wxFileName instead of ::wxStripExtension |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | s/wxGetTempFileName/wxFileName::CreateTempFileName |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | rewrite wxContractPath as wxFileName::ReplaceEnvVariabl... |
tree | commitdiff |
2009-01-06 |
Francesco Montorsi | use WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBIL... |
tree | commitdiff |
2009-01-06 |
Francesco Montorsi | add #if WXWIN_COMPATIBILITY_2_6 around wxUsleep |
tree | commitdiff |
2009-01-05 |
Francesco Montorsi | only formatting changes. s/FALSE/false and s/TRUE/true... |
tree | commitdiff |
2009-01-05 |
Francesco Montorsi | use GetCopyrightToDisplay instead of GetCopyright;... |
tree | commitdiff |
2009-01-04 |
Jaakko Salli | Fixes in wxPGProperty::StringToValue(): Prevent it... |
tree | commitdiff |
2009-01-04 |
Jaakko Salli | In wxPGProperty::StringToValue(), variant.SetName(... |
tree | commitdiff |
2009-01-04 |
Jaakko Salli | Significant check box editor refactoring, including... |
tree | commitdiff |
2009-01-04 |
Paul Cornett | build fix for GTK+ versions prior to 2.14 |
tree | commitdiff |
2009-01-04 |
Paul Cornett | properly handle DC origin and scale in wxDoFloodFill() |
tree | commitdiff |
2009-01-04 |
Paul Cornett | native implementation of DoGetPixel() |
tree | commitdiff |
2009-01-04 |
Paul Cornett | remove Rescale(), it is no longer used |
tree | commitdiff |
2009-01-04 |
Paul Cornett | Complete rewrite of DoDrawBitmap() and DoBlit(). |
tree | commitdiff |
2009-01-03 |
Vadim Zeitlin | restore code preventing the events being generated... |
tree | commitdiff |
2009-01-03 |
Vadim Zeitlin | added wxFDIODispatcher::HasPending() and implemented... |
tree | commitdiff |
2009-01-03 |
Vadim Zeitlin | properly restart epoll_wait() if it got interrupted... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | call ProcessPendingEvents() from wxAppConsoleBase:... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | streamline handling of wxSOCKET_LOST in DoWait() |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | no changes, just reformat/indent consistently |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | disable the events when we get a notification about... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | use guard classes automatically restoring the old state... |
tree | commitdiff |
2009-01-02 |
Paul Cornett | fix header dependancy |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | rename wxSocketSelectManager to wxSocketFDIOManager... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | fix WaitForXXX() to work as before: if the socket is... |
tree | commitdiff |
2009-01-01 |
Vadim Zeitlin | update copyright year to 2009 (closes #10319) |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | replace dynamic_cast<> with wxDynamicCast |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | remove tabs added by error in previous commit |
tree | commitdiff |
2008-12-31 |
Kevin Ollivier | Fix for OS X Cocoa build. |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | allow the user to pass NULL for the status widths;... |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | make wxRearrangeDialog more customizable and add an... |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | added SetLabelText() and EscapeMnemonics() |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | build fix for wxMSW statusbar |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | get rid of the wxListString class in wxStatusBar code... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | include errno.h for ENOMEM (closes #10309) |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | extract AddColumnsItems() from ShowColumnsMenu() to... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | handle exceptions thrown from overridden wxView::OnCrea... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | handle loss of connection explicitly in Read/Write... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | try reading/writing to/from the socket before blocking... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | fix handling of errors due to the other end of the... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | don't assert if MsgWaitForMultipleObjects() returns... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | don't assert if the socket has been closed since the... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | fix MSVC warning about possibly uninitialized variable... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | added wxSocket::ShutdownOutput() (closes #9229) |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | remove wxSOCKET_MAX_EVENT, it is not really necessary... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | removed not doing anything and not compiling code from... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | no real change; just reordered some implementations... |
tree | commitdiff |
2008-12-29 |
Jaakko Salli | Update editor control font centrally, in wxPropertyGrid... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | add the HTML string of the selected item to wxSimpleHtm... |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | add errno.h to fix Mac compilation |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | fix memory leak while testing for correct Clone() imple... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | build fixes for wxUSE_IPV6==1 under Windows |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | replaced unweildy GAddress functions with wxSockAddress... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | PCH-less build fix |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | call SetLabel() in Create() in order to run markup... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use correct wxELLIPSIZE_* constants after r57625 |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | move Ellipsize() to wxControl so it can be easily used... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | no real change: rename wxPendingEvents to wxHandlersWit... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | refactor wxStaticText::Ellipsize so it's a static publi... |
tree | commitdiff |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxOSX/Cocoa |
tree | commitdiff |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxCocoa |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | no change, just add comment about wxTheColourDatabase... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | restore tabg.h and tabg.cpp for wxMotif |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | restore tabg.cpp for wxMotif's wxNotebook implementation |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | fix wxPowerEvent, wxRichTextEvent and wxWizardEvent... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | move Read/Write() to common code, there was almost... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | wxSocketImpl::Shutdown() doesn't need to be virtual... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | don't remove/add back the socket to the list of inputs... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | remove the now unused Connect_Timeout() |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | remove the badle defined and apparently unnecessary... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | compilation fix: use IsServer() instead of m_server... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | (blind) fix for unneeded inclusions of headers |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | blind fix for wxMac (notebook headers shouldn't be... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | map EAGAIN to wxSOCKET_WOULDBLOCK too as tit has this... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | got rid of wxSocketBase::m_error which could get out... |
tree | commitdiff |
2008-12-27 |
Paul Cornett | don't assert (and then crash) in wxEvent::Clone() check... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | our sockets are always non-blocking anyhow so throw... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | fix Purpose comment |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | fix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMI... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | implement a runtime check to test if wxEvent::Clone... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | set m_closed to true when we get connection lost notifi... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | implement wxEventLoop::DispatchTimeout() for wxGTK... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | use HasFlag(wxXX) instead of GetWindowStyle() & wxXX... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | also initialize option value length before calling... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | initialize name length before calling getsockname() |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | move generic DispatchTimeout() implementation in the... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | use DispatchTimeout() and/or select() with timeout... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | return true if we did anything in NotifyExpired() |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | remove m_use_events from Unix wxSocket implementation... |
tree | commitdiff |
next |