]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk
Use client size determined by size-allocate when possible
[wxWidgets.git] / include / wx / gtk /
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.
2012-01-09  Paul Cornettmove render params out of wxDataViewCustomRenderer
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2011-12-24  Vadim ZeitlinImplement wxNotebook::CalcSizeFromPage() for wxGTK.
2011-12-18  Vadim ZeitlinAdded wxFilePickerCtrl::SetInitialDirectory().
2011-12-01  Paul CornettFix crash when appending menuitem after removing it...
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-08  Vadim ZeitlinMove GDK_META_MASK definition in the header in which...
2011-11-08  Vadim ZeitlinCompilation fixes for GTK+ 2.4.
2011-10-31  Paul Cornettadd gdk_window_get_height/width
2011-10-27  Vadim ZeitlinMake GTK callbacks passed to GTKConnectWidget() extern...
2011-10-25  Paul Cornettfix wxMDIChildFrame after r69390 and r69468, TLW realiz...
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-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-13  Vadim ZeitlinImplement SetShape() for wxPopupWindow in wxGTK.
next