| Age | Commit message (Collapse) | Author | Files | Lines |
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
Fixes header conflicts on systems where glib has girepository-2.0 but
libpeas still uses the old gobject-introspection-1.0 headers.
Fixes https://github.com/mate-desktop/pluma/issues/729
|
|
|
|
Starting with version 1.80, girepository moved from gobject
introspection into glib and bump the API version to 2.0. This change
adds flags to support both API versions.
|
|
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Hi,
"six" is being removed from Debian,
https://wiki.debian.org/Python3-six-removal
... quite successfully (look at the graph)
https://qa.debian.org/popcon-graph.php?packages=python3-six%20python-six-doc&show_installed=on&want_legend=on&want_ticks=on&date_fmt=%25Y-%25m&beenhere=1
this patch remove the old Py 2 + 3 shim integration
otherwise "six" must be brought in back again by "pluma"
https://tracker.debian.org/news/1686894/accepted-pluma-1280-2-source-into-unstable/
(this one change should be reverted once this one got in)
Greetings
|
|
The PlumaApp was not being registered with GtkApplication, leading to
segfaults when restoring state through the sesion manager.
|
|
Instead of using GtkWindow, we create a PlumaApplication that inherits
from GtkApplication. This is the initial groundwork for deprecating
a bunch of old GTK functions (like GtkActions).
|
|
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
|
This is the new name of what used to be pygobject3-devel
|
|
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.
|
|
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)
|
|
*Move initialization of the combo box into a constructor function as in gedit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Colomban Wendling <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expr(1) usage.
|
|
https://github.com/mate-desktop/pluma/issues/640
|
|
|
|
|
|
|
|
|
|
|