2009-01-09 |
Francesco Montorsi | minor cleanup; add wxDocument::OnChangeFilename for... |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | add wxImage::Clear (patch by troelsk); closes #10141 |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | Fix wxTextValidator introducing a wxTextValidatorStyle... |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | move wxLaunch* code in utilsx11.cpp as utilsunx.cpp... |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | Fix wxLaunchDefaultBrowser on wxMSW for local files... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | always remember to test IsOk() after using wxFileInputS... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | a few more int/wxPolygonFillMode substitutions in wxReg... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2009-01-08 |
Robert Roebling | Make wxWrapSizer respect border around items |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | MYcopystring is not required anymore when compat2.8... |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | s/wxSplitPath/wxFileName::SplitPath |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStr... |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | rewrite wxContractPath as wxFileName::ReplaceEnvVariabl... |
tree | commitdiff |
2009-01-06 |
Francesco Montorsi | use WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBIL... |
tree | commitdiff |
2009-01-06 |
Francesco Montorsi | add #if WXWIN_COMPATIBILITY_2_6 around wxUsleep |
tree | commitdiff |
2009-01-05 |
Francesco Montorsi | only formatting changes. s/FALSE/false and s/TRUE/true... |
tree | commitdiff |
2009-01-04 |
Paul Cornett | properly handle DC origin and scale in wxDoFloodFill() |
tree | commitdiff |
2009-01-03 |
Vadim Zeitlin | restore code preventing the events being generated... |
tree | commitdiff |
2009-01-03 |
Vadim Zeitlin | added wxFDIODispatcher::HasPending() and implemented... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | call ProcessPendingEvents() from wxAppConsoleBase:... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | streamline handling of wxSOCKET_LOST in DoWait() |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | no changes, just reformat/indent consistently |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | disable the events when we get a notification about... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | use guard classes automatically restoring the old state... |
tree | commitdiff |
2009-01-02 |
Paul Cornett | fix header dependancy |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | rename wxSocketSelectManager to wxSocketFDIOManager... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | fix WaitForXXX() to work as before: if the socket is... |
tree | commitdiff |
2009-01-01 |
Vadim Zeitlin | update copyright year to 2009 (closes #10319) |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | replace dynamic_cast<> with wxDynamicCast |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | remove tabs added by error in previous commit |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | allow the user to pass NULL for the status widths;... |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | make wxRearrangeDialog more customizable and add an... |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | added SetLabelText() and EscapeMnemonics() |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | get rid of the wxListString class in wxStatusBar code... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | include errno.h for ENOMEM (closes #10309) |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | extract AddColumnsItems() from ShowColumnsMenu() to... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | handle exceptions thrown from overridden wxView::OnCrea... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | handle loss of connection explicitly in Read/Write... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | try reading/writing to/from the socket before blocking... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | fix handling of errors due to the other end of the... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | fix MSVC warning about possibly uninitialized variable... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | added wxSocket::ShutdownOutput() (closes #9229) |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | no real change; just reordered some implementations... |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | add errno.h to fix Mac compilation |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | fix memory leak while testing for correct Clone() imple... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | build fixes for wxUSE_IPV6==1 under Windows |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | replaced unweildy GAddress functions with wxSockAddress... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | PCH-less build fix |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use correct wxELLIPSIZE_* constants after r57625 |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | move Ellipsize() to wxControl so it can be easily used... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | no real change: rename wxPendingEvents to wxHandlersWit... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | refactor wxStaticText::Ellipsize so it's a static publi... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | no change, just add comment about wxTheColourDatabase... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | fix wxPowerEvent, wxRichTextEvent and wxWizardEvent... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | move Read/Write() to common code, there was almost... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | remove the badle defined and apparently unnecessary... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | got rid of wxSocketBase::m_error which could get out... |
tree | commitdiff |
2008-12-27 |
Paul Cornett | don't assert (and then crash) in wxEvent::Clone() check... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | our sockets are always non-blocking anyhow so throw... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | fix Purpose comment |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | fix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMI... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | implement a runtime check to test if wxEvent::Clone... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | set m_closed to true when we get connection lost notifi... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | also initialize option value length before calling... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | initialize name length before calling getsockname() |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | move generic DispatchTimeout() implementation in the... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | use DispatchTimeout() and/or select() with timeout... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | remove m_use_events from Unix wxSocket implementation... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | we don't need to use select() in DoWait() if we're... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | remember the events we were notified about in OnRequest... |
tree | commitdiff |
2008-12-25 |
Robert Roebling | Only test for centre flag of minor direction and ignore... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | use INVALID_SOCKET instead of -1 to avoid signed/unsign... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | refactor Input/Output_Timeout: don't duplicate the... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | fix wxURL::GetInputStream() for URLs with special chara... |
tree | commitdiff |
2008-12-24 |
Robert Roebling | Mark alpha a static data (not to be freed), too |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | correct the direction of the comparison between the... |
tree | commitdiff |
2008-12-23 |
Vadim Zeitlin | set correct properties for the new files |
tree | commitdiff |
2008-12-23 |
Robert Roebling | Add wxDataViewCtrl::ExpandAncestors() and call it from... |
tree | commitdiff |
2008-12-23 |
Robert Roebling | Added pseudo-asynchronous clipboard implemenation to... |
tree | commitdiff |
2008-12-23 |
Vadim Zeitlin | verify that we don't have more items than our number... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | correct Serbian locale name: should be sr_RS, not sr_SR... |
tree | commitdiff |
2008-12-22 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2008-12-21 |
Robert Roebling | Added experimental async clipboard format query |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | fix wxTimeSpan::Format() for negative spans with 0... |
tree | commitdiff |
2008-12-20 |
Robert Roebling | Call Expand on an item's parent chain in EnsureVisible |
tree | commitdiff |
2008-12-19 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | VC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do... |
tree | commitdiff |
2008-12-17 |
Chris Elliott | cast both ints to doubles for the X and Y scale factors |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | use GetFileAttributes() to check for readonly files... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | another header for PCH-less compilation |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | fix unused variable warning in release build |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | fix WinCE compilation: it doesn't know about SW_SHOWDEF... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | made wxHeaderCtrl::GetColumn() const to get rid of... |
tree | commitdiff |
2008-12-16 |
Vadim Zeitlin | added wxRearrange{List,Ctrl,Dialog} and use it in wxHea... |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Fixes #10247: wxDataViewCtrl - event is generated when... |
tree | commitdiff |
2008-12-16 |
Chris Elliott | same as r57054 in 2.8 |
tree | commitdiff |
next |