summaryrefslogtreecommitdiff
path: root/pluma/pluma-view.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22pluma-view: Fix: unexpectedly switch between tabsPablo Barciela1-0/+33
Fixes https://github.com/mate-desktop/pluma/issues/349#issuecomment-413572946
2018-08-13pluma-view: Fix bold and italic fonts in menusPablo Barciela1-8/+8
2018-07-30pluma-view: Fix possible memory leakPablo Barciela1-4/+7
2018-07-30pluma-view: use static variables for cssprovider and settingslukefromdc1-3/+4
We need to create these once and keep them as long as Pluma is running. Also do not use newly deprecated(in GTk 3.23) gtk_css_provider_get_default()
2018-07-30pluma-view: sync the font in context-menu with gsettings keyPablo Barciela1-12/+41
2018-07-22pluma-view: Fix font in context menuPablo Barciela1-3/+38
Fixes https://github.com/mate-desktop/pluma/issues/234
2018-07-17pluma-view: pluma_override_font: add the provider only one timePablo Barciela1-5/+10
2018-07-12pluma-view: Fix: Bold and Italic fonts don't workPablo Barciela1-15/+26
2018-05-26pluma-view: Fix: unexpected behavior with dnd under line numbersPablo Barciela1-5/+2
Fixes https://github.com/mate-desktop/pluma/issues/327
2018-05-23avoid deprecated 'gtk_menu_popup'Pablo Barciela1-7/+1
2018-05-09pluma-view.c: avoid deprecated 'gtk_widget_override_font'Pablo Barciela1-1/+30
2018-04-23pluma-view.c: Fix: GtkCheckMenuItem "Display line numbers" improvedPablo Barciela1-11/+11
2017-11-30pluma-view.c: use one static variable instead two to do the same jobPablo Barciela1-17/+19
This is the improvement of the commits: https://github.com/mate-desktop/pluma/commit/4df44887f4b7547fc9b31d1cb3f61688579fe39b https://github.com/mate-desktop/pluma/commit/ec438f3d262ef178a898612211335d3c9fa2f4ee
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