remove wxGraphicsContext dependency for transparent background support
[wxWidgets.git] / src / gtk /
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
2011-10-31  Paul Cornettmove class function out of extern "C" block
2011-10-31  Paul Cornettsimplify code calling gtk_window_set_urgency_hint
2011-10-27  Vadim ZeitlinMake GTK callbacks passed to GTKConnectWidget() extern...
2011-10-26  Václav SlavíkFix incorrect handling of ItemsAdded() in wxDataViewCtrl.
2011-10-25  Paul Cornettfix wxMDIChildFrame after r69390 and r69468, TLW realiz...
2011-10-25  Paul Cornettavoid GDK warning "drawable is not a pixmap or window"
2011-10-25  Paul Cornettavoid GTK3 warning "GtkNotebook %p is mapped but visibl...
2011-10-19  Václav SlavíkCleanup of wxDataViewCtrl cell activation code.
2011-10-19  Václav SlavíkMove InitMouseEvent<T>() to wx/gtk/private/event.h.
2011-10-19  Václav SlavíkUse wxDatePickerCtrl in wxDataViewDateRenderer.
2011-10-19  Václav SlavíkSend wxEVT_CREATE and do other post-realization initial...
2011-10-19  Václav SlavíkSet wxFocusEvent's window value for wxEVT_KILL_FOCUS...
2011-10-18  Vadim ZeitlinFix for PCH-less compilation after wxNonOwnedWindow...
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-18  Vadim ZeitlinDocument and test behaviour of wxRegion methods when...
2011-10-18  Vadim ZeitlinCorrect the direction passed to wxDataObject in wxGTK...
2011-10-15  Václav SlavíkSet wxDataViewCtrl::m_focusWidget in wxGTK.
2011-10-15  Václav SlavíkDon't call wxEvent::SetTimestamp() twice in InitMouseEv...
2011-10-13  Vadim ZeitlinThe usual fix for PCH-less compilation after the last...
2011-10-13  Vadim ZeitlinImplement SetShape() for wxPopupWindow in wxGTK.
2011-10-12  Vadim ZeitlinAnd another compilation fix.
2011-10-12  Vadim ZeitlinCompilation fix after a bad merge.
2011-10-12  Vadim ZeitlinAdded wxWindow::GTKHandleRealized() virtual method...
2011-09-28  Jouk JansenInclude support for OpenVMS IA64
2011-09-21  Vadim ZeitlinSend EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when...
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-12  Steve LamertonUpdate wxWebView guards to stop backend compilation...
2011-09-12  Václav SlavíkFix appending of non-leaf node to wxGTK's wxDataViewCtrl.
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Paul Cornettupdate WarpPointer for GTK3
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2011-08-31  Václav SlavíkAdd items to correct position in wxDataViewCtrl:ItemAdded.
2011-08-27  Václav SlavíkNotify GtkTreeView if a node stops being a parent.
2011-08-22  Vadim ZeitlinDon't refresh not yet realized widget in wxGTK wxDataVi...
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-22  Vadim ZeitlinNo changes, just add wxGtkList to ensure g_list_free...
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-20  Steve LamertonFix history when using custom schemes in GTK.
2011-08-17  Steve LamertonDerive wxWebViewEvent from wxNotifyEvent.
2011-08-17  Steve LamertonRename LoadUrl to LoadURL. This corrects the capitalisa...
next