index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
desktop.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-30
Allow InkscapeApplication to track current document, selection, and desktop.
Tavmjong Bah
1
-0
/
+1
2019-01-27
Add desktop function to know we are on dark theme
Jabier Arraiza
1
-0
/
+6
2019-01-20
No longer use widget data to store pointer to desktop widget.
Tavmjong Bah
1
-2
/
+15
2019-01-07
Fix bug 1810206: Crash if XRay mode enabled (assertion failed in SPCanvas::pa...
Jabier Arraiza
1
-2
/
+0
2018-12-22
pinch zoom gesture
Thomas Holder
1
-0
/
+29
2018-12-09
Fix toggle rullers in split view and improve speed and rendering to xray
Jabier Arraiza
1
-13
/
+5
2018-12-06
desktop-widget: Make canvas private
Alexander Valavanis
1
-4
/
+2
2018-12-06
desktop-widget: make rulers private
Alexander Valavanis
1
-27
/
+0
2018-12-05
desktop-widget: make scrollbars private
Alexander Valavanis
1
-26
/
+0
2018-12-04
Added XRay
Jabier Arraiza
1
-0
/
+18
2018-12-03
Use std::unique_ptr for all MessageContext
Emmanuel Gil Peyrot
1
-3
/
+2
2018-12-03
Replace InkGC with std::shared_ptr for MessageStack
Emmanuel Gil Peyrot
1
-3
/
+3
2018-12-01
Fix coding style
Jabier Arraiza
1
-58
/
+56
2018-12-01
Fix merging
Jabier Arraiza
1
-1
/
+1
2018-12-01
Fix merging
Jabier Arraiza
1
-2
/
+2
2018-12-01
Fix merge to master and add shortcut
Jabier Arraiza
1
-1
/
+1
2018-12-01
Move spliter from prefs to SPCanvas to allow multidesktop
Jabiertxof
1
-4
/
+6
2018-12-01
Add some Martin fixes and UX improvements
Jabiertxof
1
-5
/
+4
2018-12-01
Improve spliter and add outline mode functionality
Jabier Arraiza
1
-0
/
+4
2018-12-01
Handling cursor for dragin split
Jabier Arraiza
1
-1
/
+58
2018-12-01
Adding minor fixes
Jabier Arraiza
1
-1
/
+1
2018-12-01
Initial commit of split canvas
Jabiertxof
1
-0
/
+14
2018-11-30
Replace void* by SPItem* to avoid static casts.
Tavmjong Bah
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-05
Remove unused functions
Jabier Arraiza
1
-13
/
+0
2018-11-05
Improvemets to find items
Jabier Arraiza
1
-0
/
+13
2018-10-18
Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...
Rick Yorgason
1
-2
/
+2
2018-10-18
New "Outline thin strokes" view mode which draws thin strokes in outline mode...
Rick Yorgason
1
-0
/
+3
2018-10-13
Move some files to 'io' directory.
Tavmjong Bah
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-5
/
+0
2018-09-12
make /options/yaxisdown true the default
Thomas Holder
1
-2
/
+2
2018-09-12
New option to invert y-axis
Thomas Holder
1
-9
/
+12
2018-07-21
Fixing coding style
Jabier Arraiza
1
-2
/
+1
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-0
/
+11
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-53
/
+53
2018-06-12
Make SPDesktop::setWaitingCursor() use gdkmm.
Emmanuel Gil Peyrot
1
-5
/
+4
2018-06-06
Fixes to extension system and simplify the code
Jabiertxo Arraiza Cenoz
1
-1
/
+0
2018-05-09
Apply fixed
Jabier Arraiza
1
-0
/
+1
2018-05-09
Reset old code to reaply fixed
Jabier Arraiza
1
-1
/
+0
2018-05-09
Start migrating 0.92 patch to master
Jabier Arraiza
1
-0
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-05-04
Add global guide controls to guides panel
Geoff Lankow
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-16
/
+21
2017-11-13
Unset the current tool early on shutdown.
Stefano Facchini
1
-7
/
+1
2017-11-13
Refactor SPDesktop::setEventContext to allow for unsetting the current tool
Stefano Facchini
1
-22
/
+22
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-27
Enable reopening of Prototype dialog on startup.
Tavmjong Bah
1
-0
/
+1
2017-10-27
Try to ensure that panels are created with the correct desktop.
Tavmjong Bah
1
-0
/
+6
[next]