Azure Pipelines
e1934d6cde
[skip ci] Update translation template
5 years ago
rolandlo
3051acf42f
fix bug #2291
5 years ago
Azure Pipelines
d49906c136
[skip ci] Update translation template
5 years ago
duncan
f9a0affd6a
rebind menubar accelerators to the mainwindow
5 years ago
hashworks
47ce1f5192
xournalpp was moved from [extra] to [community]
5 years ago
Azure Pipelines
89021c9828
[skip ci] Update translation template
6 years ago
idotobi
f092d02bdf
Merge pull request #2004 from idotobi/fix-color-selection-when-eraser-is-active
...
Change color selection behaviour if Eraser tool is selected via a button
6 years ago
Roland Lötscher
d0f58e03fb
fix resizing bug after pasting object ( #2286 )
...
* fix resizing bug after pasting object
* improve readability
6 years ago
pktiuk
307d67f02d
Move package description into distinct file.
6 years ago
pktiuk
224ca1a6fb
Add installing changelog for deb packages
...
According to Debian Guidelines
6 years ago
pktiuk
f73308f434
Add extended package description
6 years ago
pktiuk
a34bca304b
Add libc dependency
...
According to debian guidelines
https://www.debian.org/doc/debian-policy/ch-sharedlibs.html
6 years ago
idotobi
7701ec1c20
Include default argument setters/getters
...
Include the ToolPointer enum to all setter and getter Functions with the
default being "current".
6 years ago
idotobi
8faa96a062
Base color selection behaviour on capabilities
6 years ago
idotobi
df6f4bb62a
Implement Fix for using Highlighter/Pen on Button
...
- Only update the toolbar SelectedTool's color if the Button tool is
the eraser
- set the color in the ButtonConfig also when the Eraser is triggered
(for correct highlighting of selected color in toolbar)
- rename restoreFromToolbarSelectedTool() to
pointCurrentToolToToolbarTool()
- rename setToolbarSelectedTool() to pointCurrentToolToButtonTool()
6 years ago
tobidot
534a45944e
Simplify logic by introducing 3 toolPointers
...
- toolbarSelectedTool
- buttonSelectedTool
- currentTool
6 years ago
tobidot
394d5ef117
Refactor Tool Selection and Fix Tool Selection
...
- remove class LastSelectedTool
- rename member lastSelectedTool -> toolbarSelectedTool
in class ToolHandler
- simplify logic of restoreFromToolbarSelectedTool and
setToolbarSelectedTool
- delete applyFrom from ToolBase as no used anymore
Additional Improvement:
The color and the tool type can be changed while a stylus activated temporary tool
is currently set. 🎉
6 years ago
tobidot
387bde19ad
Change color selection behaviour if tool is Eraser
...
New Behaviour:
- Eraser selected from toolbar:
No change of color possible anymoer as eraser does not have color and
it's not obvious for which other tool to set the color
- Eraser selected via stylus:
Allow change of color in the toolbar. This color will actually set
the tools color which was active before the button press. This makes
sense as upon release of the eraser button this tool will be selected
again.
6 years ago
rolandlo
9417fca2c5
Fixup #2254
6 years ago
Azure Pipelines
ac0fbb4822
[skip ci] Update translation template
6 years ago
Fabian Keßler
c62a25efbc
fixed some undefined behaviour and removed dead code.
6 years ago
Fabian Keßler
2a3581c5ab
Fixed some file_chooser issues including a wrong recent path for image import.
...
- Fixes #2266
- gtk_file_chooser_set_x got utf8 paths, but only supports local paths
- replaced gtk_file_chooser_set_x_uri with gtk_file_chooser_set_x
6 years ago
Azure Pipelines
d5385f3243
[skip ci] Update translation template
6 years ago
Ari Breitkreuz
6da9d28e72
Find and add supported languages in settings GUI
6 years ago
Ari Breitkreuz
7db89c6d1f
Add settings GUI for selecting preferred language
6 years ago
Ari Breitkreuz
debc454ca5
Load preferred language from settings
6 years ago
Roland Lötscher
6fa6d3c98e
fix bug for top and bottom resize anchor cursor
6 years ago
Archisman Panigrahi
3bc45845de
Add stable PPA to README. Fixes #1013 , Fixes #2198
6 years ago
Azure Pipelines
cf4624cf50
[skip ci] Update translation template
6 years ago
rolandlo
87e9b824aa
fix doubled loaded pdf pages bug
6 years ago
Fabian Keßler
3fedec5ffe
fixup TextEditor selection color
6 years ago
Yuri
d537f173f5
Fix build on i386 systems.
6 years ago
Roland Lötscher
03963b5394
fix color change undo crash
6 years ago
Roland Lötscher
3fe8f59f57
Plugin for cycling through a color list
...
Plugin for cycling through a color list
6 years ago
Azure Pipelines
a332c43ffb
[skip ci] Update translation template
6 years ago
Bryan Tan
62c5639e7a
Fix PDF export crash when outline is empty
6 years ago
Azure Pipelines
cdebec6115
[skip ci] Update translation template
6 years ago
Roland Lötscher
6e54698742
Snapping enhancements
...
Enhancements include snapping for selections, vertical space, recognized shapes, images, TeX-images and text.
Fixed bugs related to rotated selections, including undo operation and cursor.
6 years ago
Azure Pipelines
274f7f36ab
[skip ci] Update translation template
6 years ago
Fabian Keßler
a18d547e36
Fixup #2245
6 years ago
Mark W. Mueller
88fa6ada5a
Update README.md
...
Removed reference to snap install; the snap install is out-of-date and shouldn't be recommended.
6 years ago
Fabian Keßler
d2665ed8d9
Fixes 1.0.18 PDF export bug, when references exist in the document.
...
- Regression
- fixes #2236
6 years ago
Azure Pipelines
11f6331db9
[skip ci] Update translation template
6 years ago
Fabian Keßler
d5963026f1
fixed bug in `Util::toUri`, which prevented the generation of a URI.
...
This happened, when the `fs::path` object is relative.
6 years ago
Fabian Keßler
bb8e1c2e18
Fix Black lines in LineBackgroundPainter
6 years ago
Azure Pipelines
2f8206940d
[skip ci] Update translation template
6 years ago
Fabian Keßler
ddbb7c6b12
Enforce uint32_t for internal Color Representation
...
This prevents unwanted conversion bugs
-Removed GtkColorWrapper
6 years ago
Azure Pipelines
45a619d83f
[skip ci] Update translation template
6 years ago
Fabian Keßler
c0d0189cc8
Fixed several memory leaks after the use of gtk_file_chooser
...
For that a neww utility function has been introduced `Util::fromGtkFilename`
Which parses an owned char* to an fs::path and deletes the char*
6 years ago
Fabian Keßler
795fda8bfb
Delete existing file before override:
...
This commit handles a bug in mingw: fs::copy_options::overwrite_existing is ignored on copy
Fixes #2210
6 years ago