2012-02-22 |
Vadim Zeitlin | Don't crash when using wxPrintDialog with NULL parent... |
tree | commitdiff |
2012-02-15 |
Paul Cornett | modification to fix in r70597, has-window check is... |
tree | commitdiff |
2012-02-15 |
Paul Cornett | avoid sending mouse events to the wrong window, fixes... |
tree | commitdiff |
2012-02-11 |
Paul Cornett | remove wxGraphicsContext dependency for transparent... |
tree | commitdiff |
2012-02-11 |
Vadim Zeitlin | Implement wxBG_STYLE_TRANSPARENT support for wxGTK. |
tree | commitdiff |
2012-02-05 |
Paul Cornett | remove code ifdef-ed on __X__, it is never defined... |
tree | commitdiff |
2012-02-05 |
Vadim Zeitlin | Fix initial state of radio toolbar tools in wxGTK. |
tree | commitdiff |
2012-01-31 |
Paul Cornett | remove virtual override that just calls base |
tree | commitdiff |
2012-01-31 |
Paul Cornett | implement wxGetMousePosition without using X-specific... |
tree | commitdiff |
2012-01-31 |
Paul Cornett | handle theme change which changes window border width |
tree | commitdiff |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont, should have been... |
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-25 |
Vadim Zeitlin | Minor fixes to wxDataViewCtrl::HitTest() in wxGTK. |
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-17 |
Václav Slavík | Replace wxDataViewCtrl::StartEditor() with EditItem(). |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Add wxDataViewCtrl::GetCurrentColumn(). |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. |
tree | commitdiff |
2012-01-14 |
Paul Cornett | in addition to key events, also prevent unhandled mouse... |
tree | commitdiff |
2012-01-13 |
Jouk Jansen | Update makefiles for OpenVMS |
tree | commitdiff |
2012-01-12 |
Paul Cornett | prevent unhandled key events from propagating up parent... |
tree | commitdiff |
2012-01-09 |
Paul Cornett | move render params out of wxDataViewCustomRenderer |
tree | commitdiff |
2012-01-08 |
Paul Cornett | use correct signature for init functions |
tree | commitdiff |
2012-01-08 |
Paul Cornett | remove unnecessary class definitions and variables |
tree | commitdiff |
2012-01-08 |
Paul Cornett | remove unnecessary finalize overrides |
tree | commitdiff |
2011-12-28 |
Vadim Zeitlin | Add standard art providers at the bottom of the art... |
tree | commitdiff |
2011-12-27 |
Vadim Zeitlin | Fix warning about non-virtual dtor in wxDataViewCtrlInt... |
tree | commitdiff |
2011-12-27 |
Vadim Zeitlin | Suppress gcc -Wint-to-pointer-cast warnings in GTK... |
tree | commitdiff |
2011-12-24 |
Vadim Zeitlin | Implement wxNotebook::CalcSizeFromPage() for wxGTK. |
tree | commitdiff |
2011-12-22 |
Paul Cornett | remove SetBackgroundStyle call from OnInternalIdle... |
tree | commitdiff |
2011-12-18 |
Vadim Zeitlin | Added wxFilePickerCtrl::SetInitialDirectory(). |
tree | commitdiff |
2011-12-11 |
Paul Cornett | fix GetTextExtent with non-null font argument, fixes... |
tree | commitdiff |
2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Refactor to eliminate duplication in wxGTK key events... |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Fix Unicode key code for Ctrl-letter in wxGTK. |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Don't use gtk_menu_item_set_submenu() with NULL menu... |
tree | commitdiff |
2011-12-07 |
Paul Cornett | In Refresh(), allow for possibility that child is mappe... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Pretend that the window showing popup menu has focus... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW. |
tree | commitdiff |
2011-12-01 |
Paul Cornett | Fix crash when appending menuitem after removing it... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Remove unused variable from wxWebViewWebKit code in... |
tree | commitdiff |
2011-11-30 |
Vadim Zeitlin | Fix wxWebView compilation in STL build with wxGTK. |
tree | commitdiff |
2011-11-28 |
Paul Cornett | update _GOptionGroup check |
tree | commitdiff |
2011-11-28 |
Paul Cornett | build fixes for Universal |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Don't crash when changing label of label-less wxToggleB... |
tree | commitdiff |
2011-11-25 |
Paul Cornett | check for self-assignment in operator= |
tree | commitdiff |
2011-11-25 |
Paul Cornett | copy array with memcpy rather than a loop |
tree | commitdiff |
2011-11-25 |
Paul Cornett | use int instead of size_t for a couple member variables |
tree | commitdiff |
2011-11-17 |
Robin Dunn | Don't include webkit headers from wx headers |
tree | commitdiff |
2011-11-14 |
Jouk Jansen | Update compile support fror wxGTK on OpenVMS |
tree | commitdiff |
2011-11-12 |
Paul Cornett | position expander in center of given rectangle |
tree | commitdiff |
2011-11-11 |
Paul Cornett | use correct function to free GtkTextAttributes |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Remove all unwanted occurrences of -mt/-pthread in... |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Move GDK_META_MASK definition in the header in which... |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Compilation fixes for GTK+ 2.4. |
tree | commitdiff |
2011-11-08 |
Vadim Zeitlin | Add missing stdio.h include to wxGTK assert dialog... |
tree | commitdiff |
2011-10-31 |
Paul Cornett | fix creation of bitmap from image with requested depth 32 |
tree | commitdiff |
2011-10-31 |
Paul Cornett | simplify Refresh(), ancestors of a mapped window have... |
tree | commitdiff |
2011-10-31 |
Paul Cornett | in DoSetSize, only call GetPosition if necessary |
tree | commitdiff |
2011-10-31 |
Paul Cornett | correct callback function signature |
tree | commitdiff |
2011-10-31 |
Paul Cornett | move class function out of extern "C" block |
tree | commitdiff |
2011-10-31 |
Paul Cornett | simplify code calling gtk_window_set_urgency_hint |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Make GTK callbacks passed to GTKConnectWidget() extern... |
tree | commitdiff |
2011-10-26 |
Václav Slavík | Fix incorrect handling of ItemsAdded() in wxDataViewCtrl. |
tree | commitdiff |
2011-10-25 |
Paul Cornett | fix wxMDIChildFrame after r69390 and r69468, TLW realiz... |
tree | commitdiff |
2011-10-25 |
Paul Cornett | avoid GDK warning "drawable is not a pixmap or window" |
tree | commitdiff |
2011-10-25 |
Paul Cornett | avoid GTK3 warning "GtkNotebook %p is mapped but visibl... |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Cleanup of wxDataViewCtrl cell activation code. |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Move InitMouseEvent<T>() to wx/gtk/private/event.h. |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Use wxDatePickerCtrl in wxDataViewDateRenderer. |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Send wxEVT_CREATE and do other post-realization initial... |
tree | commitdiff |
2011-10-19 |
Václav Slavík | Set wxFocusEvent's window value for wxEVT_KILL_FOCUS... |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Fix for PCH-less compilation after wxNonOwnedWindow... |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxNonOwnedWindow::SetShape(wxGraphicsPath). |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Document and test behaviour of wxRegion methods when... |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Correct the direction passed to wxDataObject in wxGTK... |
tree | commitdiff |
2011-10-15 |
Václav Slavík | Set wxDataViewCtrl::m_focusWidget in wxGTK. |
tree | commitdiff |
2011-10-15 |
Václav Slavík | Don't call wxEvent::SetTimestamp() twice in InitMouseEv... |
tree | commitdiff |
2011-10-13 |
Vadim Zeitlin | The usual fix for PCH-less compilation after the last... |
tree | commitdiff |
2011-10-13 |
Vadim Zeitlin | Implement SetShape() for wxPopupWindow in wxGTK. |
tree | commitdiff |
2011-10-12 |
Vadim Zeitlin | And another compilation fix. |
tree | commitdiff |
2011-10-12 |
Vadim Zeitlin | Compilation fix after a bad merge. |
tree | commitdiff |
2011-10-12 |
Vadim Zeitlin | Added wxWindow::GTKHandleRealized() virtual method... |
tree | commitdiff |
2011-09-28 |
Jouk Jansen | Include support for OpenVMS IA64 |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Send EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Remove wxHeaderColumn::SetAsSortKey() and only use... |
tree | commitdiff |
2011-09-12 |
Steve Lamerton | Update wxWebView guards to stop backend compilation... |
tree | commitdiff |
2011-09-12 |
Václav Slavík | Fix appending of non-leaf node to wxGTK's wxDataViewCtrl. |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge the new wxWebView classes from the SOC2011_WEBVIE... |
tree | commitdiff |
2011-09-10 |
Paul Cornett | update WarpPointer for GTK3 |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-09-07 |
Paul Cornett | remove unnecessary GTK declarations from defs.h, move... |
tree | commitdiff |
2011-08-31 |
Václav Slavík | Add items to correct position in wxDataViewCtrl:ItemAdded. |
tree | commitdiff |
2011-08-27 |
Václav Slavík | Notify GtkTreeView if a node stops being a parent. |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Don't refresh not yet realized widget in wxGTK wxDataVi... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Harmonize wxDataViewCtrl::GetSelection() behaviour... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | No changes, just add wxGtkList to ensure g_list_free... |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | Add wxWithImages helper mix-in with {Set,Get,Assign... |
tree | commitdiff |
next |