2012-04-15 |
Vadim Zeitlin | No real changes, just fix misspellings in comments... |
tree | commitdiff |
2012-04-14 |
Vadim Zeitlin | Add support for horizontal mouse wheel events to wxGTK... |
tree | commitdiff |
2012-04-08 |
Vadim Zeitlin | Always use UTF-8 for file names passed to GTK+ function... |
tree | commitdiff |
2012-04-04 |
Vadim Zeitlin | Fix wxRadioButtons without explicit wxRB_GROUP styles... |
tree | commitdiff |
2012-03-28 |
Steve Lamerton | Minor changes, just trim trailing spaces in webview... |
tree | commitdiff |
2012-03-25 |
Paul Cornett | replace wxBitmap::SetPixbuf() with wxBitmap ctor taking... |
tree | commitdiff |
2012-03-25 |
Vadim Zeitlin | Add a private GetNotebookWidget() accessor to wxGTK. |
tree | commitdiff |
2012-03-23 |
Paul Cornett | avoid reported problem with RHEL 5 GTK+ 2.10 where... |
tree | commitdiff |
2012-03-22 |
Paul Cornett | fix building with GTK+ < 2.8 |
tree | commitdiff |
2012-03-21 |
Vadim Zeitlin | Fix display of "const" methods in wxGTK assert dialog. |
tree | commitdiff |
2012-03-20 |
Paul Cornett | make wxMask pixmap member private |
tree | commitdiff |
2012-03-20 |
Paul Cornett | Fix keyboard navigation broken in r70324, see #14084 |
tree | commitdiff |
2012-03-14 |
Vadim Zeitlin | Implement wxDirDialog:: and wxFileDialog::Create()... |
tree | commitdiff |
2012-03-11 |
Vadim Zeitlin | Update the text part of combobox when changing text... |
tree | commitdiff |
2012-03-06 |
Paul Cornett | fix test for transparent pen broken in r65820 |
tree | commitdiff |
2012-03-04 |
Paul Cornett | remove unnecessary includes |
tree | commitdiff |
2012-03-01 |
Paul Cornett | remove signal-blocking variable, instead just connect... |
tree | commitdiff |
2012-03-01 |
Paul Cornett | use m_ prefix for web_view member, and make it a WebKit... |
tree | commitdiff |
2012-03-01 |
Paul Cornett | remove extra g_object_ref() on web view widget |
tree | commitdiff |
2012-02-29 |
Paul Cornett | remove unnecessary gtk_widget_show(m_widget) calls... |
tree | commitdiff |
2012-02-29 |
Paul Cornett | small includes cleanup |
tree | commitdiff |
2012-02-29 |
Paul Cornett | remove unnecessary gtk_widget_show() calls, PostCreatio... |
tree | commitdiff |
2012-02-29 |
Vadim Zeitlin | Ignore setting empty path in wxGTK wxFileDialog. |
tree | commitdiff |
2012-02-28 |
Paul Cornett | remove unnecessary override of AddChildGTK |
tree | commitdiff |
2012-02-28 |
Paul Cornett | Remove code to query GDK window origin from DoGetPositi... |
tree | commitdiff |
2012-02-28 |
Paul Cornett | avoid crash if IsMaximized() is called before native... |
tree | commitdiff |
2012-02-28 |
Vadim Zeitlin | Interpret default file name relatively to initial dir... |
tree | commitdiff |
2012-02-27 |
Paul Cornett | use 0 (== GTK_STATE_NORMAL) for state parameter default |
tree | commitdiff |
2012-02-27 |
Paul Cornett | avoid making copy of font description |
tree | commitdiff |
2012-02-27 |
Vadim Zeitlin | Only include <unistd.h> under Unix in wxGTK code. |
tree | commitdiff |
2012-02-26 |
Vadim Zeitlin | Fix wxGTK compilation when using non X11-based GDK. |
tree | commitdiff |
2012-02-23 |
Vadim Zeitlin | Use wxStrnicmp() instead of strncasecmp() in wxGTK... |
tree | commitdiff |
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 |
next |