summaryrefslogtreecommitdiff
path: root/pluma/pluma-panel.c
AgeCommit message (Collapse)AuthorFilesLines
2018-02-08avoid deprecated GtkStockPablo Barciela1-7/+7
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-13/+1
2017-06-11pluma-panel: remove deprecated GtkImage typesraveit651-18/+0
GTK_IMAGE_ICON_NAME is the replacement for both and already used by code
2017-06-11plumal-panel: remove some GtkStock deprecationsraveit651-10/+10
2017-06-11tag-list-plugin: avoid deprecated GtkStockraveit651-4/+4
2016-12-25panel: use the correct property name for panel orientationmonsta1-1/+1
taken from: https://git.gnome.org/browse/gedit/commit/?id=8033c19d2c89e1364861c42879d1aa300963aed7
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-46/+6
2016-01-25GTK3: another fix for GtkMisc deprecated commitWolfgang Ulbrich1-4/+7
2016-01-24GTK3: fix previous GtkMisc deprecated commitWolfgang Ulbrich1-5/+5
2015-12-01Gtk+-3.14: don't use deprecated GtkMiscWolfgang Ulbrich1-1/+17
2015-12-01GTk3: don't use deprecated GTK_TYPE_{V/H}BOXWolfgang Ulbrich1-0/+14
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich1-0/+5
2015-09-05Fix up the docsinfirit1-6/+6
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
2015-08-03drop gdkkeysyms-compat usage, use modern key namesMonsta1-11/+8
2014-12-19zero-initialize all signals arraysMonsta1-1/+1
2014-05-19Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possibleinfirit1-4/+0
Replace functions available in gtk+2 and gtk+3 gdk_window_get_* | since 2.24 gtk_widget_get_allocation | since 2.18 gtk_widget_get_window | since 2.14 gtk_window_get_group | since 2.10 gtk_widget_get_mapped | since 2.20 gtk_widget_get_realized | since 2.20 gdk_window_get_display | since 2.24 Remove deprecated GtkNotebookPage and check.
2014-05-19Drop support for gtk+ < 2.24infirit1-4/+0
* Bump required gtk+2 version * Remove pluma-spinner * Remove pluma-message-are
2014-05-19Replace deprecated gtk widget functioninfirit1-4/+0
The replacement functions are available since 2.18 GTK_WIDGET_HAS_FOCUS -> gtk_widget_has_focus GTK_WIDGET_VISIBLE -> gtk_widget_get_visible GTK_WIDGET_SET_FLAGS -> gtk_widget_set_*
2014-02-21Corrects a typo. Fixes #63.Martin Wimpress1-1/+1
2013-10-30pluma: Add GTK3 supportStefano Karapetsas1-0/+13
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-03-11update for 1.2 release and fix executable bitsStefano Karapetsas1-0/+0
2011-11-07renaming from gedit to plumaPerberos1-0/+950