Ulrich Huber
756ee681d5
Fix buggy english language strings
7 years ago
Fabian Keßler
21c4091d65
Applied clang-format again.
...
Signed-off-by: Fabian Keßler <fabian_kessler@gmx.de>
7 years ago
Fabian Keßler
380800f86f
Removed big memory leaks and possible undefined behaviour in undo / redo handling
...
Added a mem::make_unique<Type> helper function (equal to the stdc++14 version)
7 years ago
Fabian Keßler
694261b809
Replaced NULL with nullptr in all edited files,
...
+ clang-format changes
7 years ago
Andreas Butti
d83b0b16e8
Fixed Build
7 years ago
JJones780
640326ef59
add Floating Toolbox option to mouse button options and make it work.
7 years ago
Bryan Tan
4e55a961dd
Fix autosave file name for new unsaved documents
7 years ago
Bryan Tan
a4e5faef00
Use g_file_copy instead of g_rename when moving autosaves
...
Fixes #1122
7 years ago
jonasBoss
c2c379cea1
Update behaviour when autoloadPdfXoj is on
...
Fix filename extensions which broke autoload by modification of util/path.cpp
7 years ago
Bryan Tan
a4850bfedb
Separate last file open and save paths
...
The history of opens and saves are now separate; i.e. opening a file will not
affect the default folder when attempting to save. Additionally, when opening or
saving a file, the last folder of the other operation will be added as a
shortcut folder.
7 years ago
Ulrich Huber
0be0ab7e41
Rename internal class Cursor to XournalppCursor to remove incompatibility with Xlib)
...
Revert to X11 hand recognition for auto
Move device blocking completely to hand recognition
7 years ago
Ulrich Huber
d2e8c2d285
Disable ZoomGesture on input
...
Disable Touch input via GTK and GDK to remove dependency on X11
Enable TouchDisable framework
7 years ago
Peter Klausing
ef76fb54f4
fix #895
7 years ago
Peter Klausing
0a8c9404e9
prob fix presentationmode forgets layout
7 years ago
Ulrich Huber
6b0852a06b
New input system
7 years ago
Peter Klausing
cbbbdf9c70
enable paired during presentation mode
7 years ago
Peter Klausing
abd0dc8368
fix logic problem in setting Presentation
7 years ago
Peter Klausing
c37b30552f
disable Layout and View while Presentation
7 years ago
JJones780
9722334990
fixes #1005 Prefs setting for AddVertical/Horizontal space
7 years ago
Peter Klausing
7c5f5f63f6
make parameter name consistent
7 years ago
Peter Klausing
7f3f37fcfe
improve zoom behavior Presentation
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
Peter Klausing
d775caf9ca
fix various problems with zoom-fit-mode
7 years ago
Andreas Butti
5011e97c0e
Code cleanup
7 years ago
Andreas Butti
cc3d01aecc
Plugin configuration dialog to enable / disable plugins
7 years ago
Ulrich Huber
334d125e31
Add buttons to control audio playback
7 years ago
Peter Klausing
c7eeffe390
fix issue 913 and rearrange zoom
7 years ago
Peter Klausing
28111749a7
implement settings for zoomSteps
7 years ago
Andreas Butti
e7193b1082
Plugin callback working
...
The regeistered menu items are call the plugin
7 years ago
Peter Klausing
b8bc2f0a67
Make zoomSteps configurable
7 years ago
Andreas Butti
64cb37d4a9
Lua Plugin
7 years ago
Andreas Butti
1688aa1c47
Plugin
7 years ago
Andreas Butti
b6774e3b5b
Render latex as PDf instead of an image - scaleable
...
#375
7 years ago
Andreas Butti
427cfeddb8
Fixed formatting
7 years ago
Ulrich Huber
6c94826e4e
Force pasted element to be at least south east of upper left corner.
7 years ago
Ulrich Huber
970d7e31b0
Fix pasted objects are not centered in view.
7 years ago
JJones780
2679cde606
Row or Column size now part of same radio group. Layout properly reflects users choice.
7 years ago
JJones780
feb6227bea
Added menu item to choose num Rows, settings for numRows and viewFixedRows.
...
TODO: menu to set viewFixedRows and show/hide numRows/numColumns accordingly
7 years ago
JJones780
a578c992a8
Renamed "Two Pages" to "Paired Pages" to reflect new behaviour.
7 years ago
JJones780
4c9ae6a3f8
Added View->Layout menu to choose document layout. i.e. top->bottom,left->right or T2B,R2L etc.
7 years ago
JJones780
e92c65b4e1
Added pairs offset to preference settings, Tuned columns to handle differing page sizes.
...
Column Menu now shows current setting on startup.
numColumns setting now saved and then loaded on startup
/
7 years ago
JJones780
e6c21ec671
Added menu items to let the user choose 1 to 8 columns.
7 years ago
Ulrich Huber
288a1faf1e
Return success of VorbisConsumer
...
Show warning dialog if starting recording fails
7 years ago
Ulrich Huber
1df0d511a0
Report success of record start back to GUI
...
Fix audioplayer should not react to strokes without associated audio file
7 years ago
Luca Errani
4b7bdc0ca9
Highlight cursor updates immediately
7 years ago
Ulrich Huber
1cd141b411
Implement audio playback using portaudio
...
Add settings for recording and playback to GUI
7 years ago
Andreas Butti
b7b6132395
fixed #819
...
Toolbar ID working, but there is a double delete which needs to be
fixed...
7 years ago
Andreas Butti
ee8c40cb89
Show menu hidden in fullscreen
7 years ago
Peter Klausing
3b27fa9290
fix #705 switch load of zoom and scroll
7 years ago