2009-01-02 |
Vadim Zeitlin | add accelerators for the other menu commands; plug... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Vadim Zeitlin | don't call DoWrite() if we have nothing to send (not... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Vadim Zeitlin | fix a bug in EventWorker::DoRead(): if both signature... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Vadim Zeitlin | LogWorker() was always called with m_peer as first... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Vadim Zeitlin | no changes, just reformat and avoid unnecessary uses... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Vadim Zeitlin | also add wxSizer::IsEmpty() |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Vadim Zeitlin | make the new GetItemCount() const |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Robert Roebling | Added wxSizer::GetItemCount() |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Robert Roebling | Correct wx-config's output of base libs for OSX ports... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Vadim Zeitlin | VC6 doesn't support using keyword (closes #10322) |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Vadim Zeitlin | update copyright year to 2009 (closes #10319) |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Vadim Zeitlin | VC6 compilation fix after r57689 (closes #10318) |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Francesco Montorsi | replace dynamic_cast<> with wxDynamicCast |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Francesco Montorsi | remove tabs added by error in previous commit |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Kevin Ollivier | Fix for OS X Cocoa build. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Francesco Montorsi | allow the user to pass NULL for the status widths;... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Vadim Zeitlin | compilation fix after last change |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Vadim Zeitlin | customize the rearrange dialog even more |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Vadim Zeitlin | make wxRearrangeDialog more customizable and add an... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Vadim Zeitlin | added SetLabelText() and EscapeMnemonics() |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Vadim Zeitlin | added default ctor and Create() to wxRearrangeDialog... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Francesco Montorsi | build fix for wxMSW statusbar |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Francesco Montorsi | get rid of the wxListString class in wxStatusBar code... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Vadim Zeitlin | compilation fix for LoadFile(name, type) calls which... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Francesco Montorsi | document wxEVT_NULL |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | include errno.h for ENOMEM (closes #10309) |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | extract AddColumnsItems() from ShowColumnsMenu() to... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Francesco Montorsi | fix documentation for wxList and wxNode; doxygen see... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Francesco Montorsi | no real change; make more readable the Aliases section |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | handle exceptions thrown from overridden wxView::OnCrea... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | handle loss of connection explicitly in Read/Write... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | compilation fix for g++ which doesn't like using wxLogM... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | try reading/writing to/from the socket before blocking... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | more doc fixes, to wording and to return types ('&... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | try to explain socket flags better (although bad ideas... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | prettify and simplify the URL test; use a URL more... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | fix memory leak in URL test |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | run wxURL test both with and without the event loop too |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | added wxURL test |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | fix handling of errors due to the other end of the... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | don't assert if MsgWaitForMultipleObjects() returns... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | don't assert if the socket has been closed since the... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | fix MSVC warning about possibly uninitialized variable... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Vadim Zeitlin | document Initialize/Shutdown() |
commit | commitdiff | tree | snapshot |
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 |
next |