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
Febbe
67e360aeb4
fixup crash when closing xournalpp on windows, due to a wrong flag for g_fopen.
6 years ago
Febbe
85cd51872e
fixup linking problems, when using std::filesystem::relative in gcc7/g++7
6 years ago
Febbe
225728d0bc
Made Util::isChild more robust and renamed it to isChildOrEquivalent
6 years ago
Febbe
4518449205
Fixup gitter reported bug #2208
6 years ago
Azure Pipelines
e3cb46073e
[skip ci] Update translation template
6 years ago
Fabian Keßler
d8570489c2
Fix Util:ensureFolderExists and XournalMain::migrateSettings
...
- fs::create_directories may return false even, when one of the paths has been created
- migrateSettings: tried to migrate a folder which does not even exist.
6 years ago
Azure Pipelines
e229884fe0
[skip ci] Update translation template
6 years ago
Fabian Keßler
cefa38e455
Fixed 3 occurrences of undefined behaviour
...
Fixed safe of Document
6 years ago
Roland Lötscher
c3df668922
Update WindowsBuild.md ( #2185 )
...
Update WindowsBuild.md
6 years ago
Azure Pipelines
a2e16c2868
[skip ci] Update translation template
6 years ago
Fabian Keßler
6a0d0cd360
Fixup bug on loading files. Regression due to the filesystem changes.
6 years ago
Ari Breitkreuz
5a214894a0
Check if folder exists
6 years ago
Azure Pipelines
0733751df8
[skip ci] Update translation template
6 years ago
Ari Breitkreuz
d14f01d76f
Use std::filesystem instead of glib when possible
6 years ago
Ari Breitkreuz
fb2bc6bb9a
Use std::filesystem instead of Path
6 years ago
Fabian Keßler
6d1730e53d
Precursor commit for using fs::filesystem
...
Fixes macOS compilation and corrects linking
across all platforms
6 years ago
Azure Pipelines
385a0d61a4
[skip ci] Update translation template
6 years ago