summaryrefslogtreecommitdiff
path: root/pluma/pluma-view.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-22pluma-view: 'len' is assigned a value that is never usedrbuj1-1/+1
2022-03-07Unnecessary G_OBJECT cast when calling signal connect functionrbuj1-4/+4
2022-01-01pluma: handler IDs are gulong, not guintrbuj1-1/+1
2022-01-01pluma: use GLib's new g_clear_signal_handler() functionrbuj1-0/+5
2021-11-25Fix double activation of extensionsmbkma1-7/+2
2021-06-26update copyright to 2021raveit651-0/+1
2021-03-02code formating fixesmbkma1-1834/+1820
2021-03-02Introduce PlumaWindowActivatable, PlumaAppActivatable, PlumaViewActivatablembkma1-0/+101
2020-11-22Fix line numbers menu: use g_settings_bind correctlymbkma1-2/+2
2020-10-27pluma-view: Fix incorrect interface fontBwackNinja1-104/+32
2020-10-19Remove pluma-marshal.mbkma1-9/+4
2020-08-30add optional grid background patternmbkma1-0/+6
2020-08-05Remove changecase plugin. Functionality is provided by GtkSourceView. (#565)mbkma1-0/+97
2020-07-29Port main program to GSettingsmbkma1-66/+105
2020-01-11avoid to make new Gsettings variablesPablo Barciela1-9/+3
2019-08-11pluma-view: avoid static gboolean variablePablo Barciela1-17/+15
2019-07-30fix build with GtkSourceView 3.22monsta1-1/+1
2019-07-29pluma-view: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-07-06Remove trailing whitespacesLaurent Napias1-237/+237
2019-06-28Use smart tabs to fix indentation and alignmentVictor Kareh1-57/+57
2019-06-28Draw spaces, tabs, newlines and nbsp.Goffredo Baroncelli1-0/+83
2019-06-27Fix use of deprecated glib-genmarshal typesColomban Wendling1-3/+3
2018-08-23pluma-view: Fix: Don't loss the PRIMARY clipboardPablo Barciela1-0/+12
2018-08-22pluma-view: Fix: unexpectedly switch between tabsPablo Barciela1-0/+33
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
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
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
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
2017-11-12Fix: pluma closes tabs unexpectedly with [right+middle] clickPablo Barciela1-3/+10
2017-10-11Fix: wrong behavior holding down [middle + right] clickPablo Barciela1-0/+27
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
2017-03-07Fix: the tab closes unexpectedly with middle click under line numbersZenWalker1-4/+7
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
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
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