summaryrefslogtreecommitdiff
path: root/pluma/pluma-notebook.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-01add the option to hide the frist tab if there is only one tabPablo Barciela1-11/+7
2018-08-01notebook: drop unused 'pluma_notebook_set_always_show_tabs'Pablo Barciela1-18/+0
2018-05-31pluma-notebook: avoid new file with double click in vertical scrollbarPablo Barciela1-3/+3
Fixes https://github.com/mate-desktop/pluma/issues/333
2018-05-29pluma-notebook: avoid new file with double click in forward arrow buttonPablo Barciela1-1/+34
Fixes https://github.com/mate-desktop/pluma/issues/331
2018-05-27pluma-notebook: Fix: unexpected behavior with dnd selected textPablo Barciela1-1/+23
Fixes https://github.com/mate-desktop/pluma/issues/329
2018-05-24pluma-notebook: pass event to gdk_seat_grabmonsta1-4/+4
follow-up to d6d1cdb0e241ee3a07200ad0561a8105b6243c2b
2018-05-21Fix: Pluma crashes with mouse wheel over a tabPablo Barciela1-14/+0
Fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898637
2018-05-14pluma-notebook.c: avoid deprecated 'gdk_pointer_ ...' functionsPablo Barciela1-17/+38
avoid deprecated: gdk_pointer_is_grabbed gdk_pointer_grab gdk_pointer_ungrab
2018-05-13pluma-notebook.c: avoid deprecated 'gdk_window_at_pointer'Pablo Barciela1-1/+6
2018-02-23Make notebook tabs scrollablelikorisd1-0/+14
2017-09-02add gsettings key to hide/show(default) tabs with the side paneZenWalker1-5/+14
2017-09-02Hide tabs if we are using the sidebarZenWalker1-1/+4
Fixes #23
2017-05-25pluma-notebook: don't use deprecated gdk_cursor_newraveit651-1/+5
2017-05-15Fix: pluma closes tabs unexpectedly with middle clickZenWalker1-0/+12
Fixes #228
2017-05-13pluma-notebook.c: fix a build warningraveit651-2/+2
2017-05-12double click to the right of the last open tab to open a new tabZenWalker1-1/+21
New feature Fixes #185
2016-01-22Implement middle-click tab closing (#143)bl0ckeduser1-1/+1
2014-05-19Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possibleinfirit1-12/+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 GtkObject with Gobject in gtk+2 buildinfirit1-26/+0
2013-10-30pluma: Add GTK3 supportStefano Karapetsas1-3/+38
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-03-17Get the current tab label instead of creating a new one.Ignacio Casal Quinteiro1-12/+12
2012-03-11update for 1.2 release and fix executable bitsStefano Karapetsas1-0/+0
2011-11-07renaming from gedit to plumaPerberos1-0/+1099