2009-01-11 |
Vadim Zeitlin | added wxUSE_HEADERCTRL
|
commit | commitdiff | tree |
2009-01-11 |
Vadim Zeitlin | check for wxUSE_REARRANGECTRL being defined
|
commit | commitdiff | tree |
2009-01-11 |
Vadim Zeitlin | there is no need to do DEFAULT_wxUSE_CONTROL=yes; also...
|
commit | commitdiff | tree |
2009-01-11 |
Vadim Zeitlin | added wxUSE_REARRANGECTRL
|
commit | commitdiff | tree |
2009-01-11 |
Vadim Zeitlin | fix build with wxUSE_MENU==0 (closes #10330)
|
commit | commitdiff | tree |
2009-01-11 |
Vadim Zeitlin | correct the FTP host name mungled by a too eager global...
|
commit | commitdiff | tree |
2009-01-10 |
Vadim Zeitlin | reverted apparently accidental change of r57896
|
commit | commitdiff | tree |
2009-01-10 |
Vadim Zeitlin | fix GetGridColLabelWindow() name
|
commit | commitdiff | tree |
2009-01-04 |
Vadim Zeitlin | add a custom printer for wxString to use with Python...
|
commit | commitdiff | tree |
2009-01-04 |
Vadim Zeitlin | abstract VC6 workaround inside a WX_CPPUNIT_ALLOW_EQUALS_TO_...
|
commit | commitdiff | tree |
2009-01-04 |
Vadim Zeitlin | don't use \u in strings, VC6 doesn't support this
|
commit | commitdiff | tree |
2009-01-04 |
Vadim Zeitlin | use correct type for file offset
|
commit | commitdiff | tree |
2009-01-04 |
Vadim Zeitlin | need to overload assertEquals(int,short) too to resolve...
|
commit | commitdiff | tree |
2009-01-04 |
Vadim Zeitlin | more attempts to fix CppUnit::assertEquals for VC6...
|
commit | commitdiff | tree |
2009-01-04 |
Vadim Zeitlin | allow using CPPUNIT_ASSERT_EQUAL(int, wxFileOffset...
|
commit | commitdiff | tree |
2009-01-03 |
Vadim Zeitlin | trying to fix buildbot VC6 build error
|
commit | commitdiff | tree |
2009-01-03 |
Vadim Zeitlin | don't use IPC from timer callback as this results in...
|
commit | commitdiff | tree |
2009-01-03 |
Vadim Zeitlin | restore code preventing the events being generated...
|
commit | commitdiff | tree |
2009-01-03 |
Vadim Zeitlin | added wxFDIODispatcher::HasPending() and implemented...
|
commit | commitdiff | tree |
2009-01-03 |
Vadim Zeitlin | properly restart epoll_wait() if it got interrupted...
|
commit | commitdiff | tree |
2009-01-02 |
Vadim Zeitlin | call ProcessPendingEvents() from wxAppConsoleBase:...
|
commit | commitdiff | tree |
2009-01-02 |
Vadim Zeitlin | streamline handling of wxSOCKET_LOST in DoWait()
|
commit | commitdiff | tree |
2009-01-02 |
Vadim Zeitlin | no changes, just reformat/indent consistently
|
commit | commitdiff | tree |
2009-01-02 |
Vadim Zeitlin | disable the events when we get a notification about...
|
commit | commitdiff | tree |
2009-01-02 |
Vadim Zeitlin | use guard classes automatically restoring the old state...
|
commit | commitdiff | tree |
2009-01-02 |
Vadim Zeitlin | rename wxSocketSelectManager to wxSocketFDIOManager...
|
commit | commitdiff | tree |
2009-01-02 |
Vadim Zeitlin | fix WaitForXXX() to work as before: if the socket is...
|
commit | commitdiff | tree |
2009-01-02 |
Vadim Zeitlin | show the string received from client in test 2 correctly...
|
commit | commitdiff | tree |
2009-01-02 |
Vadim Zeitlin | add accelerators for the other menu commands; plug...
|
commit | commitdiff | tree |
2009-01-02 |
Vadim Zeitlin | don't call DoWrite() if we have nothing to send (not...
|
commit | commitdiff | tree |
2009-01-01 |
Vadim Zeitlin | fix a bug in EventWorker::DoRead(): if both signature...
|
commit | commitdiff | tree |
2009-01-01 |
Vadim Zeitlin | LogWorker() was always called with m_peer as first...
|
commit | commitdiff | tree |
2009-01-01 |
Vadim Zeitlin | no changes, just reformat and avoid unnecessary uses...
|
commit | commitdiff | tree |
2009-01-01 |
Vadim Zeitlin | also add wxSizer::IsEmpty()
|
commit | commitdiff | tree |
2009-01-01 |
Vadim Zeitlin | make the new GetItemCount() const
|
commit | commitdiff | tree |
2009-01-01 |
Vadim Zeitlin | VC6 doesn't support using keyword (closes #10322)
|
commit | commitdiff | tree |
2009-01-01 |
Vadim Zeitlin | update copyright year to 2009 (closes #10319)
|
commit | commitdiff | tree |
2009-01-01 |
Vadim Zeitlin | VC6 compilation fix after r57689 (closes #10318)
|
commit | commitdiff | tree |
2008-12-31 |
Vadim Zeitlin | compilation fix after last change
|
commit | commitdiff | tree |
2008-12-31 |
Vadim Zeitlin | customize the rearrange dialog even more
|
commit | commitdiff | tree |
2008-12-31 |
Vadim Zeitlin | make wxRearrangeDialog more customizable and add an...
|
commit | commitdiff | tree |
2008-12-31 |
Vadim Zeitlin | added SetLabelText() and EscapeMnemonics()
|
commit | commitdiff | tree |
2008-12-31 |
Vadim Zeitlin | added default ctor and Create() to wxRearrangeDialog...
|
commit | commitdiff | tree |
2008-12-31 |
Vadim Zeitlin | compilation fix for LoadFile(name, type) calls which...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | include errno.h for ENOMEM (closes #10309)
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | extract AddColumnsItems() from ShowColumnsMenu() to...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | handle exceptions thrown from overridden wxView::OnCreate...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | handle loss of connection explicitly in Read/Write...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | compilation fix for g++ which doesn't like using wxLogMessag...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | try reading/writing to/from the socket before blocking...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | more doc fixes, to wording and to return types ('&...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | try to explain socket flags better (although bad ideas...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | prettify and simplify the URL test; use a URL more...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | fix memory leak in URL test
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | run wxURL test both with and without the event loop too
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | added wxURL test
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | fix handling of errors due to the other end of the...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | don't assert if MsgWaitForMultipleObjects() returns...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | don't assert if the socket has been closed since the...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | fix MSVC warning about possibly uninitialized variable...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | document Initialize/Shutdown()
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | added wxSocket::ShutdownOutput() (closes #9229)
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | ensure that WIN32 is defined, winsock2.h relies on...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | remove wxSOCKET_MAX_EVENT, it is not really necessary...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | fix compilation due to the fact that wx/socket.h no...
|
commit | commitdiff | tree |
2008-12-30 |
Vadim Zeitlin | removed not doing anything and not compiling code from...
|
commit | commitdiff | tree |
2008-12-29 |
Vadim Zeitlin | mention wxEVT_GRID_CELL_CHANGED-related changes
|
commit | commitdiff | tree |
2008-12-29 |
Vadim Zeitlin | add errno.h to fix Mac compilation
|
commit | commitdiff | tree |
2008-12-29 |
Vadim Zeitlin | build fixes for wxUSE_IPV6==1 under Windows
|
commit | commitdiff | tree |
2008-12-29 |
Vadim Zeitlin | replaced unweildy GAddress functions with wxSockAddressImpl...
|
commit | commitdiff | tree |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxOSX/Cocoa
|
commit | commitdiff | tree |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxCocoa
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | move Read/Write() to common code, there was almost...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | wxSocketImpl::Shutdown() doesn't need to be virtual...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | don't remove/add back the socket to the list of inputs...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | remove the now unused Connect_Timeout()
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | remove the badle defined and apparently unnecessary...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | compilation fix: use IsServer() instead of m_server...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | map EAGAIN to wxSOCKET_WOULDBLOCK too as tit has this...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | got rid of wxSocketBase::m_error which could get out...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | our sockets are always non-blocking anyhow so throw...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | make the test really use the different socket flags...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | set m_closed to true when we get connection lost notification
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | more CPPUNIT_ASSERT replacements with CPPUNIT_ASSERT_EQUAL
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | also include wxSocket test in the GUI test as different...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | make the test really use the event loop in its second...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | implement wxEventLoop::DispatchTimeout() for wxGTK...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | also initialize option value length before calling...
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | initialize name length before calling getsockname()
|
commit | commitdiff | tree |
2008-12-27 |
Vadim Zeitlin | move generic DispatchTimeout() implementation in the...
|
commit | commitdiff | tree |
2008-12-26 |
Vadim Zeitlin | test sockets both with and without event loop
|
commit | commitdiff | tree |
2008-12-26 |
Vadim Zeitlin | PCH-less compilation fix
|
commit | commitdiff | tree |
2008-12-26 |
Vadim Zeitlin | use DispatchTimeout() and/or select() with timeout...
|
commit | commitdiff | tree |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout()
|
commit | commitdiff | tree |
2008-12-26 |
Vadim Zeitlin | return true if we did anything in NotifyExpired()
|
commit | commitdiff | tree |
2008-12-26 |
Vadim Zeitlin | remove m_use_events from Unix wxSocket implementation...
|
commit | commitdiff | tree |
2008-12-26 |
Vadim Zeitlin | we don't need to use select() in DoWait() if we're...
|
commit | commitdiff | tree |
2008-12-26 |
Vadim Zeitlin | remember the events we were notified about in OnRequest...
|
commit | commitdiff | tree |
2008-12-26 |
Vadim Zeitlin | don't use function syntax which /bin/sh doesn't grok
|
commit | commitdiff | tree |
2008-12-26 |
Vadim Zeitlin | correct typo in one of the last changes
|
commit | commitdiff | tree |
next |