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 |
2012-05-08 |
Julian Smart | Moved default margins to buffer class Init; reduced... |
tree | commitdiff |
2012-05-07 |
Julian Smart | Corrected top-level object layout in paragraphs |
tree | commitdiff |
2012-05-07 |
Julian Smart | Fixed inconsistent calculation of line height in paragr... |
tree | commitdiff |
2012-05-07 |
Vadim Zeitlin | No real changes, just fix some typos in comments. |
tree | commitdiff |
2012-05-07 |
Julian Smart | Added non-breaking space to whitespace check |
tree | commitdiff |
2012-05-07 |
Vadim Zeitlin | Use XkbKeycodeToKeysym() instead of deprecated XKeycode... |
tree | commitdiff |
2012-05-07 |
Vadim Zeitlin | Create a wrapper file for X11/XKBlib.h header. |
tree | commitdiff |
2012-05-07 |
Václav Slavík | Make wxDocTemplate::CreateDocument() exceptions-safe. |
tree | commitdiff |
2012-05-07 |
Václav Slavík | Fix performance of wxHtmlParser::SkipCommentTag() in... |
tree | commitdiff |
2012-05-06 |
Václav Slavík | Fix r71367: don't set bgCol twice needlessly. |
tree | commitdiff |
2012-05-06 |
Václav Slavík | Fix wxOwnerDrawnComboBox background on with classic... |
tree | commitdiff |
2012-05-05 |
Vadim Zeitlin | No changes, just spelling corrections in the comments. |
tree | commitdiff |
2012-05-05 |
Vadim Zeitlin | Update the field widths on demand in wxStatusBarGeneric. |
tree | commitdiff |
2012-05-05 |
Stefan Csomor | fixes crashes with embedded controls in toolbars after... |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Derive wxGenericFileCtrl from wxControl. |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Fix precompiled headers use with MSVC in wxGTK sources. |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Declare variables before doing anything else in C code. |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Add wxDir::GetNameWithSep() and use it to avoid consecu... |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Don't remove the last slash from "/" directory name... |
tree | commitdiff |
2012-05-03 |
Vadim Zeitlin | No changes, just remove duplicate flags checks in wxUni... |
tree | commitdiff |
2012-05-02 |
Stefan Csomor | use explicit WakeUp variant, too many errors using... |
tree | commitdiff |
2012-05-02 |
Stefan Csomor | make WakeUp variant explicit, too many errors using... |
tree | commitdiff |
2012-05-02 |
Dimitri Schoolwerth | Fixed parts of toolbar background not being drawn with... |
tree | commitdiff |
2012-04-30 |
Václav Slavík | Fix destruction of wxDataViewCtrl's editor control. |
tree | commitdiff |
2012-04-30 |
Václav Slavík | wxDataViewCtrl: always update the header when col best... |
tree | commitdiff |
next |