summaryrefslogtreecommitdiff
path: root/pluma/pluma-view.c
AgeCommit message (Collapse)AuthorFilesLines
2017-11-12Fix: pluma closes tabs unexpectedly with [right+middle] clickPablo Barciela1-3/+10
Fixes https://github.com/mate-desktop/pluma/issues/256
2017-10-11Fix: wrong behavior holding down [middle + right] clickPablo Barciela1-0/+27
Fixes https://github.com/mate-desktop/pluma/issues/250
2017-05-25pluma-view: avoid GtkStock deprecationsraveit651-4/+4
2017-05-12double click to the right of the last open tab to open a new tabZenWalker1-0/+4
New feature Fixes #185
2017-03-07Fix: the tab closes unexpectedly with middle click under line numbersZenWalker1-4/+7
Fixes #215
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-82/+1
2016-07-30GTK+-3: do not use deprecated gtk_widget_modify_fontraveit651-0/+4
2016-02-01fix a few build warningsmonsta1-1/+1
2015-12-25view: fix incremental search entry color when text isn't found (GTK+3)Monsta1-0/+12
color and bg color depend on theme, so it won't always be white-on-red as in GTK+2 build
2015-12-25view: use "entry state" term, not "entry background"Monsta1-12/+12
2015-12-25fix possible use-after-free during incremental searchmonsta1-2/+1
adapted from https://git.gnome.org/browse/gedit/commit/?id=f8508ca201e7d16fa5e18a6130f456fdd3fc0c99
2015-12-25view: remove dead codemonsta1-5/+0
2015-12-01GTK3: don't use deprecated gdk_threads_{enter/leave}Wolfgang Ulbrich1-0/+8
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich1-0/+4
2015-09-05Fix up the docsinfirit1-1/+2
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
2015-08-03Remove unused reset_im_context function1.10infirit1-13/+0
Builds now with GSEAL_ENABLE
2015-08-03remove excessive includeMonsta1-3/+0
2015-08-03drop gdkkeysyms-compat usage, use modern key namesMonsta1-11/+10
2014-05-19Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possibleinfirit1-22/+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-7/+0
* Bump required gtk+2 version * Remove pluma-spinner * Remove pluma-message-are
2014-05-19Replace deprecated gtk widget functioninfirit1-9/+1
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-05-19Replace GtkObject with Gobject in gtk+2 buildinfirit1-19/+0
2014-03-21Fix go to line crash after GTK3 support addingStefano Karapetsas1-2/+4
Closes https://github.com/mate-desktop/pluma/issues/75
2013-11-04Merge pull request #24 from bl0ckeduser/masterStefano Karapetsas1-0/+18
Fix search/replace of strings containing backslashes
2013-10-30pluma: Add GTK3 supportStefano Karapetsas1-10/+100
2013-09-22Make escape sequence parsing in search a GUI checkbox optionbl0ckeduser1-0/+18
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/+2181