forked from pool/xournalpp
Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
509e32cdc9 | |||
96fddc4464 | |||
787869feaf | |||
|
8ec6776cec | ||
27e74c0c72 | |||
|
7623d94658 | ||
fee6c44f17 | |||
4628ddfe80 | |||
71c4520b95 | |||
dee658bcd8 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8817abd1794760c2a3be3a35e56a5588a51e517bc591384fa321994d50e14e7c
|
|
||||||
size 16708613
|
|
3
xournalpp-1.2.8.tar.gz
Normal file
3
xournalpp-1.2.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f42d81e9509d4bd2d4c2cb2c54049c8518381aa9500c0671febd6c518010e0a7
|
||||||
|
size 16874174
|
@@ -1,10 +0,0 @@
|
|||||||
--- xournalpp-1.2.0-orig/src/core/pdf/popplerapi/PopplerGlibPage.cpp 2023-07-29 23:28:24.000000000 +0200
|
|
||||||
+++ xournalpp-1.2.0/src/core/pdf/popplerapi/PopplerGlibPage.cpp 2023-08-02 17:13:44.165492360 +0200
|
|
||||||
@@ -109,6 +109,7 @@
|
|
||||||
return POPPLER_SELECTION_GLYPH;
|
|
||||||
default:
|
|
||||||
g_assert(false && "unimplemented");
|
|
||||||
+ return POPPLER_SELECTION_WORD; // never reached
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@@ -1,3 +1,63 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 2 15:08:41 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.8:
|
||||||
|
* Improved the behavior of selection tools.
|
||||||
|
* Fixed various visual artifacts.
|
||||||
|
* Fixed some behavior of Mouse+Keyboard combo devices.
|
||||||
|
* Fixed filename extension stripping.
|
||||||
|
* Fixed CLI using relative paths.
|
||||||
|
* Fixed various crashes.
|
||||||
|
* Made using GtkSourceView and Plugins proper CMake options.
|
||||||
|
* Updated translations.
|
||||||
|
- Drop xournalpp-return.patch: fixed upstream.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 11 06:57:35 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.7:
|
||||||
|
* Improved error logs (gh#xournalpp/xournalpp#6319).
|
||||||
|
* Fixed some undefined behaviours that may have caused crashes
|
||||||
|
(gh#xournalpp/xournalpp#6326).
|
||||||
|
* Fixed some memory leaks (gh#xournalpp/xournalpp#6356).
|
||||||
|
* Ensured timers are cancelled on exit
|
||||||
|
(gh#xournalpp/xournalpp#6351).
|
||||||
|
* Fixed handling of linebreaks in latex tool
|
||||||
|
(gh#xournalpp/xournalpp#6374).
|
||||||
|
* Linux: forward crash signals to system handler after emergency
|
||||||
|
save (gh#xournalpp/xournalpp#6392).
|
||||||
|
* Fixed wrong glyph spacing in texts using small fonts
|
||||||
|
(gh#xournalpp/xournalpp#6393).
|
||||||
|
* Fixed rasterization of Tex elements on PDF/SVG export or
|
||||||
|
printing (gh#xournalpp/xournalpp#6395).
|
||||||
|
* Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 20 03:55:50 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.6:
|
||||||
|
* Fixed compass outline drawing.
|
||||||
|
* Exposed selected text to the windowing system.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 22 11:14:03 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.5:
|
||||||
|
* Fixed regressions when exporting to PDF.
|
||||||
|
* Fixed crash when importing some SVG files.
|
||||||
|
* Have geometry tools appear in the middle of the view.
|
||||||
|
* Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 25 06:40:26 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.4:
|
||||||
|
* Fixed various dark/light theme inconsistencies.
|
||||||
|
* Improved edge panning for large selections.
|
||||||
|
* Fixed various crashes, freezes and memory leaks.
|
||||||
|
- Drop BuildRequires: update-desktop-files since
|
||||||
|
%suse_update_desktop_file macro is no longer used.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 2 10:01:43 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
Sat Mar 2 10:01:43 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xournalpp
|
# spec file for package xournalpp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,21 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xournalpp
|
Name: xournalpp
|
||||||
Version: 1.2.3
|
Version: 1.2.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Notetaking software designed around a tablet
|
Summary: Notetaking software designed around a tablet
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
URL: https://github.com/xournalpp/xournalpp
|
URL: https://github.com/xournalpp/xournalpp
|
||||||
Source0: https://github.com/xournalpp/xournalpp/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/xournalpp/xournalpp/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM xournalpp-return.patch -- Fix control reaches end of non-void function
|
|
||||||
Patch0: xournalpp-return.patch
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: texlive-latex-bin
|
BuildRequires: texlive-latex-bin
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
Reference in New Issue
Block a user