summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-02-04build: Use PACKAGE_URL variablerbuj29-114/+138
2021-02-04build: display package name and version in configure summaryrbuj1-1/+3
2021-02-04README.md: configure optionsrbuj1-4/+10
2021-01-28filebrowser plugin: Refactor pluma_image_menu_item_new_from_pixbufrbuj3-49/+33
2021-01-16update resource for transifexrbuj2-864/+902
2021-01-16Update copyright to 2021rbuj2-2/+2
2021-01-07help: add indent shortcutsmbkma1-0/+16
2020-12-24add show/hide line-numbers shortcut (ctrl+y)mbkma2-0/+34
2020-12-16pluma-utils: Cppcheck warning 'argument order different'rbuj2-2/+2
2020-12-10cppcheck warning: The if condition is the same as the previous onerbuj1-7/+9
2020-12-10spell: Remove BUILT_SOURCES variable from Makefile.amrbuj1-6/+2
2020-12-10pluma-message: Fix the position of the inline keywordrbuj1-1/+1
2020-12-08update issue templateraveit651-1/+1
2020-12-08update issue templateraveit651-1/+1
2020-12-05Use g_clear_errorrbuj4-18/+6
2020-11-22Fix line numbers menu: use g_settings_bind correctlymbkma1-2/+2
2020-10-27pluma-view: Fix incorrect interface fontBwackNinja4-104/+292
Fixes issue #525 by setting the textview font with css without also setting the font for the labels. Changes based on gedit and gtk/gtkfontbutton.c.
2020-10-24Redesign Pluma Preferences Dialogmbkma3-900/+309
- Group options into Display and Highlighting categories - Fix sensitivity of auto-save spinbutton - Display right margin with spinbutton in one line - Apply sensitivity on spinbutton directly instead of according ui objects "autosave_hbox" and "right_margin_position_hbox" - Adjust order of "Spaces, Tabs, Newlines" checkboxes to match the headings order - Remove empty labels and use widget margins instead - Indent "Do not split words.." box in "Text Wrapping" (Because its a subitem) - Do not indent box with colour schemes - Capitalize headings (Grid pattern -> Grid Pattern and Show spaces, tabs, newlines -> Show Spaces, Tabs, Newlines)
2020-10-19Remove pluma-marshal.mbkma21-218/+90
These days we can use the automatic ffi marshalling. See: - https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-new - http://sourceware.org/libffi/ - https://gitlab.gnome.org/GNOME/gedit/-/commit/373adb7d041b0559953d0ac8cf2213ecc44db956
2020-10-13Update Readmembkma4-118/+112
2020-10-11travis: fix build error on archlinuxWu Xiaotian1-0/+2
2020-10-04Use gtk_source_view_get_visual_columnmbkma1-19/+1
2020-10-04travis: require enchant2rbuj1-3/+3
2020-10-03pluma-document: highlighting for BOM was fixed on gtksourceview 3.24.11rbuj1-0/+7
See https://gitlab.gnome.org/GNOME/gtksourceview/-/commit/54e48e9c
2020-09-01pluma-time-plugin: Use g_date_time_formatrbuj1-42/+10
2020-08-30add optional grid background patternmbkma6-0/+128
2020-08-26pluma-document: Fix BOM detection for C languagerbuj1-3/+10
2020-08-26pluma-document: Fix warning assertion 'G_IS_FILE (file)' failedrbuj1-3/+8
2020-08-26travis: use ubuntu:rolling tag to fix buildingraveit651-1/+1
2020-08-23tx: fix build error with Hebrew languageraveit652-163/+131
fixes https://github.com/mate-desktop/pluma/issues/561
2020-08-05Remove -Wmissing-field-initializers warningsrbuj2-9/+9
2020-08-05Remove changecase plugin. Functionality is provided by GtkSourceView. (#565)mbkma15-789/+333
2020-07-31add overview mapmbkma6-5/+144
2020-07-29Port main program to GSettingsmbkma43-3858/+2225
Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483
2020-07-24Merge gio document loader and saver into document loader and savermbkma12-2144/+1723
Backport from: https://gitlab.gnome.org/GNOME/gedit/-/commit/4bd74a1f47a3fa41385ffae3bb78aeb5afabb564 See: https://bugzilla.gnome.org/show_bug.cgi?id=617215
2020-07-02release 1.25.0v1.25.0raveit652-1/+27
2020-07-02tx: disable "he" translationsraveit651-1/+2
2020-07-02tx: pull from transifex with fixed Chinese translationraveit651-4/+5
2020-07-02sync with transifexraveit65132-2297/+9333
2020-07-02update resource for transifexraveit652-736/+703
2020-07-02pluma-preferences-dialog: Refactor on_notebook_scroll_eventrbuj1-48/+60
2020-06-30use libegg submodulesWu Xiaotian12-3815/+14
2020-06-30tx: sync with fixed Italian translationraveit652-643/+651
2020-06-28[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-23add git.mk to generate .gitignoretamplan1-0/+400
2020-06-18Remove unused macrosrbuj3-5/+0
2020-06-16Remove warning ‘GTimeVal’ is deprecatedrbuj6-48/+76
2020-06-13add support for waylandmbkma4-152/+184
2020-05-26Add tab scrolling support for GTK3tamplan1-0/+52
2020-05-16Require gtk+ 3.22 in glade filestamplan4-8/+8