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
JJones780
d1de8891a9
Shifted or numpad Arrow keys call new Directional Page changes.
...
can_set_focus(zoom control, false )
7 years ago
JJones780
5253b08fab
Store Mapper assigned row,col in PageView and expose mapper function to allow easy directional navigation of pages.
7 years ago
JJones780
ebd534ba9f
Merge branch 'master' into improveZoomPresentation
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
Peter Klausing
7f3f37fcfe
improve zoom behavior Presentation
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
JJones780
7f6d4b73a3
add simple getViewAt() functionality to Layout.
7 years ago
JJones780
2e44c36997
Make LayoutMapper, row and column sizes persist within Layout
...
( preparing for quick pageposition lookup ).
7 years ago
JJones780
da80c34954
Merge pull request #1006 from JJones780/pairedRecalcFix
...
recalculate rows when paired pages forces an extra column.
7 years ago
JJones780
9387157bd6
recalculate rows when paired pages forces an extra column.
7 years ago
Peter Klausing
c963499da7
replace math. header with cmath
7 years ago
Peter Klausing
9db4494753
specify abs to std library
7 years ago
peetCreative
4577d967e5
Merge pull request #1000 from GregDMeyer/improve_highlight
...
keep text dark when highlighting
7 years ago
Greg Meyer
31d5b3f1c9
keep text dark when highlighting
7 years ago
peetCreative
b5950a4462
Merge pull request #989 from peetCreative/improve_zoom
...
fix various problems with zoom-fit-mode
7 years ago
JJones780
3040e16583
Merge pull request #993 from JJones780/centerAllOnscreen
...
Center pages on screen when zoomed out to show all.
7 years ago
JJones780
9137feff69
Center pages on screen when zoomed out to show all.
7 years ago
Peter Klausing
d775caf9ca
fix various problems with zoom-fit-mode
7 years ago