- 25 Jan, 2021 2 commits
-
-
Thomas Holder authored
Fixes #2191
-
Thomas Holder authored
-
- 24 Jan, 2021 1 commit
-
-
Jabier Arraiza authored
Fix user sppected preference of outline overlay. Fix: #2181
-
- 22 Jan, 2021 1 commit
-
-
Thomas Holder authored
Computed value of 50% stroke-width was wrong. It's correct after calling doc->ensureUpToDate().
-
- 21 Jan, 2021 1 commit
-
-
Naveen M K authored
Add a function to add fonts to Windows font Directory. Fixes #2177
-
- 20 Jan, 2021 3 commits
-
-
Thomas Holder authored
Instead of instantly updating the entire document after each <style> tag was read, defer this update with `requestDisplayUpdate()`. Fixes #1755
-
Thomas Holder authored
- Don't disable filename field and export buttons when "Batch export" is checked - Call `onSelectionChanged()` and `onSelectionModified()` instead of `setDesktop()` from `update()` (regression of !2504) Fixes #1894
-
Martin Owens authored
-
- 19 Jan, 2021 2 commits
-
- 18 Jan, 2021 1 commit
-
-
Jabier Arraiza authored
-
- 17 Jan, 2021 1 commit
-
-
Marc Jeanmougin authored
-
- 16 Jan, 2021 1 commit
-
-
Jabier Arraiza authored
Also remove a crash adding a second slice.
-
- 15 Jan, 2021 5 commits
-
-
Nathan Lee authored
Before pango 1.45.1 did not require updating to register these fonts #1977
-
Marc Jeanmougin authored
Fixes #2147
-
Thomas Holder authored
Fixes #2180
-
René de Hesselle authored
-
René de Hesselle authored
This fixes the wrong fonts on the new welcome screen. #2177 Update copyright year. Remove superfluous bracket in CFBundleShortVersionString.
-
- 13 Jan, 2021 1 commit
-
-
SushantAA authored
Load_current_document remove in update() paint-servers.cpp
-
- 11 Jan, 2021 3 commits
-
-
Jabier Arraiza authored
When outline overlay is updated in preferences outline overlay is updated Fixes #2101
-
Jabier Arraiza authored
Most of times the zones to redraw is composed by a sigle cairo rectanges but somentimes, specialy when selecting the redraw is composed wit lost of rectangles for each we do a Paint() function This is totaly expensive in comaprsion Paint() one wraper retangle. This is the 1.1 approach,and is meassure in this time with a lot of profiling I do for old canvas now removed but Im prety sure is too much faster or equal
-
Jabier Arraiza authored
Because split background from render part, there is this remaining issue that become outline mode use original image as background. This fixe it
-
- 10 Jan, 2021 1 commit
-
-
Martin Owens authored
This reverts commit 2f3c3932.
-
- 09 Jan, 2021 3 commits
-
-
Link Mauve authored
This file had been added back in 2009 in 31bb8269, already commented out, and has never changed since then.
-
Martin Owens authored
-
René de Hesselle authored
-
- 08 Jan, 2021 2 commits
-
-
Emir authored
-
Link Mauve authored
This will require this 2geom MR to be merged first: lib2geom!28
-
- 07 Jan, 2021 1 commit
-
-
Thomas Holder authored
Fixes #2127
-
- 06 Jan, 2021 2 commits
-
-
SushantAA authored
Stroke color change from balck to darkgray in src/ui/widget/marker-combo-box.cpp and stroke:context-stroke stroke:#00000 in share/markers/markers.svg
-
Jabier Arraiza authored
This use another value on fill between many that allow use bsplines,spiros, and normal paths as inputs Also fix a issue on path shape triangle in/out on powerstroke that stroke become reversed Also prevent double pasteing of bspline and spiro path effects Propper fix for #623
-
- 05 Jan, 2021 3 commits
-
-
Nyall Dawson authored
-
Thomas Holder authored
Fixes #194 Fixes #197
-
Thomas Holder authored
Obsolete with lib2geom!41 This reverts commit 4ebc0477.
-
- 04 Jan, 2021 5 commits
-
-
Thomas Holder authored
Don't enter tool specific `root_handler` or `item_handler` while panning is active. Fixes #2048
-
Nathan Lee authored
Follow-up to 05cabd37 Partial revert of 56da3e89
-
Nathan Lee authored
After GDL dock replacement, dialogs destroyed on close, invalidating signals to EventLog that remains till document is closed. Also fix crash when undo, redo done after document is closed, reported in inbox#4163
-
Thomas Holder authored
- zst package format support for pacman - add libdeflate.dll - remove libjasper-*.dll
-
Link Mauve authored
-
- 03 Jan, 2021 1 commit
-
-
Jabier Arraiza authored
-