index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
grid.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update internal extensions for latest .inx format changes
Patrick Storz
2019-09-01
1
-5
/
+5
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
New option to invert y-axis
Thomas Holder
2018-09-12
1
-3
/
+1
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-3
/
+3
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60694271
Jabier Arraiza
2018-05-09
1
-11
/
+1
*
Start migrating 0.92 patch to master
Jabier Arraiza
2018-05-09
1
-1
/
+11
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-2
/
+2
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-2
/
+2
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-1
/
+0
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Added items as a range function
Adrian Boguszewski
2016-07-03
1
-2
/
+2
|
\
*
|
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
2016-06-25
1
-1
/
+1
|
/
*
Extensions: Use underscored variants of parameters / attribute names in inter...
Eduard Braun
2016-06-11
1
-5
/
+5
*
Replace two instances of getSVGUnit() by getDocumentScale().
Tavmjong Bah
2016-06-01
1
-9
/
+4
*
Remove unused header file.
Tavmjong Bah
2015-12-09
1
-1
/
+0
*
updated with trunk
Marc Jeanmougin
2015-04-29
1
-4
/
+0
|
\
|
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
|
removed a few "using Inkscape::Util::GSListConstIterator"
Marc Jeanmougin
2015-04-27
1
-2
/
+0
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-1
/
+1
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-1
/
+1
*
|
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-4
/
+3
|
/
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-1
/
+1
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-1
/
+3
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
1
-1
/
+1
*
Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295.
Jon A. Cruz
2014-03-18
1
-19
/
+16
*
Remove unused includes to tidy up the code.
Martin Owens
2014-03-09
1
-0
/
+1
*
Extensions->Render submenu. Scaling into document units for grid.cpp (Bug 124...
Alvin Penner
2014-02-10
1
-5
/
+7
*
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-2
/
+3
*
Adding inclusion of config.h where needed for threads.h check.
Jon A. Cruz
2013-06-07
1
-0
/
+4
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Merge Andrew's new OCAL dialog and clean headers. Please test
Alex Valavanis
2012-02-27
1
-0
/
+1
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-1
/
+1
*
Extensions:
Nicolas Dufour
2011-03-30
1
-1
/
+3
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-2
/
+3
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-4
/
+7
|
\
|
*
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-1
/
+3
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-2
/
+2
*
|
Extensions. Consistency fix and UI improvements (internal extensions and filt...
Nicolas Dufour
2010-09-10
1
-5
/
+5
|
/
*
Extensions. Localized float values in SVG due to internal extensions, %f in p...
Nicolas Dufour
2010-05-27
1
-1
/
+3
*
Extensions. Fix Render>Grid extension (Bug #401567).
Nicolas Dufour
2010-04-21
1
-18
/
+20
*
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
2010-04-06
1
-6
/
+12
*
Fix grid extension
Krzysztof Kosi??ski
2010-04-03
1
-12
/
+6
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-1
/
+1
*
Merging from trunk
Ted Gould
2008-10-11
1
-2
/
+2
*
release reprs properly
bulia byak
2008-09-20
1
-0
/
+1
[next]