2012-10-07 |
Vadim Zeitlin | Fix spurious label editing in generic wx{List,Tree...
|
commit | commitdiff | tree |
2012-10-07 |
Vadim Zeitlin | Don't set focus explicitly in wxGenericListCtrl mouse...
|
commit | commitdiff | tree |
2012-10-07 |
Vadim Zeitlin | Don't set focus to generic wxDataViewCtrl on any button...
|
commit | commitdiff | tree |
2012-10-07 |
Vadim Zeitlin | No real changes, just don't use brush styles for background...
|
commit | commitdiff | tree |
2012-10-07 |
Vadim Zeitlin | Support some CSS styles for the links in wxHTML too.
|
commit | commitdiff | tree |
2012-10-07 |
Vadim Zeitlin | Flush log messages from other threads on shutdown too.
|
commit | commitdiff | tree |
2012-10-07 |
Vadim Zeitlin | Update the year in the copyright for wxMSW DLLs.
|
commit | commitdiff | tree |
2012-10-07 |
Vadim Zeitlin | Fix drawing of wxAuiNotebook with GTK theme when active...
|
commit | commitdiff | tree |
2012-10-07 |
Vadim Zeitlin | Fix test for __WXGTK__ in wxCairoContext.
|
commit | commitdiff | tree |
2012-10-04 |
Vadim Zeitlin | Add support for wxALWAYS_SHOW_SB style to wxScrolled<>.
|
commit | commitdiff | tree |
2012-10-04 |
Vadim Zeitlin | Document wxHSCROLL and wxVSCROLL styles for wxScrolled<>.
|
commit | commitdiff | tree |
2012-10-04 |
Vadim Zeitlin | Add a setting for the disabled text colour to wxRibbon...
|
commit | commitdiff | tree |
2012-10-04 |
Vadim Zeitlin | Add a more convenient wxColour::MakeDisabled() overload.
|
commit | commitdiff | tree |
2012-10-04 |
Vadim Zeitlin | Remove unneeded variable initializations in wxPM code.
|
commit | commitdiff | tree |
2012-10-04 |
Vadim Zeitlin | Fix bugs in the recently added wxDateTime::DiffAsDateSpan().
|
commit | commitdiff | tree |
2012-10-04 |
Vadim Zeitlin | Add wxDateSpan::GetTotalMonths() method.
|
commit | commitdiff | tree |
2012-10-04 |
Vadim Zeitlin | Fix fatal bug in the recently added wxFile::ReadAll().
|
commit | commitdiff | tree |
2012-10-03 |
Vadim Zeitlin | Do use IsEscapeKey() in wxDialog escape key handling.
|
commit | commitdiff | tree |
2012-10-03 |
Vadim Zeitlin | Add missing header to fix MiscGUIFuncsTestCase compilation.
|
commit | commitdiff | tree |
2012-10-03 |
Vadim Zeitlin | Fix wxFindWindowAtPoint() unit test to pass under GTK.
|
commit | commitdiff | tree |
2012-10-03 |
Vadim Zeitlin | Added a simple unit test for wxWindow::ClientToScreen().
|
commit | commitdiff | tree |
2012-10-03 |
Vadim Zeitlin | Avoid creating children of wxButton in MiscGUIFuncsTestCase.
|
commit | commitdiff | tree |
2012-10-01 |
Vadim Zeitlin | Fix assert about passing long as "%d" in wxXRC code.
|
commit | commitdiff | tree |
2012-10-01 |
Vadim Zeitlin | No changes, just remove some unneeded variables initializations.
|
commit | commitdiff | tree |
2012-10-01 |
Vadim Zeitlin | Test for wxAuiMDIClientWindow being non-NULL before...
|
commit | commitdiff | tree |
2012-10-01 |
Vadim Zeitlin | Add wxDateTime::DiffAsDateSpan().
|
commit | commitdiff | tree |
2012-10-01 |
Vadim Zeitlin | Fix PCH-less build after the changes of r72589.
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Read and write files using binary mode in wxStyledTextCtrl.
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Small optimization of wxFFile::ReadAll(): avoid extra...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Added wxFile::ReadAll() for consistency with wxFFile...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Reimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl.
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Fix wxStyledTextCtrl::WriteText() to replace the selection.
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Don't call ClearAll() before LoadFile() in the stc...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Make stc sample startup faster.
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Add per-direction wxSocket wait flags and byte counters.
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Don't crash in generic wxDataViewCtrl if it doesn't...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Add support for background-color style to span element...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Fix handling of spaces after <img> tag in wxHTML.
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Convert image tags to text using their alt attribute...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Fix handling of not fully specified min/max size in...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | No changes, just fix some typos in comments in wxXRC...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | No changes, just remove unneeded variable initialization.
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Revert "Don't use StringFormat::GenericTypographic...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Fix computation of menu button best size in generic...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Clear the search control automatically when it's "Cancel...
|
commit | commitdiff | tree |
2012-09-30 |
Vadim Zeitlin | Don't use text control foreground colour for generic...
|
commit | commitdiff | tree |
2012-09-28 |
Vadim Zeitlin | Fix generic wxSearchCtrl best size calculation.
|
commit | commitdiff | tree |
2012-09-28 |
Vadim Zeitlin | Fix wxSearchCtrl recreation in the widgets sample.
|
commit | commitdiff | tree |
2012-09-28 |
Vadim Zeitlin | Remove unused SearchCtrlWidgetsPage::Reset() from widgets...
|
commit | commitdiff | tree |
2012-09-28 |
Vadim Zeitlin | Don't send events for disabled ribbon bar buttons.
|
commit | commitdiff | tree |
2012-09-28 |
Vadim Zeitlin | Make wxHelpControllerBase::SetFrameParameters() title...
|
commit | commitdiff | tree |
2012-09-28 |
Vadim Zeitlin | Add "inherit" to <font> XRC tag.
|
commit | commitdiff | tree |
2012-09-28 |
Vadim Zeitlin | Fix testing for existence of paths with trailing separators...
|
commit | commitdiff | tree |
2012-09-27 |
Vadim Zeitlin | Make wxTextEntryDialog resizable.
|
commit | commitdiff | tree |
2012-09-27 |
Vadim Zeitlin | Add two step creation to wxTextEntryDialog.
|
commit | commitdiff | tree |
2012-09-27 |
Vadim Zeitlin | Use SelectAll() instead of SetSelection(-1, -1).
|
commit | commitdiff | tree |
2012-09-27 |
Vadim Zeitlin | Remove the now unnecessary wxRichTextCtrl::SelectAll().
|
commit | commitdiff | tree |
2012-09-27 |
Vadim Zeitlin | Fix _tputenv() return value test in wxSetEnv().
|
commit | commitdiff | tree |
2012-09-27 |
Vadim Zeitlin | Account correctly for the controller when computing...
|
commit | commitdiff | tree |
2012-09-27 |
Vadim Zeitlin | Use wxSize::IncTo() in wxBookCtrlBase::DoGetBestSize().
|
commit | commitdiff | tree |
2012-09-27 |
Vadim Zeitlin | Avoid useless iteration on all pages in wxBookCtrlBase...
|
commit | commitdiff | tree |
2012-09-26 |
Vadim Zeitlin | Do not unref GtkWidget of unattached wxMenuBar.
|
commit | commitdiff | tree |
2012-09-26 |
Vadim Zeitlin | Fix GTK warnings when destroying unattached wxMenuBar.
|
commit | commitdiff | tree |
2012-09-26 |
Vadim Zeitlin | Don't crash in wxMenuBar::Remove() if unattached in...
|
commit | commitdiff | tree |
2012-09-26 |
Vadim Zeitlin | Update MSW installation instructions for 2.9.
|
commit | commitdiff | tree |
2012-09-26 |
Vadim Zeitlin | Merge "selected" and "active" child in wxAuiMDIParentFrame.
|
commit | commitdiff | tree |
2012-09-25 |
Vadim Zeitlin | Attempt to fix wxHelpControllerBase::SetFrameParameters...
|
commit | commitdiff | tree |
2012-09-25 |
Vadim Zeitlin | Add wxGenericAboutDialog documentation.
|
commit | commitdiff | tree |
2012-09-25 |
Vadim Zeitlin | Fix too hastily copy-pasted wxVariantDataSafeArray...
|
commit | commitdiff | tree |
2012-09-25 |
Vadim Zeitlin | Really fix stack dumps for asserts and wxStackWalker...
|
commit | commitdiff | tree |
2012-09-25 |
Vadim Zeitlin | Use utf8_str(), not mb_str(), for strings passed to...
|
commit | commitdiff | tree |
2012-09-25 |
Vadim Zeitlin | Vietnamese translations update from Trần Ngọc Quân.
|
commit | commitdiff | tree |
2012-09-23 |
Vadim Zeitlin | Improve SAFEARRAY support in wxMSW OLE Automation code.
|
commit | commitdiff | tree |
2012-09-23 |
Vadim Zeitlin | Explain EVT_CONTEXT_MENU generation in more details.
|
commit | commitdiff | tree |
2012-09-23 |
Vadim Zeitlin | No changes, just reuse a bit of code in wxMSW wxMDIParentFrame.
|
commit | commitdiff | tree |
2012-09-23 |
Vadim Zeitlin | Restore an iconized MDI child frame when activating it.
|
commit | commitdiff | tree |
2012-09-23 |
Vadim Zeitlin | Correct best size computation for wxCheckBox with borders...
|
commit | commitdiff | tree |
2012-09-23 |
Vadim Zeitlin | Respect styles translated to WS_EX_XXX in wxMSW wxCheckBox...
|
commit | commitdiff | tree |
2012-09-22 |
Vadim Zeitlin | Allow wxWrapSizer to request more size than it used...
|
commit | commitdiff | tree |
2012-09-22 |
Vadim Zeitlin | Make wxWrapSizer demo in the layout sample more dynamic.
|
commit | commitdiff | tree |
2012-09-22 |
Vadim Zeitlin | Credit "sodev" with correct full name.
|
commit | commitdiff | tree |
2012-09-21 |
Vadim Zeitlin | Fix crash on wxMediaCtrl creation in wxMSW.
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Fix wxPluginLibrary wxClassInfo pointers initialization.
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Fix wrong configure test for abi::__forced_unwind in...
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Rethrow abi::__forced_unwind in wxThread code under...
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Add public (but not documented) wxCheckBox::MSWMakeOwnerDrawn().
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Fix and enhance support for client data in wxRibbonButtonBar.
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Add wxRibbonButtonBarEvent::GetButton().
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Add wxRibbonButtonBar::GetActiveItem() and GetHoveredItem().
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Add wxRibbonButtonBar::GetItem(), GetItemById() and...
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Fix alpha handling in Scintilla when not using wxGraphicsCon...
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Make it possible to TAB-navigate among wxStaticBox...
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | No real changes, just remove an unnecessary variable...
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Better documentation for wxRect::Set{Left,Top}().
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Quote wxExecute() arguments in wxDebugReportUpload...
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Add wxStyledTextCtrl::AnnotationClearLine().
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Add wxStyledTextCtrl::SelectNone() to the template...
|
commit | commitdiff | tree |
2012-09-20 |
Vadim Zeitlin | Fix incorrect code sorting pages by their widths in...
|
commit | commitdiff | tree |
2012-09-19 |
Vadim Zeitlin | Update wxGTK.spec to work with openSUSE build server.
|
commit | commitdiff | tree |
2012-09-19 |
Vadim Zeitlin | Let wxWindow::Fit[Inside]() work even for windows without...
|
commit | commitdiff | tree |
next |