2012-09-30 |
Vadim Zeitlin | Read and write files using binary mode in wxStyledTextCtrl. |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Small optimization of wxFFile::ReadAll(): avoid extra... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Added wxFile::ReadAll() for consistency with wxFFile... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Reimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl. |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Fix wxStyledTextCtrl::WriteText() to replace the selection. |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Add per-direction wxSocket wait flags and byte counters. |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Don't crash in generic wxDataViewCtrl if it doesn't... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Add support for background-color style to span element... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Fix handling of spaces after <img> tag in wxHTML. |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Convert image tags to text using their alt attribute... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Fix handling of not fully specified min/max size in... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | No changes, just remove unneeded variable initialization. |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Revert "Don't use StringFormat::GenericTypographic... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Fix computation of menu button best size in generic... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Clear the search control automatically when it's "Cance... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Don't use text control foreground colour for generic... |
tree | commitdiff |
2012-09-30 |
Robin Dunn | Use Refresh when the initial paint was abandoned by... |
tree | commitdiff |
2012-09-28 |
Vadim Zeitlin | Fix generic wxSearchCtrl best size calculation. |
tree | commitdiff |
2012-09-28 |
Vadim Zeitlin | Don't send events for disabled ribbon bar buttons. |
tree | commitdiff |
2012-09-28 |
Vadim Zeitlin | Make wxHelpControllerBase::SetFrameParameters() title... |
tree | commitdiff |
2012-09-28 |
Vadim Zeitlin | Add "inherit" to <font> XRC tag. |
tree | commitdiff |
2012-09-28 |
Vadim Zeitlin | Fix testing for existence of paths with trailing separa... |
tree | commitdiff |
2012-09-28 |
Paul Cornett | Avoid unrealizing a frozen window |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Make wxTextEntryDialog resizable. |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Add two step creation to wxTextEntryDialog. |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Use SelectAll() instead of SetSelection(-1, -1). |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Remove the now unnecessary wxRichTextCtrl::SelectAll(). |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Fix _tputenv() return value test in wxSetEnv(). |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Account correctly for the controller when computing... |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Use wxSize::IncTo() in wxBookCtrlBase::DoGetBestSize(). |
tree | commitdiff |
2012-09-27 |
Vadim Zeitlin | Avoid useless iteration on all pages in wxBookCtrlBase... |
tree | commitdiff |
2012-09-26 |
Vadim Zeitlin | Do not unref GtkWidget of unattached wxMenuBar. |
tree | commitdiff |
2012-09-26 |
Vadim Zeitlin | Fix GTK warnings when destroying unattached wxMenuBar. |
tree | commitdiff |
2012-09-26 |
Vadim Zeitlin | Don't crash in wxMenuBar::Remove() if unattached in... |
tree | commitdiff |
2012-09-26 |
Vadim Zeitlin | Merge "selected" and "active" child in wxAuiMDIParentFrame. |
tree | commitdiff |
2012-09-25 |
Robin Dunn | Scintilla's Point class no longer matches the structure... |
tree | commitdiff |
2012-09-25 |
Paul Cornett | call Thaw() instead of DoThaw() so frozen status will... |
tree | commitdiff |
2012-09-25 |
Paul Cornett | fix deleting a frozen multi-line wxTextCtrl, see #13543 |
tree | commitdiff |
2012-09-25 |
Vadim Zeitlin | Really fix stack dumps for asserts and wxStackWalker... |
tree | commitdiff |
2012-09-25 |
Vadim Zeitlin | Use utf8_str(), not mb_str(), for strings passed to... |
tree | commitdiff |
2012-09-25 |
Vadim Zeitlin | Vietnamese translations update from Trần Ngọc Quân. |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | Improve SAFEARRAY support in wxMSW OLE Automation code. |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | No changes, just reuse a bit of code in wxMSW wxMDIPare... |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | Restore an iconized MDI child frame when activating it. |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | Correct best size computation for wxCheckBox with borde... |
tree | commitdiff |
2012-09-23 |
Vadim Zeitlin | Respect styles translated to WS_EX_XXX in wxMSW wxCheck... |
tree | commitdiff |
2012-09-22 |
Vadim Zeitlin | Allow wxWrapSizer to request more size than it used... |
tree | commitdiff |
2012-09-21 |
Vadim Zeitlin | Fix crash on wxMediaCtrl creation in wxMSW. |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Fix wxPluginLibrary wxClassInfo pointers initialization. |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Fix wrong configure test for abi::__forced_unwind in... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Rethrow abi::__forced_unwind in wxThread code under... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add public (but not documented) wxCheckBox::MSWMakeOwne... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Fix and enhance support for client data in wxRibbonButt... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add wxRibbonButtonBarEvent::GetButton(). |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add wxRibbonButtonBar::GetActiveItem() and GetHoveredIt... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add wxRibbonButtonBar::GetItem(), GetItemById() and... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Fix alpha handling in Scintilla when not using wxGraphi... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | No real changes, just remove an unnecessary variable... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Quote wxExecute() arguments in wxDebugReportUpload... |
tree | commitdiff |
2012-09-20 |
Jouk Jansen | backport wxspinctrl::get/setbase form gtk ->gtk1 |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add wxStyledTextCtrl::AnnotationClearLine(). |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add wxStyledTextCtrl::SelectNone() to the template... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Fix incorrect code sorting pages by their widths in... |
tree | commitdiff |
2012-09-19 |
Stefan Csomor | completing the removal of PICT |
tree | commitdiff |
2012-09-19 |
Stefan Csomor | bracing 10.7+ constant |
tree | commitdiff |
2012-09-19 |
Stefan Csomor | workaround for non-standard icon sizes under 64 bit |
tree | commitdiff |
2012-09-19 |
Stefan Csomor | fixing incorrect scrolling - which happened at least... |
tree | commitdiff |
2012-09-19 |
Vadim Zeitlin | Let wxWindow::Fit[Inside]() work even for windows witho... |
tree | commitdiff |
2012-09-18 |
Vadim Zeitlin | Show tooltips for the too long items in generic wxTreeCtrl. |
tree | commitdiff |
2012-09-18 |
Vadim Zeitlin | Fix wxMSW compilation in STL build after the changes... |
tree | commitdiff |
2012-09-17 |
Dimitri Schoolwerth | Set svn properties on recently added files. |
tree | commitdiff |
2012-09-17 |
Vadim Zeitlin | Don't show hidden wxGrid rows/columns when they're... |
tree | commitdiff |
2012-09-16 |
Vadim Zeitlin | No real changes, just remove an unneeded variable initi... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | No changes, just silence some MSVC 11 static analyzer... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Add help button support to wxRibbonBar. |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Fix text origin and bounding box computations in wxSVGF... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | No real changes, just slightly simplify wxSVGFileDCImpl... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Preserve size of wxGrid rows/columns when hiding and... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Fix wxGrid::PosToLinePos() in presence of hidden rows... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Fix wxGrid::AutoSizeColOrRow() logic for multicells. |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Handle underlined and strikethrough attributes in wxGTK... |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Take into account wxFONTFLAG_STRIKETHROUGH in wxGTK... |
tree | commitdiff |
2012-09-14 |
Vadim Zeitlin | Fix spelling in the comments in wxPropertyGrid code. |
tree | commitdiff |
2012-09-14 |
Vadim Zeitlin | Allow using horizontal cursor navigation keys in non... |
tree | commitdiff |
2012-09-14 |
Vadim Zeitlin | No changes, just remove an unused variable from CHM... |
tree | commitdiff |
2012-09-14 |
Vadim Zeitlin | No changes, just remove unnecessary variable initializa... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | No changes, just remove unneeded variable initialziatio... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Add wxBITMAP_PNG() macro similar to wxBITMAP() but... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Add wxBitmap::NewFromPNGData() for creating bitmaps... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Don't ignore invalid files entered into wxFileDirPicker... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Extract "Close" button creation from wxInfoBarGeneric... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Change wxMSW-specific wxLoadUserResource() to accept... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Don't initialize alpha twice when loading wxImage from... |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Fix wxFindWindowAtPoint() with nested windows in wxMSW. |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Fix setting colours for the edit control part of wxComb... |
tree | commitdiff |
2012-09-12 |
Julian Smart | Added support for wxTEXT_ATTR_EFFECT_SMALL_CAPITALS. |
tree | commitdiff |
2012-09-11 |
Steve Lamerton | Add generic wxFileSystem support to wxWebView using... |
tree | commitdiff |
2012-09-10 |
Steve Lamerton | Move wxWebViewIE missing definitions to webview_missing... |
tree | commitdiff |
2012-09-10 |
Stefan Csomor | layout adaption, current sizer code leads to too much... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Fix handling of wxTextEntry hints in wxGTK. |
tree | commitdiff |
next |