move widget resize handling from DoSetSize to DoMoveWindow
[wxWidgets.git] / src / gtk /
2012-04-19  Paul Cornettmove widget resize handling from DoSetSize to DoMoveWindow
2012-04-19  Paul Cornettsimplify default border code in DoSetSize
2012-04-19  Paul Cornettrearrange some code in DoSetSize to facilitate upcoming...
2012-04-19  Vadim ZeitlinFix for wxUniv/GTK compilation.
2012-04-18  Paul CornettAdjust x,y parameters by pizza scroll offset in DoSetSize
2012-04-16  Paul Cornettremove AdjustForParentClientOrigin call, it does nothin...
2012-04-15  Vadim ZeitlinNo real changes, just fix misspellings in comments...
2012-04-14  Vadim ZeitlinAdd support for horizontal mouse wheel events to wxGTK...
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2012-04-04  Vadim ZeitlinFix wxRadioButtons without explicit wxRB_GROUP styles...
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
2012-03-25  Paul Cornettreplace wxBitmap::SetPixbuf() with wxBitmap ctor taking...
2012-03-25  Vadim ZeitlinAdd a private GetNotebookWidget() accessor to wxGTK.
2012-03-23  Paul Cornettavoid reported problem with RHEL 5 GTK+ 2.10 where...
2012-03-22  Paul Cornettfix building with GTK+ < 2.8
2012-03-21  Vadim ZeitlinFix display of "const" methods in wxGTK assert dialog.
2012-03-20  Paul Cornettmake wxMask pixmap member private
2012-03-20  Paul CornettFix keyboard navigation broken in r70324, see #14084
2012-03-14  Vadim ZeitlinImplement wxDirDialog:: and wxFileDialog::Create()...
2012-03-11  Vadim ZeitlinUpdate the text part of combobox when changing text...
2012-03-06  Paul Cornettfix test for transparent pen broken in r65820
2012-03-04  Paul Cornettremove unnecessary includes
2012-03-01  Paul Cornettremove signal-blocking variable, instead just connect...
2012-03-01  Paul Cornettuse m_ prefix for web_view member, and make it a WebKit...
2012-03-01  Paul Cornettremove extra g_object_ref() on web view widget
2012-02-29  Paul Cornettremove unnecessary gtk_widget_show(m_widget) calls...
2012-02-29  Paul Cornettsmall includes cleanup
2012-02-29  Paul Cornettremove unnecessary gtk_widget_show() calls, PostCreatio...
2012-02-29  Vadim ZeitlinIgnore setting empty path in wxGTK wxFileDialog.
2012-02-28  Paul Cornettremove unnecessary override of AddChildGTK
2012-02-28  Paul CornettRemove code to query GDK window origin from DoGetPositi...
2012-02-28  Paul Cornettavoid crash if IsMaximized() is called before native...
2012-02-28  Vadim ZeitlinInterpret default file name relatively to initial dir...
2012-02-27  Paul Cornettuse 0 (== GTK_STATE_NORMAL) for state parameter default
2012-02-27  Paul Cornettavoid making copy of font description
2012-02-27  Vadim ZeitlinOnly include <unistd.h> under Unix in wxGTK code.
2012-02-26  Vadim ZeitlinFix wxGTK compilation when using non X11-based GDK.
2012-02-23  Vadim ZeitlinUse wxStrnicmp() instead of strncasecmp() in wxGTK...
2012-02-22  Vadim ZeitlinDon't crash when using wxPrintDialog with NULL parent...
2012-02-15  Paul Cornettmodification to fix in r70597, has-window check is...
2012-02-15  Paul Cornettavoid sending mouse events to the wrong window, fixes...
2012-02-11  Paul Cornettremove wxGraphicsContext dependency for transparent...
2012-02-11  Vadim ZeitlinImplement wxBG_STYLE_TRANSPARENT support for wxGTK.
2012-02-05  Paul Cornettremove code ifdef-ed on __X__, it is never defined...
2012-02-05  Vadim ZeitlinFix initial state of radio toolbar tools in wxGTK.
2012-01-31  Paul Cornettremove virtual override that just calls base
2012-01-31  Paul Cornettimplement wxGetMousePosition without using X-specific...
2012-01-31  Paul Cornetthandle theme change which changes window border width
2012-01-29  Paul Cornettmove SetPangoAttrsForFont to wxFont, should have been...
2012-01-29  Paul Cornettmove Pango underline workaround into wxFont::GTKSetPang...
2012-01-29  Paul Cornettmove SetPangoAttrsForFont to wxFont
2012-01-25  Vadim ZeitlinMinor fixes to wxDataViewCtrl::HitTest() in wxGTK.
2012-01-23  Vadim ZeitlinAdd support for stricken-through fonts.
2012-01-23  Vadim ZeitlinAdd wxFont ctor taking a single flags argument instead...
2012-01-17  Václav SlavíkReplace wxDataViewCtrl::StartEditor() with EditItem().
2012-01-17  Václav SlavíkAdd wxDataViewCtrl::GetCurrentColumn().
2012-01-15  Vadim ZeitlinImplement wxMenuBar::EnableTop() for wxMSW and wxGTK.
2012-01-14  Paul Cornettin addition to key events, also prevent unhandled mouse...
2012-01-13  Jouk JansenUpdate makefiles for OpenVMS
2012-01-12  Paul Cornettprevent unhandled key events from propagating up parent...
2012-01-09  Paul Cornettmove render params out of wxDataViewCustomRenderer
2012-01-08  Paul Cornettuse correct signature for init functions
2012-01-08  Paul Cornettremove unnecessary class definitions and variables
2012-01-08  Paul Cornettremove unnecessary finalize overrides
2011-12-28  Vadim ZeitlinAdd standard art providers at the bottom of the art...
2011-12-27  Vadim ZeitlinFix warning about non-virtual dtor in wxDataViewCtrlInt...
2011-12-27  Vadim ZeitlinSuppress gcc -Wint-to-pointer-cast warnings in GTK...
2011-12-24  Vadim ZeitlinImplement wxNotebook::CalcSizeFromPage() for wxGTK.
2011-12-22  Paul Cornettremove SetBackgroundStyle call from OnInternalIdle...
2011-12-18  Vadim ZeitlinAdded wxFilePickerCtrl::SetInitialDirectory().
2011-12-11  Paul Cornettfix GetTextExtent with non-null font argument, fixes...
2011-12-11  Vadim ZeitlinEnsure that Enter key presses are never stolen from...
2011-12-08  Vadim ZeitlinRefactor to eliminate duplication in wxGTK key events...
2011-12-08  Vadim ZeitlinFix Unicode key code for Ctrl-letter in wxGTK.
2011-12-07  Vadim ZeitlinDon't use gtk_menu_item_set_submenu() with NULL menu...
2011-12-07  Paul CornettIn Refresh(), allow for possibility that child is mappe...
2011-12-07  Vadim ZeitlinPretend that the window showing popup menu has focus...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK propagate upwards and send it...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK behave in wxGTK as in wxMSW.
2011-12-01  Paul CornettFix crash when appending menuitem after removing it...
2011-11-30  Vadim ZeitlinRemove unused variable from wxWebViewWebKit code in...
2011-11-30  Vadim ZeitlinFix wxWebView compilation in STL build with wxGTK.
2011-11-28  Paul Cornettupdate _GOptionGroup check
2011-11-28  Paul Cornettbuild fixes for Universal
2011-11-27  Vadim ZeitlinDon't crash when changing label of label-less wxToggleB...
2011-11-25  Paul Cornettcheck for self-assignment in operator=
2011-11-25  Paul Cornettcopy array with memcpy rather than a loop
2011-11-25  Paul Cornettuse int instead of size_t for a couple member variables
2011-11-17  Robin DunnDon't include webkit headers from wx headers
2011-11-14  Jouk JansenUpdate compile support fror wxGTK on OpenVMS
2011-11-12  Paul Cornettposition expander in center of given rectangle
2011-11-11  Paul Cornettuse correct function to free GtkTextAttributes
2011-11-10  Vadim ZeitlinRemove all unwanted occurrences of -mt/-pthread in...
2011-11-08  Vadim ZeitlinMove GDK_META_MASK definition in the header in which...
2011-11-08  Vadim ZeitlinCompilation fixes for GTK+ 2.4.
2011-11-08  Vadim ZeitlinAdd missing stdio.h include to wxGTK assert dialog...
2011-10-31  Paul Cornettfix creation of bitmap from image with requested depth 32
2011-10-31  Paul Cornettsimplify Refresh(), ancestors of a mapped window have...
2011-10-31  Paul Cornettin DoSetSize, only call GetPosition if necessary
2011-10-31  Paul Cornettcorrect callback function signature
next