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 |
2012-09-09 |
Vadim Zeitlin | Fix deprecating warning introduced in r72446. |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Allow using versions of libnotify < 0.7 in wxGTK. |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Set modifiers properly for the key events with AltGr... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Remove workarounds for wxTextCtrl::SetValue() events... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Simplify and correct setting of initial directory for... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Fix harmless virtual function hiding warning in wxMSW... |
tree | commitdiff |
2012-09-09 |
Julian Smart | Ensure the selected style is visible. |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Don't try to determine the clicked item ourselves in... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Don't use StringFormat::GenericTypographic() in MSW... |
tree | commitdiff |
2012-09-09 |
Vadim Zeitlin | Use a single global StringFormat in all wxMSW wxGraphic... |
tree | commitdiff |
2012-09-08 |
Vadim Zeitlin | Undid accidental modification of wxTaskBarIcon in the... |
tree | commitdiff |
2012-09-08 |
Vadim Zeitlin | Fix narrow/wide string concatenation in recently added... |
tree | commitdiff |
2012-09-08 |
Vadim Zeitlin | Fix some typos in the comments in wxOSX code. |
tree | commitdiff |
2012-09-08 |
Václav Slavík | Fix VC6 compilation after r72430. |
tree | commitdiff |
2012-09-08 |
Václav Slavík | Add MUI_LANGUAGE_NAME to wx/msw/missing.h. |
tree | commitdiff |
2012-09-08 |
Václav Slavík | Add wxTranslations::GetBestTranslation(). |
tree | commitdiff |
2012-09-07 |
Václav Slavík | wxMSW: Fix incorrect subitem rect calculation in wxList... |
tree | commitdiff |
2012-09-06 |
Stefan Csomor | restrict change from r71719 because otherwise apps... |
tree | commitdiff |
2012-09-06 |
Steve Lamerton | Disable wxWebView::Find and associated functions under... |
tree | commitdiff |
2012-08-31 |
Václav Slavík | Fix compilation after r72375 - LC_CTYPE requires locale.h. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Fix opening URLs in new window with recent Firefox... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Explicitly reject the use of wxTE_PASSWORD in generic... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Generate wxEVT_COMMAND_TEXT_ENTER events for generic... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Add wxSpinCtrl::SetBase() to allow entering hexadecimal... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Remove wxOSX implementation of wxSpinCtrl and use the... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Refactor text to/from double conversion in wxSpinCtrlGe... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Remove wxRTTI macros from wxSpinCtrlGTKBase. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Fix position carried in wxSpin{Button,Ctrl} events... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Use wxSOCKET_WAITALL in wxHTTP to ensure that all data... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Fix bugs in parsing wxLongLong values starting with... |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Virtualize showing/hiding the pages in wxBookCtrlBase. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Don't lay out the window being destroyed unnecessarily. |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | avoid duplication in native dialog |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | use global NSLayoutManager |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | add global NSLayoutManager instance |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | fixes #13557 |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | temporary workaround |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | propagating font to the individual columns, changing... |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | remove duplicate code |
tree | commitdiff |
2012-08-28 |
Stefan Csomor | fixing usage of load states, set controller visible... |
tree | commitdiff |
2012-08-28 |
Steve Lamerton | Add support for searching and highlighting a wxWebView. |
tree | commitdiff |
2012-08-28 |
Jouk Jansen | Update of OpenVMS compile support |
tree | commitdiff |
2012-08-28 |
Jouk Jansen | compilation fix for case that wxHAS_RAW_BITMAP is NOT... |
tree | commitdiff |
2012-08-27 |
Stefan Csomor | reverting for the moment, original problem #12227,... |
tree | commitdiff |
2012-08-26 |
Vadim Zeitlin | Avoid crashes when creating initially hidden MDI child... |
tree | commitdiff |
2012-08-25 |
Julian Smart | Fixed typo in dialog project file |
tree | commitdiff |
2012-08-25 |
Julian Smart | Fixed a problem with text effects flag always being... |
tree | commitdiff |
2012-08-25 |
Václav Slavík | Make sure wchar_t CRT functions work on OS X. |
tree | commitdiff |
2012-08-25 |
Stefan Csomor | simpler implementation that also works over remote... |
tree | commitdiff |
2012-08-24 |
Vadim Zeitlin | No changes, just a typo fix in wxRichTextCtrl UI code. |
tree | commitdiff |
2012-08-16 |
Robin Dunn | Use the popup's background as a border on wxGTK too. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Fix bug in ribbon bar label size calculation. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Add page highlighting to wxRibbonBar. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Fix AUI appearance when a maximized pane becomes floating. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Respect item max sizes in wxBoxSizer. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | No real changes, just add wxSizerItem::AddBorderToSize... |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Honour window min and max sizes in wxWindow::GetBestSize(). |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Don't generate events from wxSpinCtrl::SetRange() in... |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Restore the use of wxListCtrl in report view in wxListbook. |
tree | commitdiff |
2012-08-15 |
Vadim Zeitlin | Fixes for forwarding events to parent in wxGenericListCtrl. |
tree | commitdiff |
2012-08-14 |
Robin Dunn | fix some compile warnings |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Update the wxVersionInfo, and don't forget to initializ... |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Update new names to conform, add new event types and... |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Minimal tweaks and additions to get wxSTC compiling... |
tree | commitdiff |
2012-08-14 |
Robin Dunn | fix a couple typos |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Initial copy of Scintilla 3.21 code |
tree | commitdiff |
2012-08-12 |
Stefan Csomor | forwarding style changes to documentViews, see #14578 |
tree | commitdiff |
2012-08-11 |
Vadim Zeitlin | Update the icon of a parent item without children in... |
tree | commitdiff |
2012-08-11 |
Vadim Zeitlin | Really delete the item in wxDataViewTreeStore::DeleteIt... |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Compilation fix for r72307. |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Show progress of printing in wxMSW. |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Fix crash when canceling printing in wxMSW. |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Return wxPrintAbortDialog from CreateAbortWindow(). |
tree | commitdiff |
2012-08-09 |
Václav Slavík | Create wxPrintAbortDialog more sensibly. |
tree | commitdiff |
2012-08-07 |
Paul Cornett | silence GCC warning suggesting parentheses |
tree | commitdiff |
2012-08-07 |
Václav Slavík | Make the modal print preview window behave like a modal... |
tree | commitdiff |
2012-08-06 |
Václav Slavík | Don't crash in wxBitmap::AllocExclusive(). |
tree | commitdiff |
2012-08-06 |
Vadim Zeitlin | A better fix for wxHash{Map,Set} with g++ 4.7. |
tree | commitdiff |
2012-08-05 |
Vadim Zeitlin | Fix uniconizing hidden top level windows in wxMSW. |
tree | commitdiff |
2012-08-05 |
Vadim Zeitlin | Fix the checkbox cell size in generic wxDataViewToggleR... |
tree | commitdiff |
2012-08-03 |
Vadim Zeitlin | Optimization: skip 0-sized cells in wxGrid::CalcCellsEx... |
tree | commitdiff |
2012-08-03 |
Robin Dunn | Add the ability to trigger a print from JavaScript... |
tree | commitdiff |
2012-08-03 |
Robin Dunn | Add the ability to trigger a print from JavaScript... |
tree | commitdiff |
2012-08-02 |
Robin Dunn | Enable the wxMediaCtrl backend for wxOSX-cocoa in the... |
tree | commitdiff |
2012-08-02 |
Paul Cornett | remove unused OSX includes |
tree | commitdiff |
2012-08-02 |
Paul Cornett | Fix wxGCDC::Clear() for Cairo, and possibly MSW. |
tree | commitdiff |
2012-08-01 |
Vadim Zeitlin | No changes, just fix typos in comments in wxOSX files. |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Fix wxKeyEvent::m_uniChar for EVT_CHAR for native contr... |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Allow setting LCID used by wxAutomationObject. |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | Use compatibility_iterator instead of "Node*" in wxWinC... |
tree | commitdiff |
2012-07-31 |
Vadim Zeitlin | No changes, just fix some typos in wxDFB comments. |
tree | commitdiff |
next |