Bryan Tan
f5b6b31cb9
Rename xournal-thumbnailer to xournalpp-thumbnailer
...
"xournal-thumbnailer" breaks tab completion for xournalpp
6 years ago
Azure Pipelines
caa3a94792
Update translation template [skip ci]
6 years ago
Bryan Tan
99766c1a03
Fix Latex not working on Windows
...
kpsewhich could not be found because GTK on windows needs to use the
`gspawn-win32-helper` program to spawn processes.
This commit also improves kpsewhich error reporting.
6 years ago
Fabian Keßler
d3e6bbe758
Decreased grid size
6 years ago
frohro
db352f4f86
Cut grid size in half; tidied up the togglegrid lua plugin.
6 years ago
Febbe
4c4cf510fb
Fixed possible self assigning bug.
...
Replaced custom ref count by a std::shared_ptr
6 years ago
Azure Pipelines
b51e02f685
Update translation template [skip ci]
6 years ago
Febbe
5a90a804ae
replaced mem::make_unique with std::make_unique.
6 years ago
Febbe
5fe3032e28
Replaced all non nullable `InputEvent*` references with real `InputEvent const&`
6 years ago
Febbe
314edd44b7
Fixed memory leak in InputContext and PenInputHandler.
...
Refactored InputEvent.
6 years ago
Febbe
f3e8280589
removed .vscode settings
6 years ago
Fabian Keßler
e16faa7bcd
Update .gitignore
6 years ago
Azure Pipelines
b7ea842541
Update translation template [skip ci]
6 years ago
Febbe
1cc38d8e54
A small optimization of the renderer,
...
by removing a double indirection and unnecessary heap allocation (small objects).
6 years ago
Bryan Tan
6790c97374
Merge pull request #1830 from jvwowd/fix-ctrl-scroll-zoom
...
Fix zooming with ctrl + scroll
6 years ago
Jason Vander Woude
fea36863a9
Minimal fix of ctrl+scroll zoom bug
...
The 'zoomWidgetPosX' and 'zoomWidgetPosY' are actually offsets, not
positions, and the current code was not taking that into account when
setting the variables.
In addition, I don't believe the size of the toolbars (essentially
'wx' and 'wy' from what I can tell) are relevant. I tested and found
less scrolling when these were removed.
6 years ago
Febbe
e4fdfeffd8
Refactored Rectangle.h so that template code is only in the header file. Also replaced some bad code
6 years ago
Bryan Tan
dbdc02997e
Merge pull request #1819 from rolandlo/fix-eraser-bug
...
fix eraser bug
6 years ago
lehmanju
9355113f1f
Make Rectangle a template class ( #1817 )
...
* Make Rectangle a template class
6 years ago
rolandlo
9aca4e7dc9
apply clang format
6 years ago
rolandlo
2f33069861
fix eraser bug #1818
6 years ago
Bryan Tan
f3607f5dff
Merge pull request #1798 from rolandlo/improve-spline-tool
...
Implementation of cubic splines
6 years ago
Bryan Tan
c22c51597f
Merge pull request #1814 from Technius/ci/mac10.15
...
Fix MacOS build
6 years ago
Bryan Tan
d53532f5f3
Switch CI to build on MacOS 10.15
6 years ago
rolandlo
0b4503bc06
Implementation of cubic splines
6 years ago
Azure Pipelines
2db29e7d1b
Update translation template [skip ci]
6 years ago
Pablo Alvarado-Moya
6a8b7a3b43
Fix warnings calling system in callbacks without checking the result. For that task the wrapper Util::systemWithMessage was created.
6 years ago
Azure Pipelines
3e9874e496
Update translation template [skip ci]
6 years ago
Febbe
6cdcc50939
removed custom smartpointer for pages and replaced him with a shared_ptr
6 years ago
Azure Pipelines
ac9c95fbe3
Update translation template [skip ci]
6 years ago
Julius Lehmann
3535da19ee
Remove obsolete function and nearest color rounding
6 years ago
lehmanju
86d5178b66
Merge pull request #1790 from lehmanju/fixpdfcrash
...
Fix crash when exporting single pages
6 years ago
Julius Lehmann
4564a8fd56
Fix index being out of page range on pdf export
6 years ago
Julius Lehmann
914f694a7f
PageRangeEntries are zero-indexed
6 years ago
Julius Lehmann
600f357a3c
Fix crash when exporting single pages
6 years ago
Azure Pipelines
cb964dc440
Update translation template [skip ci]
6 years ago
Bryan Tan
19944f4d4a
Merge pull request #1785 from Technius/issue-1769
...
Add Mouse+Keyboard device class
6 years ago
Bryan Tan
d7a319db8d
Add Mouse+Keyboard Combo device class
6 years ago
Bryan Tan
875a405605
Refactor input device class selection
...
Distinguish between input device class options (user-selectable) and actual
device classes that are applied
6 years ago
Bryan Tan
cc6e77656b
Merge pull request #1765 from badshah400/master
...
Add more toolbar icons needed for dark themes.
6 years ago
Bryan Tan
9df451a952
Merge pull request #1767 from badshah400/issue1746
...
Prepend iconsDark path after setting default path.
6 years ago
Atri Bhattacharya
7ce65c8377
Cleanup a blank line.
6 years ago
Atri Bhattacharya
7e1b86215b
Prepend iconsDark path after setting default path.
...
When the "dark theme" option is set, the iconsDark directory should be
the first dir where the icon theme should search for the icon. By
prepending this path after the default icons path has been set, we make
sure that this dir is indeed the first in the list of dirs to look up
icons.
Fixes issue #1746 .
6 years ago
Atri Bhattacharya
bb08db83cd
Add tool_highlighter icon for iconsDark theme.
6 years ago
Atri Bhattacharya
42a351217c
Add audio-seek icons for iconsDark theme.
6 years ago
Atri Bhattacharya
8453d3ea58
Add white coloured line-style icons to iconsDark.
6 years ago
Atri Bhattacharya
ee8a5b60d0
Update brush size icons for iconsDark.
6 years ago
Atri Bhattacharya
25aacbbb02
Add more toolbar icons needed for dark themes.
...
Add icons which were missing from the iconsDark ensemble:
* presentation-mode
* tool_math_tex.
These icons are generated from the default icons for the same buttons
by changing the stroke colour to white instead of black to make them
more clearly visible when xournalpp is launched in a DE using a dark
theme (e.g. Adwaita:dark).
6 years ago
Bryan Tan
46a4dc8292
Merge pull request #1749 from Guldoman/master
...
Avoid overwriting settings file during its parsing
6 years ago
Guldoman
2eeb2aede2
Avoid overwriting settings file during its parsing
...
Fixes xournalpp/xournalpp#1074
6 years ago