2009-01-16 |
Vadim Zeitlin | include wx/generic/grideditors.h for compatibility
|
commit | commitdiff | tree |
2009-01-16 |
Vadim Zeitlin | don't use wxString::FromASCII() with possibly non-ASCII...
|
commit | commitdiff | tree |
2009-01-16 |
Vadim Zeitlin | add VC6 and command line VC makefile too
|
commit | commitdiff | tree |
2009-01-15 |
Vadim Zeitlin | link with wininet.lib under Windows to avoid linking...
|
commit | commitdiff | tree |
2009-01-15 |
Vadim Zeitlin | fix PCH-less build with wxUSE_URL_NATIVE (see #10338)
|
commit | commitdiff | tree |
2009-01-15 |
Vadim Zeitlin | added a (Windows-only) Flash sample
|
commit | commitdiff | tree |
2009-01-14 |
Vadim Zeitlin | reduce IPC buffer size to be less than typical Ethernet...
|
commit | commitdiff | tree |
2009-01-14 |
Vadim Zeitlin | don't assert if the locale couldn't be set in AddCatalog...
|
commit | commitdiff | tree |
2009-01-14 |
Vadim Zeitlin | don't try to destroy the already destroyed OCX HWND
|
commit | commitdiff | tree |
2009-01-14 |
Vadim Zeitlin | disable new event code unconditionally for now
|
commit | commitdiff | tree |
2009-01-13 |
Vadim Zeitlin | don't define wxHeaderColumnsRearrangeDialog if !wxUSE_REARRA...
|
commit | commitdiff | tree |
2009-01-13 |
Vadim Zeitlin | fix memory leak of FrameSite (see #3935)
|
commit | commitdiff | tree |
2009-01-13 |
Vadim Zeitlin | use wxWindow::GetClientSize() instead of ::GetClientRect...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | fix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_2_8...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | restored the default value of wxObjectEventFunctor...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | fix VC6 ICE; don't call the function which doesn't...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | compilation fix after the event patch
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | disable new events for VC9 too, it fails when linking...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | miscellaneous spelling/grammar corrections (closes...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | fix the MSVC check in the last comment and accompanying...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | disable new events for MSVC 7, it fails to compile...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | don't use wxDELETE unnecessarily
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overloads...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | don't use wxVector<wxDataFormat> from wx/clipbrd.h...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | fix MSVC warning about possibly unused variable in...
|
commit | commitdiff | tree |
2009-01-12 |
Vadim Zeitlin | fix deprecation warnings when building wx with MSVC
|
commit | commitdiff | tree |
2009-01-11 |
Vadim Zeitlin | fix handling of locale names without county info (closes...
|
commit | commitdiff | tree |
2009-01-11 |
Vadim Zeitlin | check for wxUSE_REARRANGECTRL dependency on wxUSE_CHECKLISTB...
|
commit | commitdiff | tree |
2009-01-11 |
Vadim Zeitlin | correct typo: s/wxUSE_MENU/&S/
|
commit | commitdiff | tree |
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 |
next |