Ulrich Huber
dc817aa37c
Merge pull request #1044 from siliconninja/master
...
Fix Naming of Draw Coordinate System in Menu Bar
7 years ago
siliconninja
07118704c8
rebase commits from latest xournalpp version for cleanly merging (this tutorial was helpful: https://stackoverflow.com/questions/7244321/how-do-i-update-a-github-forked-repository ), fix the Draw Arrow/Draw Coordinate System issue/inconsistency
7 years ago
JJones780
a8fd9e57a9
Merge pull request #1041 from JJones780/UserSetMargins
...
fixes #1005 Prefs setting for AddVertical/Horizontal space
7 years ago
JJones780
9722334990
fixes #1005 Prefs setting for AddVertical/Horizontal space
7 years ago
JJones780
3ce9c9190a
Merge pull request #1039 from JJones780/UpdateAuthors
...
Update Credits
7 years ago
JJones780
94be31701a
Add myself to the list of authors.
7 years ago
morrolinux
4a6d9e8270
Merge pull request #1038 from xournalpp/italian-translation
...
updating Italian translation
7 years ago
morrolinux
5b1826b13b
updating Italian translation
7 years ago
andreasb242
c4468bb783
Merge pull request #1034 from andreasb242/master
...
Version 1.0.11 for master
7 years ago
Andreas Butti
c67e772b54
Version 1.0.11 for master
7 years ago
andreasb242
3924a10194
Merge pull request #1033 from andreasb242/master
...
Updated version
7 years ago
Andreas Butti
b9b41af37e
Updated version
7 years ago
Ulrich Huber
b60a036ab7
Merge pull request #1024 from LittleHuba/redesign_settings
...
WIP: Redesign settings
7 years ago
andreasb242
1224a53ff7
Update WindowsBuild.md
7 years ago
Ulrich Huber
d6656e0231
Add shout out in Readme for new translations
7 years ago
Ulrich Huber
f3d265c60c
Move some settings to their right tab
...
Fix some translations
7 years ago
Ulrich Huber
14d86f50bd
Fix some minor inconsistencies and update translation
7 years ago
Ulrich Huber
963719953f
Indent placeholders
7 years ago
Ulrich Huber
de61d0c627
Insert ScrolledWindows to handle overflowing content
7 years ago
Ulrich Huber
dbd26811b5
Merge pull request #1029 from MuTaTeD/master
...
Fixes BigCursor Crash on KDE
7 years ago
Awais Lodhi
a962b8a19a
Fixed BigCursor Crash on KDE
...
Crash in KDE when Big Cursor or Highlight Cursor option is enabled in settings.
Ref: Issue #842 & #1001
7 years ago
JJones780
fe94671528
Merge pull request #1025 from JJones780/UpdateVisibleLayoutData
...
UpdateVisibility, cleanup LayoutData
7 years ago
Ulrich Huber
0ff580d7bf
Redesign settings
7 years ago
Ulrich Huber
ae61d2319a
Merge pull request #1003 from peetCreative/build_debian
...
specify abs to std library
7 years ago
JJones780
056c6c544f
remove timing/test code from UpdateVisibility
7 years ago
JJones780
00841a8601
fix Layout::UpdateCurrentPage() - now UpdateVisibility - test/timing code in this check-in.
7 years ago
Ulrich Huber
8f9df56db8
Merge pull request #1021 from LittleHuba/menubarStartup
...
Hide menubar on startup if specified in settings
7 years ago
Ulrich Huber
e55f4248ee
Fixes #979
...
Hide menubar on startup if specified in settings
7 years ago
Ulrich Huber
57d96b1a97
Merge pull request #1020 from LittleHuba/fix_990
...
Fixes #990
7 years ago
Ulrich Huber
137aa8f392
Fixes #990
...
Fix reading fileversion attribute when loading file
7 years ago
JJones780
28eaf2d415
Simplify LayoutData class to the point it was no longer necessary - remaining functionality to pageView.
7 years ago
andreasb242
7276a0698c
Merge pull request #1019 from vesath/master
...
Update Arch Linux instructions
7 years ago
Gaetan Bisson
952b217ec2
Update Arch Linux instructions
...
We've just added xournalpp to our official repos. This package will be
kept in sync with the latest stable release of the upstream project.
Users who wish to build from master can still use the AUR package.
Signed-off-by: Gaetan Bisson <bisson@archlinux.org>
7 years ago
JJones780
539fb86789
Merge pull request #1018 from JJones780/tidyMapper
...
minor touchup to mapper functions for readability
7 years ago
JJones780
3999211d5a
minor touchup to mapper functions - considered merging init/configure functions but just renamed and better ordered them for readability.
7 years ago
JJones780
d88737073a
Merge pull request #1017 from JJones780/fixDoubleWarnings
...
Fix double warnings
7 years ago
JJones780
c329f41f0f
Merge pull request #1009 from JJones780/LayoutGetViewAt
7 years ago
JJones780
34685536c4
fixes #998 : "File already exists. Do you want to overwrite it?" is shown twice
7 years ago
JJones780
c5a775f01f
fixes #1016 "This document not yet saved" shown twice when loading recent document.
7 years ago
JJones780
769a878ada
Remove redundant page cache check. Various changes from reviewers notes - thanks.
7 years ago
Ulrich Huber
19b61fdaa9
Merge pull request #1012 from LittleHuba/fix_1008
...
Fix offset of new text nodes
7 years ago
Ulrich Huber
708c3cf2df
Fix offset of new text nodes
7 years ago
Ulrich Huber
565fd6a66a
Merge pull request #1011 from LittleHuba/fix_audio
...
Fix crash when closing window with an active audio stream
7 years ago
Ulrich Huber
ad60b27fe9
Fix crash when closing X++ with an active audio stream
7 years ago
JJones780
3a81d7b6b9
Formatting cleanup
7 years ago
JJones780
effa626cf8
Remove all pageposition, pagepositionHandler and pagePositionCache files and references.
7 years ago
JJones780
b8130bd11a
Cleanup. Using search: linear directional from last.
...
Searches Linear from before last and linear from last were slightly faster but I feel directional is more robust.
Binary search was by far the slowest - assumingly due to the overhead and relatively small search range.
7 years ago
JJones780
cbe0ebd55b
also compare linear search from previous, calculated aproximation, previous -2 oneway , previous -2 directed
7 years ago
JJones780
33c94caf8b
Add binary search - TIME vs linear search. Pre-accumulate sizeRow/Col for searches.
7 years ago
JJones780
4b3e404606
Cache last getViewAt result.
7 years ago