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 |
2012-05-11 |
Vadim Zeitlin | Fix extra event sent by wxTextEntry::ChangeValue()... |
tree | commitdiff |
2012-05-11 |
Robin Dunn | Enable access to the native bitmap object wrapped by... |
tree | commitdiff |
2012-05-11 |
Robin Dunn | Ensure a 32-bit cairo surface is created if it is needed |
tree | commitdiff |
2012-05-11 |
Stefan Csomor | fixes SetFirstItem, Thanks to David Wright |
tree | commitdiff |
2012-05-10 |
Julian Smart | Added wxRichTextXMLHandler::RegisterNodeName so custom... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Add missing wx/scopeguard.h include to fix the build. |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Fix wxGenericListCtrl best size calculation in report... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Unconditionally define IID_IShellItem in wxMSW sources. |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Implement constrained best size calculation in wxMSW... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Improve wxBookCtrlBase controller size calculations. |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Add wxWindow::GetBest{Height,Width}(). |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Allow entering more digits in wxSpinCtrl in wxMSW than... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Attach MDI "Window" menu to the parent frame menu bar... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Correct the initial value setting in wxMSW wxSpinCtrl. |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Remove assert checking bitmap size in wxMenuItem drawin... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Fix creation of wxBitmap from wxIcon in wxMSW: premulti... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Fix compilation of wxVariant code with VC6. |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Use better face names first in wxGTK wxNativeFontInfo... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Check that item ID is initialized when inserting it... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Fix wxStaticBitmap best size calculation in wxMSW. |
tree | commitdiff |
2012-05-09 |
Julian Smart | Added field implementation |
tree | commitdiff |
next |