2012-09-30 |
Vadim Zeitlin | Revert "Don't use StringFormat::GenericTypographic... |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Vadim Zeitlin | Fix computation of menu button best size in generic... |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Vadim Zeitlin | Clear the search control automatically when it's "Cance... |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Vadim Zeitlin | Don't use text control foreground colour for generic... |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Paul Cornett | make wxWindowGTK::Init() private, it is not meant to... |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Robin Dunn | Use Refresh when the initial paint was abandoned by... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Vadim Zeitlin | Fix generic wxSearchCtrl best size calculation. |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Vadim Zeitlin | Fix wxSearchCtrl recreation in the widgets sample. |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Vadim Zeitlin | Remove unused SearchCtrlWidgetsPage::Reset() from widge... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Vadim Zeitlin | Don't send events for disabled ribbon bar buttons. |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Vadim Zeitlin | Make wxHelpControllerBase::SetFrameParameters() title... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Vadim Zeitlin | Add "inherit" to <font> XRC tag. |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Vadim Zeitlin | Fix testing for existence of paths with trailing separa... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Paul Cornett | Avoid unrealizing a frozen window |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Vadim Zeitlin | Make wxTextEntryDialog resizable. |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Vadim Zeitlin | Add two step creation to wxTextEntryDialog. |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Vadim Zeitlin | Use SelectAll() instead of SetSelection(-1, -1). |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Vadim Zeitlin | Remove the now unnecessary wxRichTextCtrl::SelectAll(). |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Vadim Zeitlin | Fix _tputenv() return value test in wxSetEnv(). |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Vadim Zeitlin | Account correctly for the controller when computing... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Vadim Zeitlin | Use wxSize::IncTo() in wxBookCtrlBase::DoGetBestSize(). |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Vadim Zeitlin | Avoid useless iteration on all pages in wxBookCtrlBase... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Vadim Zeitlin | Do not unref GtkWidget of unattached wxMenuBar. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Vadim Zeitlin | Fix GTK warnings when destroying unattached wxMenuBar. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Vadim Zeitlin | Don't crash in wxMenuBar::Remove() if unattached in... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Vadim Zeitlin | Update MSW installation instructions for 2.9. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Vadim Zeitlin | Merge "selected" and "active" child in wxAuiMDIParentFrame. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Robin Dunn | Reserve the whole style byte for styles. See #14688 |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Robin Dunn | Scintilla's Point class no longer matches the structure... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Bryan Petty | Fixed interface typo breaking wxRibbonBar docs (from... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Paul Cornett | call Thaw() instead of DoThaw() so frozen status will... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Paul Cornett | fix deleting a frozen multi-line wxTextCtrl, see #13543 |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Vadim Zeitlin | Attempt to fix wxHelpControllerBase::SetFrameParameters... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Stefan Csomor | adding constants for newer OSX versions to make sure... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Vadim Zeitlin | Add wxGenericAboutDialog documentation. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Vadim Zeitlin | Fix too hastily copy-pasted wxVariantDataSafeArray... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Vadim Zeitlin | Really fix stack dumps for asserts and wxStackWalker... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Vadim Zeitlin | Use utf8_str(), not mb_str(), for strings passed to... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Vadim Zeitlin | Vietnamese translations update from Trần Ngọc Quân. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Vadim Zeitlin | Improve SAFEARRAY support in wxMSW OLE Automation code. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Vadim Zeitlin | Explain EVT_CONTEXT_MENU generation in more details. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Vadim Zeitlin | No changes, just reuse a bit of code in wxMSW wxMDIPare... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Vadim Zeitlin | Restore an iconized MDI child frame when activating it. |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Vadim Zeitlin | Correct best size computation for wxCheckBox with borde... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Vadim Zeitlin | Respect styles translated to WS_EX_XXX in wxMSW wxCheck... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Vadim Zeitlin | Allow wxWrapSizer to request more size than it used... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Vadim Zeitlin | Make wxWrapSizer demo in the layout sample more dynamic. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Vadim Zeitlin | Credit "sodev" with correct full name. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Vadim Zeitlin | Fix crash on wxMediaCtrl creation in wxMSW. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Fix wxPluginLibrary wxClassInfo pointers initialization. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Fix wrong configure test for abi::__forced_unwind in... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Rethrow abi::__forced_unwind in wxThread code under... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Add public (but not documented) wxCheckBox::MSWMakeOwne... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Fix and enhance support for client data in wxRibbonButt... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Add wxRibbonButtonBarEvent::GetButton(). |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Add wxRibbonButtonBar::GetActiveItem() and GetHoveredIt... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Add wxRibbonButtonBar::GetItem(), GetItemById() and... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Fix alpha handling in Scintilla when not using wxGraphi... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Robin Dunn | Document ShowWithoutActivating |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Make it possible to TAB-navigate among wxStaticBox... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | No real changes, just remove an unnecessary variable... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Better documentation for wxRect::Set{Left,Top}(). |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Quote wxExecute() arguments in wxDebugReportUpload... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Jouk Jansen | backport wxspinctrl::get/setbase form gtk ->gtk1 |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Add wxStyledTextCtrl::AnnotationClearLine(). |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Add wxStyledTextCtrl::SelectNone() to the template... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Vadim Zeitlin | Fix incorrect code sorting pages by their widths in... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stefan Csomor | completing the removal of PICT |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Steve Lamerton | Update the wxSpinCtrlDouble documentation so SetIncreme... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Robin Dunn | Add define for MAC_OS_X_VERSION_10_7 if there isn't... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stefan Csomor | bracing 10.7+ constant |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stefan Csomor | workaround for non-standard icon sizes under 64 bit |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Jouk Jansen | Update setup.h for OpenVMS |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stefan Csomor | fixing incorrect scrolling - which happened at least... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Vadim Zeitlin | Update wxGTK.spec to work with openSUSE build server. |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Vadim Zeitlin | Let wxWindow::Fit[Inside]() work even for windows witho... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Vadim Zeitlin | More s/loose/lose/ in wxEncodingConverter comments. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Vadim Zeitlin | Show tooltips for the too long items in generic wxTreeCtrl. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Vadim Zeitlin | Fix wxMSW compilation in STL build after the changes... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Dimitri Schoolwerth | Set svn properties on recently added files. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Vadim Zeitlin | Rebake after addition of richtexttabspage.h in r72497. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Vadim Zeitlin | Don't show hidden wxGrid rows/columns when they're... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Vadim Zeitlin | No changes, just fix some typos in the comments in... |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Vadim Zeitlin | No real changes, just remove an unneeded variable initi... |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Julian Smart | Updates |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Julian Smart | Added include/wx/richtext/richtexttabspage.h to files.bkl |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Vadim Zeitlin | No changes, just silence some MSVC 11 static analyzer... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Vadim Zeitlin | Add help button support to wxRibbonBar. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Vadim Zeitlin | Fix text origin and bounding box computations in wxSVGF... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Vadim Zeitlin | No real changes, just slightly simplify wxSVGFileDCImpl... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Vadim Zeitlin | Minor fixes to wxSVGFileDC implementation. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Vadim Zeitlin | Preserve size of wxGrid rows/columns when hiding and... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Vadim Zeitlin | Fix wxGrid::PosToLinePos() in presence of hidden rows... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Vadim Zeitlin | Fix wxGrid::AutoSizeColOrRow() logic for multicells. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Vadim Zeitlin | Handle underlined and strikethrough attributes in wxGTK... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Vadim Zeitlin | Take into account wxFONTFLAG_STRIKETHROUGH in wxGTK... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Vadim Zeitlin | Fix spelling in the comments in wxPropertyGrid code. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Vadim Zeitlin | Allow using horizontal cursor navigation keys in non... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Vadim Zeitlin | No changes, just remove an unused variable from CHM... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Vadim Zeitlin | No changes, just remove unnecessary variable initializa... |
commit | commitdiff | tree | snapshot |
next |