Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-25 | build: define PLUMA_LIBDIR | rbuj | 2 | -2/+3 | |
2021-02-25 | pluma-plugins-engine: Do not build the path to girepository-1.0 | rbuj | 1 | -6/+2 | |
2021-02-25 | Drop pluma_dirs_get_pluma_locale_dir | rbuj | 4 | -11/+2 | |
2021-02-25 | Drop pluma_dirs_get_pluma_plugins_dir, pluma_dirs_get_pluma_plugins_dir | rbuj | 3 | -23/+1 | |
2021-02-25 | Drop pluma_dirs_get_pluma_plugins_data_dir | rbuj | 3 | -8/+1 | |
2021-02-25 | Drop pluma_dirs_get_pluma_data_dir | rbuj | 2 | -16/+1 | |
2021-02-25 | pluma: Do not build the path to the icons folder | rbuj | 1 | -11/+1 | |
2021-02-25 | Drop pluma_dirs_get_ui_file | rbuj | 8 | -46/+18 | |
2021-02-23 | travis: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-06 | fix printing wrap mode | mbkma | 1 | -2/+2 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 29 | -114/+138 | |
2021-02-04 | build: display package name and version in configure summary | rbuj | 1 | -1/+3 | |
2021-02-04 | README.md: configure options | rbuj | 1 | -4/+10 | |
2021-01-28 | filebrowser plugin: Refactor pluma_image_menu_item_new_from_pixbuf | rbuj | 3 | -49/+33 | |
2021-01-16 | update resource for transifex | rbuj | 2 | -864/+902 | |
2021-01-16 | Update copyright to 2021 | rbuj | 2 | -2/+2 | |
2021-01-07 | help: add indent shortcuts | mbkma | 1 | -0/+16 | |
2020-12-24 | add show/hide line-numbers shortcut (ctrl+y) | mbkma | 2 | -0/+34 | |
2020-12-16 | pluma-utils: Cppcheck warning 'argument order different' | rbuj | 2 | -2/+2 | |
2020-12-10 | cppcheck warning: The if condition is the same as the previous one | rbuj | 1 | -7/+9 | |
2020-12-10 | spell: Remove BUILT_SOURCES variable from Makefile.am | rbuj | 1 | -6/+2 | |
2020-12-10 | pluma-message: Fix the position of the inline keyword | rbuj | 1 | -1/+1 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
2020-12-05 | Use g_clear_error | rbuj | 4 | -18/+6 | |
2020-11-22 | Fix line numbers menu: use g_settings_bind correctly | mbkma | 1 | -2/+2 | |
2020-10-27 | pluma-view: Fix incorrect interface font | BwackNinja | 4 | -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-24 | Redesign Pluma Preferences Dialog | mbkma | 3 | -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-19 | Remove pluma-marshal. | mbkma | 21 | -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-13 | Update Readme | mbkma | 4 | -118/+112 | |
2020-10-11 | travis: fix build error on archlinux | Wu Xiaotian | 1 | -0/+2 | |
2020-10-04 | Use gtk_source_view_get_visual_column | mbkma | 1 | -19/+1 | |
2020-10-04 | travis: require enchant2 | rbuj | 1 | -3/+3 | |
2020-10-03 | pluma-document: highlighting for BOM was fixed on gtksourceview 3.24.11 | rbuj | 1 | -0/+7 | |
See https://gitlab.gnome.org/GNOME/gtksourceview/-/commit/54e48e9c | |||||
2020-09-01 | pluma-time-plugin: Use g_date_time_format | rbuj | 1 | -42/+10 | |
2020-08-30 | add optional grid background pattern | mbkma | 6 | -0/+128 | |
2020-08-26 | pluma-document: Fix BOM detection for C language | rbuj | 1 | -3/+10 | |
2020-08-26 | pluma-document: Fix warning assertion 'G_IS_FILE (file)' failed | rbuj | 1 | -3/+8 | |
2020-08-26 | travis: use ubuntu:rolling tag to fix building | raveit65 | 1 | -1/+1 | |
2020-08-23 | tx: fix build error with Hebrew language | raveit65 | 2 | -163/+131 | |
fixes https://github.com/mate-desktop/pluma/issues/561 | |||||
2020-08-05 | Remove -Wmissing-field-initializers warnings | rbuj | 2 | -9/+9 | |
2020-08-05 | Remove changecase plugin. Functionality is provided by GtkSourceView. (#565) | mbkma | 15 | -789/+333 | |
2020-07-31 | add overview map | mbkma | 6 | -5/+144 | |
2020-07-29 | Port main program to GSettings | mbkma | 43 | -3858/+2225 | |
Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483 | |||||
2020-07-24 | Merge gio document loader and saver into document loader and saver | mbkma | 12 | -2144/+1723 | |
Backport from: https://gitlab.gnome.org/GNOME/gedit/-/commit/4bd74a1f47a3fa41385ffae3bb78aeb5afabb564 See: https://bugzilla.gnome.org/show_bug.cgi?id=617215 | |||||
2020-07-02 | release 1.25.0v1.25.0 | raveit65 | 2 | -1/+27 | |
2020-07-02 | tx: disable "he" translations | raveit65 | 1 | -1/+2 | |
2020-07-02 | tx: pull from transifex with fixed Chinese translation | raveit65 | 1 | -4/+5 | |
2020-07-02 | sync with transifex | raveit65 | 132 | -2297/+9333 | |
2020-07-02 | update resource for transifex | raveit65 | 2 | -736/+703 | |