2012-06-12 |
Stefan Csomor | using callback for menu enabling, allows to benefit... |
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 |
Paul Cornett | fix warnings about conversion to bool, closes #14381 |
tree | commitdiff |
2012-06-07 |
Paul Cornett | fix warnings about unreachable return statements |
tree | commitdiff |
2012-06-07 |
Robin Dunn | Add missing wxRichToolTip::SetTitleFont implementation. |
tree | commitdiff |
2012-06-06 |
Václav Slavík | wxHtmlHelpWindow: Fix contents panel syncing with view. |
tree | commitdiff |
2012-06-05 |
Robin Dunn | If there is a sizer then use it's calculated minimum... |
tree | commitdiff |
2012-06-05 |
Paul Cornett | Workaround for Ubuntu 12.04 run time warning |
tree | commitdiff |
2012-06-04 |
Paul Cornett | Fix layout of wxStaticText, and possibly other controls. |
tree | commitdiff |
2012-06-04 |
Julian Smart | Corrected collection of common attributes, for clashing... |
tree | commitdiff |
2012-06-03 |
Vadim Zeitlin | Implement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbo... |
tree | commitdiff |
2012-06-03 |
Vadim Zeitlin | Add wxRibbonControl::GetAncestorRibbonBar() helper. |
tree | commitdiff |
2012-06-03 |
Vadim Zeitlin | Use wxString::t_str() in calls to Windows API functions... |
tree | commitdiff |
2012-06-03 |
Steve Lamerton | Use wxCOMPtr throughout wxWebViewIE to simplify the... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Clear old selection when wxListBox becomes empty. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Add wxMSW_CONV_LPCTSTR() and related macros and use... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Compilation fix to wxWebView under wxOSX/Carbon after... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Fix wxWebKitCtrl::RunScript() return value. |
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 | Keep user-set wxFrame background color even if MSW... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Update old selections after clearing wxListBox in wxGTK. |
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 unneeded dynamic cast in wxPropertyGrid. |
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-06-01 |
Vadim Zeitlin | Fix wxMac preprocessor check in wxWebView code. |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | No changes, just refactor wxGrid::Render() to simplify it. |
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-30 |
Robin Dunn | Adjust the client area origin and the client size of... |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | adapting char event handling to msw / gtk, see #13415... |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | clang compat. |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | clang compat. |
tree | commitdiff |
2012-05-28 |
Vadim Zeitlin | Improve wxDatePickerCtrlGeneric best size calculation. |
tree | commitdiff |
2012-05-28 |
Vadim Zeitlin | Fix bug in wxAutomationObject introduced by r71574. |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::Render() for drawing the grid to any wxDC. |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | Add wxGrid::DrawRangeGridLines(). |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | No changes, just refactor wxGrid::DrawAllGridLines(). |
tree | commitdiff |
2012-05-27 |
Vadim Zeitlin | Fix memory leaks in wxAutomationObject::Invoke(). |
tree | commitdiff |
2012-05-26 |
Julian Smart | Added full scaling to wxRTC |
tree | commitdiff |
2012-05-26 |
Vadim Zeitlin | Fix bug with unloading wxPluginLibrary objects in ... |
tree | commitdiff |
2012-05-26 |
Vadim Zeitlin | Refactor SAFEARRAY creation code in wxConvertStringFrom... |
tree | commitdiff |
2012-05-26 |
Vadim Zeitlin | Fix DrawChoice() behaviour in wxRendererXP. |
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 | Remove redundant wxAuiNotebook methods already present... |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Don't send a huge number of unneeded wxChildFocusEvents. |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Suppress warnings about gnome_print_dialog_get_range... |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Fully implement wxStyledTextCtrl::PositionToXY(). |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Fix calculation of wxStyledTextCtrl selection size... |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Several fixes for wxAffineMatrix2D transformations. |
tree | commitdiff |
2012-05-24 |
Robin Dunn | Changes to allow these build scripts to use python3 |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Fix wxBase compilation with UTF-8-based wxString under... |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | No real changes, just slightly simplify HasAppKit_10_6... |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Compilation fix for wxUSE_STL && !wxUSE_STL_BASED_WXSTR... |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Fix calculation of the wxStyledTextCtrl selection size. |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | No real changes, just backwards propagate the changes... |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Fix removing event handler filters in wxEvtHandler. |
tree | commitdiff |
2012-05-22 |
Jouk Jansen | Fix compilation when wxUSE_DRAG_AND_DROP=0 |
tree | commitdiff |
2012-05-21 |
Jouk Jansen | Allow for compilation with wxUSE_TOOLTIPS=0 |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Fix 62 harmless but annoying Clang warnings in wxOSX... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Add support for task bar icon tooltips to wxOSX version. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Improve check for OS X version in Cocoa wxFileDialog... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Reset wxDialog::m_modality sooner in wxOSX. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Implement wxStackWalker for wxOSX. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Fix crash on destruction of wxDataViewCtrl in wxOSX. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Really fix compilation in !wxUSE_LOG_DEBUG && !HAVE_VAR... |
tree | commitdiff |
2012-05-20 |
Julian Smart | Don't use deprecated font family style |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Compilation fix for wxRichTextCtrl. |
tree | commitdiff |
2012-05-20 |
Julian Smart | Added pixel size capability to wxTextAttr and wxRichTex... |
tree | commitdiff |
2012-05-19 |
Vadim Zeitlin | Fix compilation in !wxUSE_LOG_DEBUG && !HAVE_VARIADIC_M... |
tree | commitdiff |
2012-05-19 |
Vadim Zeitlin | Fix compilation in wxUSE_STL=1 build after r71467. |
tree | commitdiff |
2012-05-19 |
Stefan Csomor | removing unnecessary - and incorrect - override, fixes... |
tree | commitdiff |
2012-05-18 |
Stefan Csomor | fixing c++11 build |
tree | commitdiff |
2012-05-18 |
Stefan Csomor | fixing c++11 build |
tree | commitdiff |
2012-05-17 |
Paul Cornett | mark virtual overrides as virtual |
tree | commitdiff |
2012-05-17 |
Paul Cornett | remove some unnecessary c_str() calls |
tree | commitdiff |
2012-05-17 |
Paul Cornett | eliminate unused variable warning with wxUSE_LOG_DEBUG==0 |
tree | commitdiff |
2012-05-17 |
Paul Cornett | Remove use of "size-request" signal for wxWindow sizing. |
tree | commitdiff |
2012-05-16 |
Vadim Zeitlin | Fix wxWakeUpIdle() in Unix console application broken... |
tree | commitdiff |
2012-05-16 |
Julian Smart | The object size page now has full position attribute... |
tree | commitdiff |
2012-05-15 |
Vadim Zeitlin | Fix pasting large amounts of text in wxGTK. |
tree | commitdiff |
2012-05-15 |
Vadim Zeitlin | Add support for wxArrayString to wxVariant-to-OLE conve... |
tree | commitdiff |
2012-05-15 |
Vadim Zeitlin | Use iterators instead of indices in wxStripMenuCodes(). |
tree | commitdiff |
2012-05-14 |
Julian Smart | Clear styles popup if there is no style sheet |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | Simplify wxEventLoopManual pending events processing... |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | No changes, just simplify the code using wx2stc() a... |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | Fix wxStyledTextCtrl compilation in non-Unicode build. |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | Don't assert if no icon is specified for a wxDataViewCt... |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | Don't handle branches specially when sorting items... |
tree | commitdiff |
2012-05-11 |
Julian Smart | Fixed layout and hit-testing problem particularly with... |
tree | commitdiff |
next |