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 |
2012-06-08 |
Vadim Zeitlin | Fix wxWindow::IsDescendant() to work with argument... |
tree | commitdiff |
2012-06-07 |
Robin Dunn | Add missing wxRichToolTip::SetTitleFont implementation. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Clear old selection when wxListBox becomes empty. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Add support for CP1258 (Vietnamese) and CP1361 (Korean... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use "GBK" as alternative name for CP936 encoding. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxCLASSINFO() instead of deprecated CLASSINFO(). |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Use wxDynamicCast() instead of IsKindOf() checks. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Remove unnecessary dynamic cast in wxComboPopupWindow. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Don't reset previous window event handler in PopEventHa... |
tree | commitdiff |
2012-05-31 |
Paul Cornett | silence warning about converting NULL to wxUIntPtr |
tree | commitdiff |
2012-05-31 |
Paul Cornett | silence warning about __WXMSW__ not defined |
tree | commitdiff |
2012-05-30 |
Robin Dunn | A patch adding wxHTMLDataObject which can be used for... |
tree | commitdiff |
2012-05-30 |
Stefan Csomor | fixing build with wxUSE_PROTOCOL = 1 and wxUSE_SOCKETS = 0 |
tree | commitdiff |
2012-05-26 |
Vadim Zeitlin | Fix bug with unloading wxPluginLibrary objects in ... |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Add wxDataViewListCtrl::GetItemCount(). |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Add wxDataViewListCtrl::{Set,Get}ItemData() methods. |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Use wxUIntPtr instead of wxClientData in wxDataViewList... |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Don't send a huge number of unneeded wxChildFocusEvents. |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Several fixes for wxAffineMatrix2D transformations. |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Fix wxBase compilation with UTF-8-based wxString under... |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Compilation fix for wxUSE_STL && !wxUSE_STL_BASED_WXSTR... |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Fix removing event handler filters in wxEvtHandler. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Really fix compilation in !wxUSE_LOG_DEBUG && !HAVE_VAR... |
tree | commitdiff |
2012-05-20 |
Julian Smart | Added pixel size capability to wxTextAttr and wxRichTex... |
tree | commitdiff |
next |