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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing coding style
Jabier Arraiza
2018-07-21
1
-2
/
+1
*
adding gtk-theme
Jabier Arraiza
2018-07-21
1
-0
/
+11
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-53
/
+53
*
Make SPDesktop::setWaitingCursor() use gdkmm.
Emmanuel Gil Peyrot
2018-06-12
1
-5
/
+4
*
Fixes to extension system and simplify the code
Jabiertxo Arraiza Cenoz
2018-06-06
1
-1
/
+0
*
Apply fixed
Jabier Arraiza
2018-05-09
1
-0
/
+1
*
Reset old code to reaply fixed
Jabier Arraiza
2018-05-09
1
-1
/
+0
*
Start migrating 0.92 patch to master
Jabier Arraiza
2018-05-09
1
-0
/
+1
*
Add global guide controls to guides panel
Geoff Lankow
2018-05-04
1
-1
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-16
/
+21
*
Unset the current tool early on shutdown.
Stefano Facchini
2017-11-13
1
-7
/
+1
*
Refactor SPDesktop::setEventContext to allow for unsetting the current tool
Stefano Facchini
2017-11-13
1
-22
/
+22
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Enable reopening of Prototype dialog on startup.
Tavmjong Bah
2017-10-27
1
-0
/
+1
*
Try to ensure that panels are created with the correct desktop.
Tavmjong Bah
2017-10-27
1
-0
/
+6
*
Add canvas-rotate for rapid previewing canvas rotation.
Tavmjong Bah
2017-03-30
1
-5
/
+11
*
Prevents crash when saving or closing a document in some cases
Minglangjun Li
2017-03-26
1
-6
/
+10
|
\
|
*
Fix lp:1670688.
Minglangjun Li
2017-03-19
1
-6
/
+10
*
|
Add canvas flip. No GUI. Can be bound to keys via preferences.
Tavmjong Bah
2017-03-22
1
-0
/
+42
*
|
Implement rotation via desktop to window affine.
Tavmjong Bah
2017-03-20
1
-0
/
+1
*
|
Modify scroll_to_point() to work with rotated desktop. Simplified code to boot.
Tavmjong Bah
2017-03-14
1
-35
/
+13
*
|
Add functions to rotate drawing inside desktop.
Tavmjong Bah
2017-03-14
1
-0
/
+42
*
|
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
2017-03-13
1
-269
/
+275
|
/
*
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
2016-10-24
1
-0
/
+1
*
Remove == true.
Shlomi Fish
2016-09-03
1
-1
/
+1
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-4
/
+0
|
\
|
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
1
-4
/
+0
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-13
/
+1
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+13
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-13
/
+1
|
/
*
Move page border below the drawing.
Krzysztof Kosi??ski
2016-04-13
1
-1
/
+1
*
Move background drawing to SPCanvas to avoid temporarily drawing an incorrect
Krzysztof Kosi??ski
2016-04-13
1
-14
/
+3
*
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
2016-04-12
1
-2
/
+2
*
desktop: Fix deprecated GdkCursor API
Alex Valavanis
2016-04-11
1
-1
/
+2
*
Add option for checkerboard background.
Tavmjong Bah
2015-12-21
1
-6
/
+10
*
finally removed all GSList from main folder .h files
Marc Jeanmougin
2015-12-08
1
-6
/
+0
*
update to trunk + resolve conflicts
Marc Jeanmougin
2015-12-08
1
-0
/
+5
|
\
|
*
Fixes UX pointed in suv review
Jabier Arraiza Cenoz
2015-12-06
1
-0
/
+5
|
*
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
2015-12-05
1
-7
/
+0
|
*
Add global lock guides to the rulers
Jabier Arraiza Cenoz
2015-12-03
1
-0
/
+7
*
|
cppification: GSList replaced by vectors (mostly related to guides and grids)
Marc Jeanmougin
2015-12-05
1
-1
/
+1
|
/
*
Fix restoring previous state of 'Objects' and 'Selection sets' dialogs
su_v
2015-08-31
1
-0
/
+2
*
fixes a few of jenkins warnings
Marc Jeanmougin
2015-05-08
1
-1
/
+0
*
merge
Marc Jeanmougin
2015-04-26
1
-1
/
+1
|
\
|
*
Strip ToolFactory
Liam P. White
2015-02-25
1
-1
/
+1
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-1
/
+1
*
|
Just...
mc
2015-02-18
1
-1
/
+1
|
/
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-4
/
+4
*
Purge sp_desktop_canvas
Liam P. White
2014-12-21
1
-1
/
+1
[next]