index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-namedview.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1188
/
+0
2018-01-07
Limit default window size to monitor dimensions
Eduard Braun
1
-0
/
+10
2018-01-07
Make natural window size default and fix small window size
Eduard Braun
1
-5
/
+8
2018-01-07
Use proper monitor for deriving geometry
Eduard Braun
1
-9
/
+9
2018-01-07
Switch sp-namedview.cpp to use the convenience function
Eduard Braun
1
-16
/
+2
2018-01-07
Let GTK+ / window managers handle window position sanitizing
Eduard Braun
1
-39
/
+5
2018-01-07
Make stored geometry and default window size enums
Eduard Braun
1
-10
/
+12
2018-01-07
Namedview: Use proper monitor to derive monitor_geometry
Eduard Braun
1
-15
/
+6
2017-12-25
Use a macro for GtkMM version checks
Alexander Valavanis
1
-3
/
+3
2017-12-05
Fix bug#1643179. Guides lock lost on load. Patch proposed in #5
Jabier Arraiza
1
-7
/
+6
2017-07-12
Prevent crash when get_primary_monitor() returns nullptr. (Second place.)
Tavmjong Bah
1
-1
/
+5
2017-06-27
GdkScreen deprecation fixes
Alexander Valavanis
1
-10
/
+36
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-97
/
+1
2017-03-13
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
1
-5
/
+5
2017-02-11
Fix and improve window sizing and positioning behavior when opening new docum...
Eduard Braun
1
-26
/
+38
2017-02-04
Disable rotate guides in doc rotation
Jabiertxof
1
-21
/
+21
2016-10-10
Fix some canvas item problems and refresh items on rotate
Jabier Arraiza Cenoz
1
-4
/
+10
2016-10-10
Fix some canvas problems and refactorization
Jabier Arraiza Cenoz
1
-2
/
+35
2016-10-09
Added widget to to rotate
Jabier Arraiza Cenoz
1
-5
/
+4
2016-10-08
Keep selection
Jabier Arraiza Cenoz
1
-28
/
+15
2016-10-08
add rotate from current desktop center
Jabier Arraiza Cenoz
1
-19
/
+21
2016-10-02
Doc rotate start
Jabier Arraiza Cenoz
1
-1
/
+46
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-2
/
+2
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-6
/
+6
2016-06-08
Really remove last of svg_units.
Tavmjong Bah
1
-10
/
+0
2016-06-08
Remove unused svg-units variable.
Tavmjong Bah
1
-18
/
+18
2016-06-04
Fix for bug on previous commit about guides lock
Jabier Arraiza Cenoz
1
-1
/
+0
2016-06-03
Fix a bug in lock guides pointed by suv on IRC
Jabier Arraiza Cenoz
1
-1
/
+1
2016-06-01
Remove last use of getSVGUnit() and remove all remnants of this abomination.
Tavmjong Bah
1
-6
/
+0
2015-12-28
Corrects attribute name for saving page 'checkerboard' background state.
Tavmjong Bah
1
-1
/
+1
2015-12-21
Add option for checkerboard background.
Tavmjong Bah
1
-0
/
+6
2015-12-09
fix crash noticed by Tav
Marc Jeanmougin
1
-1
/
+0
2015-12-06
Fixes UX pointed in suv review
Jabier Arraiza Cenoz
1
-2
/
+1
2015-12-05
Changed from Desktop to namedview to handle multiples documents
Jabier Arraiza Cenoz
1
-0
/
+42
2015-12-05
cppification: GSList replaced by vectors (mostly related to guides and grids)
Marc Jeanmougin
1
-92
/
+63
2015-07-15
Read inkscape:color attribute in more places
Geoff Lankow
1
-0
/
+1
2015-07-12
Reread guide colour after setting default colour
Geoff Lankow
1
-5
/
+6
2015-07-11
Read attribute after setting the default
Geoff Lankow
1
-0
/
+3
2015-07-07
Read inkscape:color attribute on guides
Geoff Lankow
1
-1
/
+0
2015-04-27
Enable snapping of cusp nodes by default
Diederik van Lierop
1
-1
/
+1
2015-03-01
if viewbox does not exist in file, set the document-units to be px. (Bug 1239...
Alvin Penner
1
-1
/
+3
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-5
/
+5
2014-12-21
Purge sp_desktop_canvas
Liam P. White
1
-4
/
+4
2014-11-26
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...
Tavmjong Bah
1
-2
/
+2
2014-11-26
Change default display unit to 'px'.
Tavmjong Bah
1
-1
/
+1
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-15
/
+22
[next]