Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-06 | tx: sync with transifex | raveit65 | 208 | -74221/+74355 | |
2021-08-06 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-08-03 | filebrowser-plugin: fix segfault on open-terminal action | mbkma | 1 | -1/+1 | |
2021-06-26 | tx: update resource | raveit65 | 2 | -623/+614 | |
2021-06-26 | update copyright to 2021 | raveit65 | 179 | -4/+179 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-04-25 | travis: disable travis builds for ubuntu | raveit65 | 1 | -1/+1 | |
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25 | |||||
2021-04-01 | build: fix shebangs | raveit65 | 7 | -7/+7 | |
- mangling shebang warnings - ambiguous python shebang error | |||||
2021-03-29 | warning: declaration of ‘taglist’ shadows a global declaration | rbuj | 1 | -10/+13 | |
2021-03-10 | pluma: Use EXIT_SUCCESS macro instead of int value (portability) | rbuj | 1 | -4/+4 | |
2021-03-09 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
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 | |