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 |
2008-12-25 |
Vadim Zeitlin | make colours used by list and tree controls more consis... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | unhide the second wxTextAreaBase::HitTest() overload... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | fix/suppress warning about hiding base class Load(wxURI... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | don't use deprecated OnScroll() |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | make Scroll() itself virtual too as existing code might... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Vadim Zeitlin | deprecate OnScroll() which existed for compatibility... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | handle correctly never/always shown scrollbars in GetCl... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | allow passing -1 range to SetScrollbar() to indicate... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | compilation fix after wxScrollHelperNative renaming... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | further untangle generic and native GTK implementations... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | provide generic implementation for ShowScrollbars(... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | add wxScrollHelper::ShowScrollbars() (implemented for... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Robert Roebling | Mark alpha a static data (not to be freed), too |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | add convenient GetViewStart() and Scroll() overloads... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | add example of synchronizing 2 scrolled windows |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Paul Cornett | fix saving/restoring size when WM supports _NET_FRAME_E... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | reorganize scroll sample to make it possible to underst... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | call wxFlexGridSizer::AddGrowableRow() only when the... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | correct the direction of the comparison between the... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Vadim Zeitlin | also call AddGrowableRow/Col() for wxGridBagSizer |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Vadim Zeitlin | call wxFlexGridSizer::AddGrowableRow/Col() only after... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Robert Roebling | Don't allow concurrent requests, check return message... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Jaakko Salli | Fixed crash when expanding/collapsing categories too... |
commit | commitdiff | tree | snapshot |
next |