Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-11 | Fix window size saving when maximizedHEADmaster | Marc Deslauriers | 3 | -39/+12 | |
It is expected when maximizing a window, that the unmaximized size should be remembered, and restored again when the window is unmaximized. The current behaviour was saving the maximized size, in addition to the maximized state, which is unexpected. In addition, there is no reason to hardcode a default size, as the schema contains a default size. | |||||
2025-02-11 | Do not use the window allocation to save the window size | Marc Deslauriers | 1 | -2/+1 | |
Using the window allocation directly causes the window size to grow each time pluma is opened as it includes window decorations. Use gtk_window_get_size() instead, as recommended in the GTK documentation. (see https://docs.gtk.org/gtk3/method.Window.set_default_size.html) | |||||
2024-12-23 | Show the default in the filechooser's Character Encoding combo box | lukefromdc | 1 | -13/+23 | |
*Move initialization of the combo box into a constructor function as in gedit | |||||
2024-12-09 | ci: remove no longer existing pygobject3-devel in fedora | lukefromdc | 1 | -1/+0 | |
2024-12-08 | ci: usual updates for current travis changes | lukefromdc | 1 | -3/+14 | |
2024-02-19 | release 1.28.0v1.28.0 | raveit65 | 2 | -2/+7 | |
2024-02-18 | tx: sync with transifex | raveit65 | 16 | -77/+100 | |
2024-01-25 | ci: use ubuntu jammy as docker | raveit65 | 1 | -1/+1 | |
2023-12-11 | modelines plugin: add a shorter version of the 'textwidth' option ('tw') | Filip Szymański | 1 | -1/+2 | |
2023-12-10 | CI: update libpeas dependency for fedora 39 | raveit65 | 1 | -1/+1 | |
2023-10-22 | replace deprecated gtk_image_menu_item* | raveit65 | 4 | -7/+50 | |
2023-09-19 | tx: sync with transifex | raveit65 | 205 | -810/+977 | |
2023-09-19 | tx: fix warnings in id, ru and sr translations | raveit65 | 3 | -20/+23 | |
2023-05-28 | Update pluma/pluma-pango.c | liulinsong | 1 | -5/+1 | |
Co-authored-by: Colomban Wendling <[email protected]> | |||||
2023-05-28 | Add quotes before and after font-family's value | liiulinsong | 1 | -0/+2 | |
2023-01-05 | tools: update template to generate new pluma plugin | Wu Xiaotian | 4 | -72/+196 | |
2023-01-05 | tools: update to use python3 | Wu Xiaotian | 2 | -17/+18 | |
2022-11-09 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+26 | |
2022-11-09 | tx: sync with transifex | mbkma | 208 | -8433/+9930 | |
2022-10-29 | tx: update resource | mbkma | 2 | -42/+42 | |
2022-10-28 | tx: migrate config file | mbkma | 2 | -11/+28 | |
2022-08-18 | Fix out-of-bounds write | Balázs Dura-Kovács | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/pluma/issues/664 The size of tempfont was one byte too short, so strcpy performed an out-of-bounds write of the terminating 0. | |||||
2022-07-22 | pluma-view: 'len' is assigned a value that is never used | rbuj | 1 | -1/+1 | |
2022-07-22 | pluma-commands-search: 'len' is assigned a value that is never used | rbuj | 1 | -1/+1 | |
2022-03-23 | filebrowser: fix warning -Wincompatible-pointer-types | rbuj | 1 | -19/+16 | |
2022-03-23 | pluma-metadata-manager: remove time.h | rbuj | 1 | -6/+5 | |
2022-03-10 | pluma: fix build warning about missing field initializer | rbuj | 1 | -1/+1 | |
2022-03-10 | pluma-document: Redundant null check | rbuj | 1 | -4/+2 | |
2022-03-10 | pluma-encodings-combo-box: implicit conversion changes signedness | rbuj | 1 | -1/+1 | |
2022-03-10 | Increase POSIX compliance and simplify. Remove bashisms and non-POSIX ↵ | John Hein | 1 | -21/+1 | |
expr(1) usage. | |||||
2022-03-10 | Revert the shebang changes for /bin/sh (9a99c3c7b). See also issue 640: | John Hein | 5 | -5/+5 | |
https://github.com/mate-desktop/pluma/issues/640 | |||||
2022-03-08 | filebrowser: use GLib's new g_clear_signal_handler() function | rbuj | 1 | -2/+13 | |
2022-03-07 | Unnecessary G_OBJECT cast when calling signal connect function | rbuj | 6 | -48/+31 | |
2022-03-07 | pluma-commands-search: fix warning -Wenum-conversion | rbuj | 1 | -1/+1 | |
2022-02-13 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -1/+1 | |
2022-01-01 | pluma: handler IDs are gulong, not guint | rbuj | 3 | -6/+7 | |
2022-01-01 | pluma: use GLib's new g_clear_signal_handler() function | rbuj | 3 | -0/+39 | |
2022-01-01 | pluma-plugins-engine: fix memory leak | rbuj | 1 | -2/+5 | |
2021-11-25 | Fix double activation of extensions | mbkma | 1 | -7/+2 | |
2021-11-24 | pluma-tab: remove a whitespace before #if | rbuj | 1 | -1/+1 | |
2021-08-06 | release 1.26.0v1.26.0 | raveit65 | 2 | -2/+13 | |
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 | |