summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-02-11Fix window size saving when maximizedHEADmasterMarc Deslauriers3-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-11Do not use the window allocation to save the window sizeMarc Deslauriers1-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-23Show the default in the filechooser's Character Encoding combo boxlukefromdc1-13/+23
*Move initialization of the combo box into a constructor function as in gedit
2024-12-09ci: remove no longer existing pygobject3-devel in fedoralukefromdc1-1/+0
2024-12-08ci: usual updates for current travis changeslukefromdc1-3/+14
2024-02-19release 1.28.0v1.28.0raveit652-2/+7
2024-02-18tx: sync with transifexraveit6516-77/+100
2024-01-25ci: use ubuntu jammy as dockerraveit651-1/+1
2023-12-11modelines plugin: add a shorter version of the 'textwidth' option ('tw')Filip Szymański1-1/+2
2023-12-10CI: update libpeas dependency for fedora 39raveit651-1/+1
2023-10-22replace deprecated gtk_image_menu_item*raveit654-7/+50
2023-09-19tx: sync with transifexraveit65205-810/+977
2023-09-19tx: fix warnings in id, ru and sr translationsraveit653-20/+23
2023-05-28Update pluma/pluma-pango.cliulinsong1-5/+1
Co-authored-by: Colomban Wendling <[email protected]>
2023-05-28Add quotes before and after font-family's valueliiulinsong1-0/+2
2023-01-05tools: update template to generate new pluma pluginWu Xiaotian4-72/+196
2023-01-05tools: update to use python3Wu Xiaotian2-17/+18
2022-11-09release 1.27.0v1.27.0mbkma2-1/+26
2022-11-09tx: sync with transifexmbkma208-8433/+9930
2022-10-29tx: update resourcembkma2-42/+42
2022-10-28tx: migrate config filembkma2-11/+28
2022-08-18Fix out-of-bounds writeBalázs Dura-Kovács1-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-22pluma-view: 'len' is assigned a value that is never usedrbuj1-1/+1
2022-07-22pluma-commands-search: 'len' is assigned a value that is never usedrbuj1-1/+1
2022-03-23filebrowser: fix warning -Wincompatible-pointer-typesrbuj1-19/+16
2022-03-23pluma-metadata-manager: remove time.hrbuj1-6/+5
2022-03-10pluma: fix build warning about missing field initializerrbuj1-1/+1
2022-03-10pluma-document: Redundant null checkrbuj1-4/+2
2022-03-10pluma-encodings-combo-box: implicit conversion changes signednessrbuj1-1/+1
2022-03-10Increase POSIX compliance and simplify. Remove bashisms and non-POSIX ↵John Hein1-21/+1
expr(1) usage.
2022-03-10Revert the shebang changes for /bin/sh (9a99c3c7b). See also issue 640:John Hein5-5/+5
https://github.com/mate-desktop/pluma/issues/640
2022-03-08filebrowser: use GLib's new g_clear_signal_handler() functionrbuj1-2/+13
2022-03-07Unnecessary G_OBJECT cast when calling signal connect functionrbuj6-48/+31
2022-03-07pluma-commands-search: fix warning -Wenum-conversionrbuj1-1/+1
2022-02-13ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-1/+1
2022-01-01pluma: handler IDs are gulong, not guintrbuj3-6/+7
2022-01-01pluma: use GLib's new g_clear_signal_handler() functionrbuj3-0/+39
2022-01-01pluma-plugins-engine: fix memory leakrbuj1-2/+5
2021-11-25Fix double activation of extensionsmbkma1-7/+2
2021-11-24pluma-tab: remove a whitespace before #ifrbuj1-1/+1
2021-08-06release 1.26.0v1.26.0raveit652-2/+13
2021-08-06tx: sync with transifexraveit65208-74221/+74355
2021-08-06travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-08-03filebrowser-plugin: fix segfault on open-terminal actionmbkma1-1/+1
2021-06-26tx: update resourceraveit652-623/+614
2021-06-26update copyright to 2021raveit65179-4/+179
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-25travis: disable travis builds for ubunturaveit651-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-01build: fix shebangsraveit657-7/+7
- mangling shebang warnings - ambiguous python shebang error
2021-03-29warning: declaration of ‘taglist’ shadows a global declarationrbuj1-10/+13