summaryrefslogtreecommitdiff
path: root/src/caja-notebook.c
AgeCommit message (Collapse)AuthorFilesLines
2016-12-29fix indent and spacing a bitmonsta1-1/+1
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵lukefromdc1-22/+2
option *Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors *Remove GTK2 and libunique specific code. *Leaves selector for specific GTK3 versions. *Remove #DEFINES for vbox/hbox previously required for GTK2 compatability *Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work *spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
2016-07-06notebook: cleanup an old workaroundraveit651-66/+0
There should be no need for all these roundtrips here. We can assume if we got an event on the notebook, it will be within a GtkNotebook. taken from: https://git.gnome.org/browse/nautilus/commit/src?id=bbd77ce
2016-06-15GTK+-3.20: do not use deprecated gtk_button_set_focus_on_clickraveit651-0/+4
2016-02-02GTK3: add 'caja-notebook' style class + fix deprecated theme warnings with ↵Wolfgang Ulbrich1-21/+3
gtk+-3.20
2016-01-25GTK3: fix deprecated GtkMiscWolfgang Ulbrich1-2/+10
2016-01-22Gtk3: fix all possible deprecated GtkStock in srcWolfgang Ulbrich1-1/+1
2016-01-15GTK3 all: don't use deprecated GDK pointer methodsWolfgang Ulbrich1-0/+11
Use the new GdkDevice methods instead. taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=a816e00 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=cdf858f
2016-01-14Small additional for closing tabs with middle-clickbl0ckeduser1-1/+1
fixes https://github.com/mate-desktop/caja/issues/457
2016-01-13GTK3 notebook: port to GtkStyleContextWolfgang Ulbrich1-0/+27
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=bc5d290
2016-01-02remove unused #definesMonsta1-4/+0
2015-10-19GTK3: do not use deprecated gtk_misc_set_alignmentraveit651-0/+4
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit651-0/+4
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
2014-12-10zero-init all signals arraysMonsta1-1/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+570