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 |
2008-12-25 |
Vadim Zeitlin | use INVALID_SOCKET instead of -1 to avoid signed/unsigned...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | refactor Input/Output_Timeout: don't duplicate the...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | remove the ugly INSTANCE macro
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | more wxSocket code wx-ification: use wxDynamicLibrary...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | mingw32 typedef's and not define's SOCKET so test for...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | remove USE_SYS_TYPES_FD_SET definition which is already...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | use wxCriticalSection instead of CRITICAL_SECTION and...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | merge msw/gsocket.cpp into msw/sockmsw.cpp
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | rename gsockmsw files to sockmsw
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | avoid bakefile warnings about actions unsupported in...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | rename gsockmsw files to sockmsw
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | reverted f57547, NET_PLATFORM_HDR is used inside msvc...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | remove NET_PLATFORM_HDR which was unused and is unneeded
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | use void pointers, not char ones, in socket IO functions
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | fix wxURL::GetInputStream() for URLs with special characters...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | use wxSUPPRESS_DOLOG_HIDE_WARNING to suppress warnings...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | don't use the client data for storing wxOwnerDrawn...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | make colours used by list and tree controls more consistent...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | unhide the second wxTextAreaBase::HitTest() overload...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | fix/suppress warning about hiding base class Load(wxURI...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | don't use deprecated OnScroll()
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | make Scroll() itself virtual too as existing code might...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | deprecate OnScroll() which existed for compatibility...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | handle correctly never/always shown scrollbars in GetClientS...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | allow passing -1 range to SetScrollbar() to indicate...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | compilation fix after wxScrollHelperNative renaming...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | further untangle generic and native GTK implementations...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | provide generic implementation for ShowScrollbars(...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | add wxScrollHelper::ShowScrollbars() (implemented for...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | add convenient GetViewStart() and Scroll() overloads...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | add example of synchronizing 2 scrolled windows
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | reorganize scroll sample to make it possible to understand...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | call wxFlexGridSizer::AddGrowableRow() only when the...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | correct the direction of the comparison between the...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | also call AddGrowableRow/Col() for wxGridBagSizer
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | call wxFlexGridSizer::AddGrowableRow/Col() only after...
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | don't use \u escapes, VC6 doesn't understand them
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | set correct properties for the new files
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | reverted yet another accidental commit of testing code...
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | verify that we don't have more items than our number...
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | use wxFlexGridSizer correctly (fixes #10294)
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANGING...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | no changes, just don't use "any more" thrice in a row
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | use CanSetValueAs() instead of CanGetValueAs() in wxGridCell...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | correct Serbian locale name: should be sr_RS, not sr_SR...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | undid change accidentally committed as part of r57093...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | fix typo in r57455 which totally broke modal dialogs...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | rebake after correction typo in wx/generic/headerctrlg...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix wxTimeSpan::Format() for negative spans with 0...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | correct wrong #endif position which prevented ListCtrlTestCa...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | really fix the length of the string returned by wxConvertStr...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix for compilation with newer DMC headers (see #10112)
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | add popup sample to the workspace (fixes #10162)
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix unused variable warning (part of #10162)
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | close the handle returned by OpenProcessToken() (fixes...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | don't show assert message boxes in debug build but...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix Get(Sub)ItemRect() after changes of r54437; added...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | add wxLogLastError() calls if Shell_NotifyIcon() fails...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | remove m_endModalCalled flag, it seems to be unnecessary
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | don't restore the focus manually after closing the...
|
commit | commitdiff | tree |
2008-12-19 |
Vadim Zeitlin | define USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | implement wxLoadedDLL, a safer alternative to wxDL_GET_LOADE...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | VC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | don't scroll to the child which gets focus if it is...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | use GetFileAttributes() to check for readonly files...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | another header for PCH-less compilation
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | fix unused variable warning in release build
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | PCH-less compilation fix
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | fix WinCE compilation: it doesn't know about SW_SHOWDEFAULT...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | don't hard code the menu bar height under WinCE (closes...
|
commit | commitdiff | tree |
next |