Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-09 | help: update help for sort plugin | mbkma | 1 | -3/+0 | |
2021-03-07 | sort plugin: Port sort plugin to the new GtkSourceView api. | mbkma | 2 | -467/+202 | |
This allows the user to undo a sorting operation. Further this commit simplifies the code and updates the ui file. | |||||
2021-03-04 | release 1.25.3v1.25.3 | raveit65 | 2 | -2/+10 | |
2021-03-04 | port plugins to use the window-construct property. | mbkma | 12 | -331/+326 | |
pluma-file-browser-plugin.c: rename "data" to "priv". | |||||
2021-03-04 | cppcheck warning: Checking if unsigned expression is less than zero | rbuj | 1 | -1/+1 | |
2021-03-04 | cppcheck warning: Local variable 'icon' shadows outer argument | rbuj | 1 | -3/+3 | |
2021-03-04 | pluma-window: unused variable ‘ui_file’ [-Wunused-variable] | rbuj | 1 | -1/+0 | |
2021-03-04 | build: port to gtksourceview-4 | rbuj | 7 | -13/+21 | |
2021-03-04 | cppcheck warning: Local variable shadows outer variable | rbuj | 2 | -9/+10 | |
2021-03-03 | release 1.25.2v1.25.2 | raveit65 | 2 | -1/+8 | |
2021-03-02 | pluma-activatable-interfaces: use G_DECLARE_INTERFACE | mbkma | 3 | -24/+9 | |
2021-03-02 | code formating fixes | mbkma | 9 | -5733/+5672 | |
pluma-app.c: tabs to spaces pluma-view.c: tabs to spaces, move code around pluma-window.c: tabs to spaces | |||||
2021-03-02 | Introduce PlumaWindowActivatable, PlumaAppActivatable, PlumaViewActivatable | mbkma | 10 | -32/+666 | |
These interfaces are for extensions that should be activated against a window/app/view. Backport from - https://gitlab.gnome.org/GNOME/gedit/-/commit/4fe7161560941ae1aa42165ff4d71121ad6f67b9 - https://gitlab.gnome.org/GNOME/gedit/-/commit/56a790a6851ebc98766cc4aca27cb32dde1b41bf - https://gitlab.gnome.org/GNOME/gedit/-/commit/210ed41e48988646203fc94eba19ce94657821cd In pluma-app.c we use gtk_main_quit instead of app object unref when last window closed. Plugin engine finalization calls app_get_default which reconstructs the app object. Before that was reasonably ok because it didn't really do anything, but now the app does stuff in 'init'. See https://gitlab.gnome.org/GNOME/gedit/-/commit/90c9889a4a31fbebfa042c5d2c64bb2b05160b10 | |||||
2021-02-25 | release 1.25.1v1.25.1 | raveit65 | 2 | -1/+42 | |
2021-02-25 | tx: sync with transifex | raveit65 | 208 | -121063/+120639 | |
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 | |