]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
Refactor wxGTK IM-related code to allow future modifications.
[wxWidgets.git] / include / wx / gtk /
2013-03-21  Vadim ZeitlinRefactor wxGTK IM-related code to allow future modifica...
2013-03-21  Vadim ZeitlinCreate a small helper class for Unity global menu bug...
2013-02-15  Vadim ZeitlinDon't connect to the same signal multiple times in...
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-21  Vadim ZeitlinDerive wxCheckListBox from wxCheckListBoxBase in wxGTK.
2013-01-20  Paul Cornettadd wxMask::GetBitmap(), closes #9381
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2013-01-15  Paul Cornettadd support for GtkFontChooserDialog, new in GTK 3.2
2013-01-13  Steve LamertonAllow registering of custom wxWebView backends.
2013-01-10  Paul Cornettsimplify code setting backing pixmap
2013-01-03  Paul Cornettremove ancient SetModal(), it was deprecated long ago...
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-12-29  Paul Cornettreference count the GtkMenuItem in wxMenuItem as well
2012-12-29  Paul Cornettmake GTKNeedsParent() private
2012-12-29  Paul Cornettm_menubar does not need to be public for hildon, it...
2012-12-28  Paul Cornettuse wxDEPRECATED_CONSTRUCTOR() instead of inline
2012-12-20  Paul CornettUse client size determined by size-allocate when possible
2012-12-16  Paul CornettFix for toolbars and menus not being disabled on Ubuntu
2012-12-03  Vadim ZeitlinwxGTK linking fix after r73102.
2012-12-02  Paul Cornettremove unnecessary include of wx/cairo.h
2012-11-26  Paul Cornettdisconnect "toggled" signal in dtor when style has...
2012-11-25  Paul Cornettavoid functions deprecated in GTK3
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-11-25  Vadim ZeitlinAdd wxApp::GTKIsUsingGlobalMenu() helper to wxGTK.
2012-11-20  Vadim ZeitlinImplement GetSizeFromTextSize() for wxSpinCtrl.
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-19  Vadim ZeitlinAdd wxNOEXCEPT to all wxTextCtrl dtors.
2012-11-17  Vadim ZeitlinFix path returned from wxGTK wxFileDialog too.
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
2012-11-08  Vadim ZeitlinNo changes, just remove unnecessary forward declarations.
2012-11-04  Paul Cornettfix setting background color in wxGTK3 with themes...
2012-11-01  Vadim ZeitlinAllow creating wxTextMeasure without specifying the...
2012-11-01  Vadim ZeitlinAllow constructing wxGTK wxTextMeasure with NULL font.
2012-10-27  Vadim ZeitlinJust fix header comments of wxTextMeasure-related files...
2012-10-25  Vadim ZeitlinStore the selected directory in wxGTK wxDirDialog.
2012-10-17  Vadim ZeitlinFactor out text measurement from wxDC and wxWindow...
2012-10-17  Paul CornettDisconnect all GTK signals referencing a wx object...
2012-10-08  Vadim ZeitlinRecreate GtkPrintOperation every time when printing...
2012-10-02  Paul Cornettmake more Init() functions private
2012-09-30  Paul Cornettmake wxWindowGTK::Init() private, it is not meant to...
2012-09-28  Paul CornettAvoid unrealizing a frozen window
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-08-30  Vadim ZeitlinRemove wxRTTI macros from wxSpinCtrlGTKBase.
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-07-29  Vadim ZeitlinGenerate clipboard events for wxComboBox in wxGTK too.
2012-07-29  Vadim ZeitlinAdd a wxGTK-specific function to set wxNotificationMess...
2012-07-28  Robin DunnAdd GetHandle for wxGnomePrinterDCImpl
2012-07-28  Robin DunnwxDC::GetHandle support for wxGTK
2012-07-27  Vadim ZeitlinImplement wxNotificationMessage using libnotify in...
2012-07-27  Vadim ZeitlinAdd a private wrapper for GError to wxGTK.
2012-07-24  Vadim ZeitlinAdd wxWebView::GetNativeBackend() method.
2012-07-24  Vadim ZeitlinRefactor: extract GtkScrolledWindow creation from wxWin...
2012-07-24  Vadim ZeitlinNo real changes, just avoid overloaded virtual wxWebVie...
2012-07-23  Vadim ZeitlinFix crash on wxWebViewWebKit window destruction.
2012-07-20  Vadim ZeitlinUse both URL-specific and plain text formats in wxGTK...
2012-07-13  Paul Cornettavoid creating and immediately destroying a wxGraphicsC...
2012-07-10  Paul Cornettremove DoSetSize override, unneeded after r72001
2012-07-10  Paul Cornettupdate minimum GTK2 version requirement to 2.6
2012-07-01  Paul Cornettoverride DoSetValue() to avoid unnecessary clipboard...
2012-06-30  Paul Cornettsupport for GTK3
2012-06-24  Paul Cornettupdate size hints when decoration size becomes known...
2012-06-20  Vadim ZeitlinUse C, not C++, comments in wx/gtk/chkconf.h.
2012-06-17  Vadim ZeitlinDisable options that don't work with wxGTK in wx/chkconf.h.
2012-06-17  Vadim ZeitlinDefine wxGTK GTK version symbols in GTK-specific setup.h.
2012-06-17  Vadim ZeitlinAdd wxUSE_COMPILER_TLS to allow disabling compiler...
2012-06-12  Vadim ZeitlinAdd wx/setup.h header for wxGTK build under MSW.
2012-06-05  Paul CornettWorkaround for Ubuntu 12.04 run time warning
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2012-05-03  Robin DunnAdd wxDropSource::SetIcon for wxGTK to mimic SetCursor...
2012-04-20  Robin DunnMake wxTaskBarIcon's ctor have the same API on all...
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2012-04-08  Vadim ZeitlinNo real changes, just add extra brackets to wxGTK_CONV...
2012-03-28  Steve LamertonMinor changes, just trim trailing spaces in webview...
2012-03-25  Paul Cornettremove unneeded includes and forward declaration
2012-03-25  Paul Cornettreplace wxBitmap::SetPixbuf() with wxBitmap ctor taking...
2012-03-25  Vadim ZeitlinAdd a private GetNotebookWidget() accessor to wxGTK.
2012-03-25  Vadim ZeitlinExport wxGTK private widget creation functions from...
2012-03-21  Vadim ZeitlinFix display of "const" methods in wxGTK assert dialog.
2012-03-20  Paul Cornettmake wxMask pixmap member private
2012-03-14  Vadim ZeitlinImplement wxDirDialog:: and wxFileDialog::Create()...
2012-03-11  Vadim ZeitlinUpdate the text part of combobox when changing text...
2012-03-10  Robin DunnMake the CreateTool factories be public so they can...
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-02-28  Paul Cornettremove unnecessary override of AddChildGTK
2012-02-28  Paul Cornettfix virtual override broken in r58875
2012-02-27  Paul Cornettuse 0 (== GTK_STATE_NORMAL) for state parameter default
2012-02-11  Paul Cornettremove wxGraphicsContext dependency for transparent...
2012-02-11  Vadim ZeitlinImplement wxBG_STYLE_TRANSPARENT support for wxGTK.
2012-02-05  Stefan NeisReverted bogus fix for bogus bug report #13402.
2012-02-05  Stefan NeisMark unused parameter as such, fixes #13402.
2012-01-31  Paul Cornettremove virtual override that just calls base
2012-01-29  Paul Cornettmove Pango underline workaround into wxFont::GTKSetPang...
2012-01-29  Paul Cornettmove SetPangoAttrsForFont to wxFont
2012-01-25  Vadim ZeitlinForward declare wxFont in wx/gtk/private.h.
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.
next