index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
sp-namedview.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-29
Add Patrick improvements to verbs toggle menu items
Jabiertxof
1
-2
/
+3
2019-07-28
Fix some issues with inverse coordinates pointed by Maren
Jabier Arraiza
1
-2
/
+2
2019-07-28
Add verbs update checkbuttons in menu. Also do improvements requested in http...
Jabier Arraiza
1
-1
/
+7
2019-04-02
Replace IS_NAN with std::isnan (exists since C++11)
Patrick Storz
1
-3
/
+3
2019-03-03
Enable global snapping preference by default
Patrick Storz
1
-1
/
+1
2019-02-20
Fix query for monitor dimensions
Patrick Storz
1
-4
/
+0
2019-02-20
Rescue code for restoring last used window geometry
Patrick Storz
1
-7
/
+32
2019-01-02
modernize loops
Marc Jeanmougin
1
-10
/
+10
2019-01-02
Prevent reverting a drawing from closing Inkscape when only one window is open.
Tavmjong Bah
1
-2
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-1
/
+1
2018-09-27
Add preference for default global snapping and make it false
Martin Owens
1
-1
/
+3
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
-38
/
+38
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-11
/
+11
2018-05-04
Add global guide controls to guides panel
Geoff Lankow
1
-0
/
+7
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-11
/
+11
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+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
[next]