2008-12-30 |
Vadim Zeitlin | added wxSocket::ShutdownOutput() (closes #9229) |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | ensure that WIN32 is defined, winsock2.h relies on... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | remove wxSOCKET_MAX_EVENT, it is not really necessary... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | fix compilation due to the fact that wx/socket.h no... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | removed not doing anything and not compiling code from... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | no real change; just reordered some implementations... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Vadim Zeitlin | mention wxEVT_GRID_CELL_CHANGED-related changes |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Jaakko Salli | Update editor control font centrally, in wxPropertyGrid... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | documented IsExtensionSupported |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | add the HTML string of the selected item to wxSimpleHtm... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | list also wxSystemOptions next to wxSystemSettings |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | document the wince.dialog.real-ok-cancel option (closes... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Vadim Zeitlin | add errno.h to fix Mac compilation |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | fix memory leak while testing for correct Clone() imple... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Vadim Zeitlin | build fixes for wxUSE_IPV6==1 under Windows |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Vadim Zeitlin | replaced unweildy GAddress functions with wxSockAddress... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | done various @todo items |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | add the -headerpad_max_install_names option to the... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | PCH-less build fix |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | call SetLabel() in Create() in order to run markup... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Francesco Montorsi | use correct wxELLIPSIZE_* constants after r57625 |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Francesco Montorsi | move Ellipsize() to wxControl so it can be easily used... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Francesco Montorsi | fix miscellaneous doxygen warnings; IMPORTANT: never... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Francesco Montorsi | no real change: rename wxPendingEvents to wxHandlersWit... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Francesco Montorsi | refactor wxStaticText::Ellipsize so it's a static publi... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxOSX/Cocoa |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxCocoa |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Francesco Montorsi | no change, just add comment about wxTheColourDatabase... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Francesco Montorsi | restore tabg.h and tabg.cpp for wxMotif |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Francesco Montorsi | restore tabg.cpp for wxMotif's wxNotebook implementation |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Francesco Montorsi | fix wxPowerEvent, wxRichTextEvent and wxWizardEvent... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | move Read/Write() to common code, there was almost... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | wxSocketImpl::Shutdown() doesn't need to be virtual... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | don't remove/add back the socket to the list of inputs... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | remove the now unused Connect_Timeout() |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | remove the badle defined and apparently unnecessary... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | compilation fix: use IsServer() instead of m_server... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | (blind) fix for unneeded inclusions of headers |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Robert Roebling | Add Wonderful World of wxWidgets 3.0. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | blind fix for wxMac (notebook headers shouldn't be... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | map EAGAIN to wxSOCKET_WOULDBLOCK too as tit has this... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | got rid of wxSocketBase::m_error which could get out... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Paul Cornett | don't assert (and then crash) in wxEvent::Clone() check... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | our sockets are always non-blocking anyhow so throw... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | remove deprecated wxTabCtrl also from makefiles |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | fix wxSashEvent, wxFindDialogEvent, wxSplitterEvent... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | use accelerators for menu items and stock menu item... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | fix Purpose comment |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | Fix wxCalendarEvent and wxTextUrlEvent event classes... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | don't use backspace as accelerator; at least GTK+ doesn... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | name also QueueEvent |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | do not document Clone() overloads only for some classes... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | remove wxClassInfo::InitializeClasses docs; that functi... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | fix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMI... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | implement a runtime check to test if wxEvent::Clone... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | make the test really use the different socket flags... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | set m_closed to true when we get connection lost notifi... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | more CPPUNIT_ASSERT replacements with CPPUNIT_ASSERT_EQUAL |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | also include wxSocket test in the GUI test as different... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | make the test really use the event loop in its second... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | implement wxEventLoop::DispatchTimeout() for wxGTK... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | do not use @b when referencing to functions; use final... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | use HasFlag(wxXX) instead of GetWindowStyle() & wxXX... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Francesco Montorsi | autolink CreateButtonSizer |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | also initialize option value length before calling... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | initialize name length before calling getsockname() |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Vadim Zeitlin | move generic DispatchTimeout() implementation in the... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Vadim Zeitlin | test sockets both with and without event loop |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Vadim Zeitlin | PCH-less compilation fix |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Vadim Zeitlin | use DispatchTimeout() and/or select() with timeout... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Vadim Zeitlin | return true if we did anything in NotifyExpired() |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Vadim Zeitlin | remove m_use_events from Unix wxSocket implementation... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Jaakko Salli | Have wxPGTextCtrlEditor::UpdateControl() update wxTextC... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Vadim Zeitlin | we don't need to use select() in DoWait() if we're... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Vadim Zeitlin | remember the events we were notified about in OnRequest... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Vadim Zeitlin | don't use function syntax which /bin/sh doesn't grok |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Francesco Montorsi | don't use dot in brackets as doxygen renders dot with... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Vadim Zeitlin | correct typo in one of the last changes |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Robert Roebling | Only test for centre flag of minor direction and ignore... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Robert Roebling | Avoid redraw artifacts from the border after resizing |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | use INVALID_SOCKET instead of -1 to avoid signed/unsign... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | refactor Input/Output_Timeout: don't duplicate the... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | remove the ugly INSTANCE macro |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | more wxSocket code wx-ification: use wxDynamicLibrary... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | mingw32 typedef's and not define's SOCKET so test for... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | remove USE_SYS_TYPES_FD_SET definition which is already... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | use wxCriticalSection instead of CRITICAL_SECTION and... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | merge msw/gsocket.cpp into msw/sockmsw.cpp |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | rename gsockmsw files to sockmsw |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | avoid bakefile warnings about actions unsupported in... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | rename gsockmsw files to sockmsw |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | reverted f57547, NET_PLATFORM_HDR is used inside msvc... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | remove NET_PLATFORM_HDR which was unused and is unneeded |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | use void pointers, not char ones, in socket IO functions |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | fix wxURL::GetInputStream() for URLs with special chara... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | use wxSUPPRESS_DOLOG_HIDE_WARNING to suppress warnings... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | don't use the client data for storing wxOwnerDrawn... |
commit | commitdiff | tree | snapshot |
next |