2012-11-28 |
Stefan Csomor | adding some additional fixes for programmatic selection... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Robin Dunn | Compilation fix. |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Vadim Zeitlin | Compilation fixes after r73050. |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Vadim Zeitlin | Add "rect" paramerer to wxRichToolTip::ShowFor(). |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Vadim Zeitlin | Add missing wxUSE_OLE checks to safearray.cpp. |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Vadim Zeitlin | Compilation fix for wxDocManager after r73004. |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Stefan Csomor | support for inheriting non-standard attributes (explici... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Stefan Csomor | supporting selection methods when not focused, closes... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Stefan Csomor | simulating focus events, see #13495 |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Stefan Csomor | support for simulating focus events since not all contr... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Stefan Csomor | emulating wx' focus-lost behavior |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Stefan Csomor | spell error fixed |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Stefan Csomor | workaround, see #14856 |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Jouk Jansen | Fix OpenVMS makefile |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Robin Dunn | More interface fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Vadim Zeitlin | Compilation fix to docview sample after r73004. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Paul Cornett | disconnect "toggled" signal in dtor when style has... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Paul Cornett | fix for GTK assert after r72696, a draw/expose_event... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Vadim Zeitlin | Disable CallAfter() for MSVC 7 too, it can't compile... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Vadim Zeitlin | Bracket vararg macro definition with wxHAS_VARIADIC_MACROS. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Vadim Zeitlin | Another Nepalese translations update. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Vadim Zeitlin | Fix wxALWAYS_SHOW_SB behaviour in wxGTK. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Vadim Zeitlin | Fix harmless warning about uninitialized variable in... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Vadim Zeitlin | Fix warnings about using type attribute on forward... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Vadim Zeitlin | Fix wxGenericListCtrl scrolling by not processing the... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Vadim Zeitlin | Fix TAB navigation in wxGTK broken by r72663. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Vadim Zeitlin | Restore generic GetPartialTextExtents() version use... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Vadim Zeitlin | Don't dereference NULL output pointer in wxTextMeasure. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Vadim Zeitlin | Handle UBUNTU_MENUPROXY=0 as "not using global menu". |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Paul Cornett | avoid functions deprecated in GTK3 |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Paul Cornett | fix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENT... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Paul Cornett | non-pch build fix |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Paul Cornett | Simplify GetDefaultAttributesFromGTKWidget() by passing... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Vadim Zeitlin | Use idle time menu updating when using global menu... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Vadim Zeitlin | Add wxApp::GTKIsUsingGlobalMenu() helper to wxGTK. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Vadim Zeitlin | Ignore menu events while modal dialogs are shown in... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Vadim Zeitlin | Blind compilation fix for VC6 after r73004. |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Paul Cornett | silence GCC warning "enumeral and non-enumeral type... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Vadim Zeitlin | Add wxDocManager::Get{Views,Documents,Templates}Vector(). |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Vadim Zeitlin | Add wxList::AsVector<>() helper. |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Vadim Zeitlin | Don't include wx/utils.h from wx/vector.h. |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Vadim Zeitlin | Use wxBufferedPaintDC for wxStyledTextCtrl drawing... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Vadim Zeitlin | Add check for destroying window with mouse capture... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Stefan Csomor | support for custom app controllers, override OSXCreateA... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Vadim Zeitlin | Fix ribbon bar scroll buttons visibility bug. |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Vadim Zeitlin | Add possibility to delay showing wxRichToolTip. |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Stefan Csomor | fixing overrelease and out-of-bounds write, fixes ... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Vadim Zeitlin | Implement GetSizeFromTextSize() for wxSpinCtrl. |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Vadim Zeitlin | Make wxSpinCtrlGenericBase a wxCompositeWindow. |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes. |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Vadim Zeitlin | Fix another compilation problem after wxNOEXCEPT introd... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | Add wxTL_NO_HEADER style to wxTreeListCtrl. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | More compilation fixes after wxNOEXCEPT introduction. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Stefan Csomor | implementing delayed freezing, fixes #12865 |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | Add wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | Convert wxFSW_EVENT_{WARNING,ERROR} to string correctly. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | Implement wxLocale::GetSystemEncodingName() for wxOSX. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Vadim Zeitlin | Add wxNOEXCEPT to all wxTextCtrl dtors. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Paul Cornett | put both versions of wxGetMousePosition in one place... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Paul Cornett | fix object referencing with wxSL_MIN_MAX_LABELS |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Vadim Zeitlin | Define SPI_GETCARETWIDTH ourselves if it's not defined. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Vadim Zeitlin | Compilation fixes for VC6 after MSWGetComboBoxInfo... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Vadim Zeitlin | Fix path returned from wxGTK wxFileDialog too. |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Vadim Zeitlin | Add wxNOEXCEPT and use it for std::streambuf-derived... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Vadim Zeitlin | Add wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag. |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Vadim Zeitlin | Fix typo in include/wx/generic/private/richtooltip... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Robin Dunn | Fix broken and missing DataView interface items for... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Steve Lamerton | Fixed unused parameter warnings for webview on OSX. |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Paul Cornett | avoid deprecated functions with GTK3 |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Paul Cornett | silence warnings about unhandled enum value in switch |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Paul Cornett | Remove code that has no effect |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Vadim Zeitlin | Support monitoring only some events in wxGTK wxFileSyst... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Vadim Zeitlin | Restore setting focus to generic wxDataViewCtrl on... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Vadim Zeitlin | Document how to build wxOSX/Carbon under recent OS X. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Vadim Zeitlin | Add back WINVER check to fix VC6 compilation of wxMSW. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Paul Cornett | Fix GetClientSize() when scrollbars are present |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Paul Cornett | re-enable using our own resize grip with GTK3, themes... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | Implement wxComboCtrl::GetSizeFromTextSize(). |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | Implement DoGetSizeFromTextSize() for wxMSW wx{Choice... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | No changes, just refactor wxMSW wxComboBox code calling... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | Handle wxBORDER_NONE in wxGTK wxTextCtrl::DoGetSizeFrom... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | Don't call setlocale("") on startup by default any... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Vadim Zeitlin | Optionally allow showing tooltips for disabled ribbon... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Paul Cornett | re-enable drawing our own resize grip with GTK3, themes... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Václav Slavík | Fix wxGTK's wxFileDialog:Get/SetFilename() to be in... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Vadim Zeitlin | Replace a template function with template class to... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Stefan Csomor | making sure we have an initial frame buffer, even thoug... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Vadim Zeitlin | Use wxID_EXIT for the "Quit" item in the exec sample. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Disallow drop downs on AUI check buttons. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Fix crashes after using "wildcard" wxEvtHandler::Discon... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | No changes, just fix a harmless warning in FileSystemWa... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Fix filename test compilation with VC6. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Fix link errors with VC 11 in DLL STL build. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Simplify wxEVT_PAINT handling in wxScrollHelperBase. |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Cache HDC used for painting for the entire duration... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Fix incorrect wxSizerFlags::Border() call in the scroll... |
commit | commitdiff | tree | snapshot |
2012-11-10 |
Vadim Zeitlin | Set ID correctly for wxScrollWinEvents generated by... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Vadim Zeitlin | Add wxControl::GetSizeFromTextSize() to size the contro... |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Paul Cornett | avoid deprecated functions with GTK3 |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Robin Dunn | wxBrushList and wxFontList do not derive from wxList. |
commit | commitdiff | tree | snapshot |
next |