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
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
andreasb242
6073da78b4
Merge pull request #987 from andreasb242/master
...
Dependency updated
7 years ago
JJones780
e15e14f5ec
Merge pull request #986 from JJones780/AddBorderSpace
...
Add Horizontal/Vertical
7 years ago
JJones780
fdb0a0b69a
re-implement 'Add Vertical Space' and 'Add Horizontal Space' lost during multiLayout changes.
7 years ago
peetCreative
13757400f8
Merge pull request #985 from peetCreative/improve_zoom
...
fix Zoom direction with Ctrl+Scroll
7 years ago
Peter Klausing
7e19cc333d
fix Zoom direction with Ctrl+Scroll
7 years ago
Andreas Butti
84dc3487f2
Dependency updated
7 years ago
Ulrich Huber
0ed75baa53
Update LinuxBuild.md
...
Add dependency on libzip
7 years ago
Ulrich Huber
a05afb4d3e
Merge pull request #946 from LittleHuba/new_file_format
...
Add reading of new file type
7 years ago
Ulrich Huber
d15239f25d
Fix testing audio file
7 years ago
Ulrich Huber
76f3c281a3
Make playback of audio files platform independent
7 years ago
Ulrich Huber
6b2990ceb5
Add unit tests for new format
...
Fix Speedtest
7 years ago
Ulrich Huber
c1cc3244b9
Fix wrong filename returned in thumbnailer on error
7 years ago
andreasb242
fcc08e1dae
Merge pull request #973 from andreasb242/master
...
Fixed space in list
7 years ago
Andreas Butti
965818b2b3
Fixed space in list
7 years ago
andreasb242
661f529f45
Merge pull request #969 from andreasb242/master
...
Build instructions for arch from jan
7 years ago
Andreas Butti
b08fd72b76
Build instructions for arch from jan
7 years ago
Ulrich Huber
9536b447d5
Merge pull request #966 from LittleHuba/fix-953
...
Fix #953
7 years ago
Ulrich Huber
a79473037b
Fix #953
7 years ago
andreasb242
5f67facadd
Merge pull request #961 from JJones780/EditSelectionOffPage
...
Edit selection movement between and going off page
7 years ago
andreasb242
87f66455d6
Merge pull request #960 from JJones780/fixtooltip
...
Remove duplicate tooltip
7 years ago
JJones780
dc3f4e6173
Remove duplicate tooltip
7 years ago
JJones780
e3dda89bb1
Removed incomplete and unused function.
...
Corrected credits to team name only.
7 years ago
JJones780
313285c70c
renamed getBestMatchingPageView to getPageViewUnderCursor to reflect new operation.
7 years ago
JJones780
bb834b9dee
Reset to original position instead of deleting when selection dropped off-page
7 years ago
JJones780
b3077a85df
Use mouse ( i.e. hand grab ) location to determine which page to move object to when moving around.
7 years ago