2012-10-15 |
Vadim Zeitlin | Check for filespec when generating events in wxFileSyst... |
tree | commitdiff |
2012-10-15 |
Vadim Zeitlin | Add support for symlinks to wxFileName. |
tree | commitdiff |
2012-10-15 |
Vadim Zeitlin | Make wxFileSystemWatcher watch entries reference-counted. |
tree | commitdiff |
2012-10-15 |
Vadim Zeitlin | Improve handling of file spec in wxFileSystemWatcher... |
tree | commitdiff |
2012-10-14 |
Vadim Zeitlin | Make GetClippingBox() work for wxPrinterDC in wxGTK. |
tree | commitdiff |
2012-10-13 |
Vadim Zeitlin | Allow using windows that can't be focused with wxNaviga... |
tree | commitdiff |
2012-10-09 |
Vadim Zeitlin | Do return the protocol part from GetLocaltion() for... |
tree | commitdiff |
2012-10-07 |
Vadim Zeitlin | Flush log messages from other threads on shutdown too. |
tree | commitdiff |
2012-10-04 |
Vadim Zeitlin | Add a more convenient wxColour::MakeDisabled() overload. |
tree | commitdiff |
2012-10-04 |
Vadim Zeitlin | Fix bugs in the recently added wxDateTime::DiffAsDateSp... |
tree | commitdiff |
2012-10-04 |
Vadim Zeitlin | Fix fatal bug in the recently added wxFile::ReadAll(). |
tree | commitdiff |
2012-10-04 |
Paul Cornett | silence warnings about shadowed variables with GCC... |
tree | commitdiff |
2012-10-03 |
Vadim Zeitlin | Do use IsEscapeKey() in wxDialog escape key handling. |
tree | commitdiff |
2012-10-01 |
Vadim Zeitlin | Add wxDateTime::DiffAsDateSpan(). |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Small optimization of wxFFile::ReadAll(): avoid extra... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Added wxFile::ReadAll() for consistency with wxFFile... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Add per-direction wxSocket wait flags and byte counters. |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Fix handling of not fully specified min/max size in... |
tree | commitdiff |
2012-09-28 |
Vadim Zeitlin | Fix testing for existence of paths with trailing separa... |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Use SelectAll() instead of SetSelection(-1, -1). |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Account correctly for the controller when computing... |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Use wxSize::IncTo() in wxBookCtrlBase::DoGetBestSize(). |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Avoid useless iteration on all pages in wxBookCtrlBase... |
tree | commitdiff |
2012-09-25 |
Vadim Zeitlin | Really fix stack dumps for asserts and wxStackWalker... |
tree | commitdiff |
2012-09-22 |
Vadim Zeitlin | Allow wxWrapSizer to request more size than it used... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Fix wxPluginLibrary wxClassInfo pointers initialization. |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Quote wxExecute() arguments in wxDebugReportUpload... |
tree | commitdiff |
2012-09-19 |
Vadim Zeitlin | Let wxWindow::Fit[Inside]() work even for windows witho... |
tree | commitdiff |
2012-09-18 |
Vadim Zeitlin | Fix wxMSW compilation in STL build after the changes... |
tree | commitdiff |
2012-09-17 |
Dimitri Schoolwerth | Set svn properties on recently added files. |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | No changes, just silence some MSVC 11 static analyzer... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Fix text origin and bounding box computations in wxSVGF... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | No real changes, just slightly simplify wxSVGFileDCImpl... |
tree | commitdiff |
2012-09-14 |
Vadim Zeitlin | No changes, just remove unnecessary variable initializa... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Add wxBitmap::NewFromPNGData() for creating bitmaps... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Don't ignore invalid files entered into wxFileDirPicker... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Extract "Close" button creation from wxInfoBarGeneric... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Don't initialize alpha twice when loading wxImage from... |
tree | commitdiff |
2012-09-11 |
Steve Lamerton | Add generic wxFileSystem support to wxWebView using... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Fix handling of wxTextEntry hints in wxGTK. |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Remove workarounds for wxTextCtrl::SetValue() events... |
tree | commitdiff |
2012-09-08 |
Václav Slavík | Fix VC6 compilation after r72430. |
tree | commitdiff |
2012-09-08 |
Václav Slavík | Add MUI_LANGUAGE_NAME to wx/msw/missing.h. |
tree | commitdiff |
2012-09-08 |
Václav Slavík | Add wxTranslations::GetBestTranslation(). |
tree | commitdiff |
2012-08-31 |
Václav Slavík | Fix compilation after r72375 - LC_CTYPE requires locale.h. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Add wxSpinCtrl::SetBase() to allow entering hexadecimal... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Use wxSOCKET_WAITALL in wxHTTP to ensure that all data... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Fix bugs in parsing wxLongLong values starting with... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Virtualize showing/hiding the pages in wxBookCtrlBase. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Don't lay out the window being destroyed unnecessarily. |
tree | commitdiff |
2012-08-25 |
Václav Slavík | Make sure wchar_t CRT functions work on OS X. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Respect item max sizes in wxBoxSizer. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | No real changes, just add wxSizerItem::AddBorderToSize... |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Honour window min and max sizes in wxWindow::GetBestSize(). |
tree | commitdiff |
2012-08-11 |
Vadim Zeitlin | Really delete the item in wxDataViewTreeStore::DeleteIt... |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Compilation fix for r72307. |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Show progress of printing in wxMSW. |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Fix crash when canceling printing in wxMSW. |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Return wxPrintAbortDialog from CreateAbortWindow(). |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Create wxPrintAbortDialog more sensibly. |
tree | commitdiff |
2012-08-07 |
Paul Cornett | silence GCC warning suggesting parentheses |
tree | commitdiff |
2012-08-07 |
Václav Slavík | Make the modal print preview window behave like a modal... |
tree | commitdiff |
2012-08-06 |
Vadim Zeitlin | A better fix for wxHash{Map,Set} with g++ 4.7. |
tree | commitdiff |
2012-08-02 |
Paul Cornett | remove unused OSX includes |
tree | commitdiff |
2012-08-02 |
Paul Cornett | Fix wxGCDC::Clear() for Cairo, and possibly MSW. |
tree | commitdiff |
2012-07-30 |
Vadim Zeitlin | Fix the size of the buffer passed to wxTmemcpy() in... |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Translate wxTextDataObject to/from native EOL format. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | No real changes, just use accessors in wxTextDataObject. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Fix bug in wxNumberFormatter::ToString() for negative... |
tree | commitdiff |
2012-07-28 |
Robin Dunn | Adding wxDC::GetHandle for wxOSX-cocoa and wxOSX-carbon |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Don't eagerly set wxKeyEvent position fields. |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Use __DARWIN__ instead of __WXOSX__ in non-GUI code. |
tree | commitdiff |
2012-07-20 |
Vadim Zeitlin | Don't use delayed destruction for sockets in other... |
tree | commitdiff |
2012-07-13 |
Paul Cornett | avoid creating and immediately destroying a wxGraphicsC... |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Rename wxFileSystemWatcherBase::DoAdd() to AddAny(... |
tree | commitdiff |
2012-07-13 |
Vadim Zeitlin | Add the root and all the files in wxFileSystemWatcherBa... |
tree | commitdiff |
2012-07-12 |
Vadim Zeitlin | Fix item data access in wxDataViewListCtrl. |
tree | commitdiff |
2012-07-11 |
Vadim Zeitlin | Ensure that names of saved XPMs are valid C identifiers. |
tree | commitdiff |
2012-07-11 |
Paul Cornett | remove code in SetFont which modifies font for no appar... |
tree | commitdiff |
2012-07-11 |
Paul Cornett | Avoid creating and immediately destroying a wxGraphicsC... |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Forbid setting hints for multi-line text controls. |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Avoid warnings about uninitialized variables in TGA... |
tree | commitdiff |
2012-07-07 |
Vadim Zeitlin | Avoid warning about unused variable in wxGetUTCTimeMill... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Clear larger area in wxGCDC::Clear(). |
tree | commitdiff |
2012-07-02 |
Stefan Csomor | handling illegal fsrefs by returning an empty string... |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | using common code |
tree | commitdiff |
2012-07-01 |
Vadim Zeitlin | Fix the use of AutoHBITMAP in recently added LoadImageF... |
tree | commitdiff |
2012-06-30 |
Paul Cornett | support for GTK3 |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Force wide char environment version initialization... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Use wxString::t_str(), not fn_str(), with Windows API... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Use bitmaps from resources by default in wxGTK under... |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Fixes for building wxGTK under Cygwin. |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | guard XTI |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | adding explanation for osx and fixing typo |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | Slightly improve best size calculation for wxListCtrl... |
tree | commitdiff |
2012-06-12 |
Vadim Zeitlin | No real changes, just add a wxCHECK to GetDlgUnitBase(). |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | setting source as this, according to thread '[wx-dev... |
tree | commitdiff |
2012-06-10 |
Robin Dunn | Fix compilation error |
tree | commitdiff |
2012-06-10 |
Vadim Zeitlin | Fix wxHTMLDataObject compilation and memory leaks. |
tree | commitdiff |
2012-06-08 |
Robin Dunn | Keep track of the area intended to be buffered, and... |
tree | commitdiff |
next |