2012-01-31 |
Vadim Zeitlin | Fix wxHTTP::SetPostBuffer() compilation in ANSI build. |
tree | commitdiff |
2012-01-31 |
Paul Cornett | handle theme change which changes window border width |
tree | commitdiff |
2012-01-30 |
Stefan Csomor | attempt to isolate which Update() calls are necessary... |
tree | commitdiff |
2012-01-30 |
Stefan Csomor | always setting the event object to the menu, see #1595 |
tree | commitdiff |
2012-01-30 |
Stefan Csomor | fixing the routing of UpdateUI to the window by just... |
tree | commitdiff |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont, should have been... |
tree | commitdiff |
2012-01-29 |
Paul Cornett | use GTKSetPangoAttrs in wxCairoContext |
tree | commitdiff |
2012-01-29 |
Paul Cornett | move Pango underline workaround into wxFont::GTKSetPang... |
tree | commitdiff |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont |
tree | commitdiff |
2012-01-28 |
Stefan Csomor | use translatable strings as format template for menu... |
tree | commitdiff |
2012-01-25 |
Julian Smart | Added further API for intercepting deletion and content... |
tree | commitdiff |
2012-01-25 |
Stefan Csomor | structure code to Cocoa's possibilities, allows tool... |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Fix return value of wxMBConvUTF8::FromWChar(). |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Update wxCommandProcessor after saving wxDocument. |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Fix wxCommandProcessor::IsDirty() result after undoing... |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Don't compare invalid iterators in wxCommandProcessor... |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Minor fixes to wxDataViewCtrl::HitTest() in wxGTK. |
tree | commitdiff |
2012-01-25 |
Vadim Zeitlin | Set the initial size of the expanded ribbon panel corre... |
tree | commitdiff |
2012-01-24 |
Vadim Zeitlin | Fix setting frame icon when using non-standard icon... |
tree | commitdiff |
2012-01-24 |
Vadim Zeitlin | Append all items at once during wxChoice creation in... |
tree | commitdiff |
2012-01-24 |
Paul Cornett | add strike-through font support to wxGraphicsContext... |
tree | commitdiff |
2012-01-23 |
Stefan Csomor | adding missing stubs |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix wxButtonToolBar compilation after adding new wxFont... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add a property to configure file property dialog kind. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix wxTextAttr::m_fontStrikethrough initialization. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add support for stricken-through fonts. |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add wxFont ctor taking a single flags argument instead... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix wxAffineMatrix2D::Translate() to multiply on the... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix incorrect scroll positions used in SetScrollbars(). |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Fix incorrect cast resulting in a warning in wxMSW... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Avoid warnings about mismatched format string in wxMSW... |
tree | commitdiff |
2012-01-23 |
Stefan Csomor | using existing member |
tree | commitdiff |
2012-01-22 |
Stefan Neis | Fixed typo in variable name, fixing #13872. |
tree | commitdiff |
2012-01-21 |
Vadim Zeitlin | Fix reparenting generic wxSpinCtrl. |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Fix time zone in wxDateTime::UNow(). |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Add error checking when retrieving client data from... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Check that an error really occurred when getting wxChoi... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Destroy modeless wxGenericAboutDialog when it is closed. |
tree | commitdiff |
2012-01-20 |
Dimitri Schoolwerth | Removed ellipsis from "About..." occurrences. |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Reset next wxMenu event handler in wxUniv when detachin... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Try to avoid truncation of the message in wxMSW wxMessa... |
tree | commitdiff |
2012-01-20 |
Vadim Zeitlin | Add SetPostBuffer(wxMemoryBuffer) and SetPostText(... |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | adapting to new raw_control |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | fixing m_axe access indices |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | guard against invalid color ref |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | solving include order problems for stl and xti |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | use better backward compatibility for menu_open, don... |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | guard against invalid color ref |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | solving include order problems for stl and xti |
tree | commitdiff |
2012-01-18 |
Vadim Zeitlin | Skip EVT_RIGHT_UP event in wxHtmlWindow if it wasn... |
tree | commitdiff |
2012-01-18 |
Vadim Zeitlin | Avoid needless second string conversion when adding... |
tree | commitdiff |
2012-01-18 |
Dimitri Schoolwerth | Synchronised svn:eol-style and svn:executable propertie... |
tree | commitdiff |
2012-01-18 |
Dimitri Schoolwerth | merged libpng 1.5.7 to trunk |
tree | commitdiff |
2012-01-18 |
Stefan Csomor | fixing RTTI |
tree | commitdiff |
2012-01-18 |
Vadim Zeitlin | No changes, just minor wxMSW code cleanup: use WinStruct<>. |
tree | commitdiff |
2012-01-17 |
Stefan Csomor | missing commit, see #10269 |
tree | commitdiff |
2012-01-17 |
Julian Smart | Added drawing context to allow 'virtual' (dynamic)... |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Replace wxDataViewCtrl::StartEditor() with EditItem(). |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Removed unused, wrong wxDataViewCtrl code. |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Add wxDataViewCtrl::GetCurrentColumn(). |
tree | commitdiff |
2012-01-17 |
Julian Smart | Support for undoable application of custom properties... |
tree | commitdiff |
2012-01-17 |
Dimitri Schoolwerth | Fixed keyboard navigation in generic tree control. |
tree | commitdiff |
2012-01-16 |
Vadim Zeitlin | Only return the requested data from generic wxListCtrl... |
tree | commitdiff |
2012-01-16 |
Vadim Zeitlin | Set all event fields correctly for drag events in gener... |
tree | commitdiff |
2012-01-15 |
Steve Lamerton | Implement IDocHostUIHandler in wxWebViewIE to improve... |
tree | commitdiff |
2012-01-15 |
Steve Lamerton | Add wxActiveXContainer::QueryClientSiteInterface to... |
tree | commitdiff |
2012-01-15 |
Julian Smart | Added min and max size to box attributes; made property... |
tree | commitdiff |
2012-01-15 |
Václav Slavík | Don't crash if XRC file contains '_' at the end of... |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | native maxlength support, fixes #10269 (for osx_cocoa) |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | removing duplicated method, wiring native maxlength... |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Remove wxMGL port. |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | patch applied with thanks, fixes #13865 |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Remove Palm OS port. |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Correct wrong checks for wxUSE_OWNER_DRAWN. |
tree | commitdiff |
2012-01-14 |
Paul Cornett | in addition to key events, also prevent unhandled mouse... |
tree | commitdiff |
2012-01-14 |
Vadim Zeitlin | Fix the size of the font returned from wxTextCtrl:... |
tree | commitdiff |
2012-01-14 |
Vadim Zeitlin | Update wxNotebook selection when user changes the page... |
tree | commitdiff |
2012-01-14 |
Václav Slavík | Make column width calculations in wxDataViewCtrl and... |
tree | commitdiff |
2012-01-13 |
Vadim Zeitlin | Call tzset() for all compilers before using time zone... |
tree | commitdiff |
2012-01-13 |
Vadim Zeitlin | Correct handle passed to DocumentProperties() in MSW... |
tree | commitdiff |
2012-01-13 |
Jouk Jansen | Update makefiles for OpenVMS |
tree | commitdiff |
2012-01-12 |
Paul Cornett | revert r70315, key event propagation should be fixed... |
tree | commitdiff |
2012-01-12 |
Paul Cornett | prevent unhandled key events from propagating up parent... |
tree | commitdiff |
2012-01-11 |
Václav Slavík | Don't react to Enter/Space/F2 with modifiers in generic... |
tree | commitdiff |
2012-01-11 |
Vadim Zeitlin | Add wxUSE_OWNER_DRAW checks to wxMSW wxMenu code. |
tree | commitdiff |
2012-01-10 |
Vadim Zeitlin | Fix UI in generic wxListCtrl when pressing cursor arrow... |
tree | commitdiff |
2012-01-10 |
Dimitri Schoolwerth | Fixed clicking on MSW slider not changing value with... |
tree | commitdiff |
2012-01-10 |
Vadim Zeitlin | Fix wxFrame::AttachMenuBar() compilation under Windows CE. |
tree | commitdiff |
2012-01-10 |
Vadim Zeitlin | Use wxAbort() instead of abort() to fix Windows CE... |
tree | commitdiff |
2012-01-10 |
Vadim Zeitlin | Added wxAbort() which can also be used under Windows CE. |
tree | commitdiff |
2012-01-10 |
Vadim Zeitlin | Add missing wxUSE_TOOLTIPS and wxUSE_UXTHEME checks... |
tree | commitdiff |
2012-01-09 |
Václav Slavík | Don't crash in generic wxDataViewCtrl if selected colum... |
tree | commitdiff |
2012-01-09 |
Vadim Zeitlin | Use wxT() instead of _T() in XTI code. |
tree | commitdiff |
2012-01-09 |
Vadim Zeitlin | Use wxT(), not _T(), in wxRichText code. |
tree | commitdiff |
2012-01-09 |
Julian Smart | Improved layout, in particular passed a container size... |
tree | commitdiff |
2012-01-09 |
Dimitri Schoolwerth | no code changes, fixed some typos |
tree | commitdiff |
2012-01-09 |
Jouk Jansen | Correction for the #define wxUSE_DRAG_AND_DROP 0 case |
tree | commitdiff |
2012-01-09 |
Paul Cornett | move render params out of wxDataViewCustomRenderer |
tree | commitdiff |
2012-01-08 |
Julian Smart | Fixed default style setting to take into account text... |
tree | commitdiff |
next |