index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-15
Remove duplicated build checks.
Elliott Sales de Andrade
1
-2
/
+0
2016-08-08
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
1
-49
/
+0
2016-08-04
Use C++11 unordered containers
Alex Valavanis
1
-41
/
+5
2016-06-05
[Bug #1587311] Entering + into stroke width dialog crashes Inkscape.
rafael-g
1
-2
/
+5
2016-06-05
[Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD.
rafael-g
1
-1
/
+3
2016-03-22
Un-revert: Allow Unit object to do conversions, pipe Quality class method via...
Martin Owens
2
-12
/
+30
2016-03-18
Reverting 14701.
Tavmjong Bah
2
-64
/
+14
2016-03-12
Add a units box to line height and wire in the style units, plus some cleanup
Martin Owens
2
-14
/
+64
2015-12-09
Remove unused header file.
Tavmjong Bah
3
-239
/
+0
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-1
/
+1
2015-02-26
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
Liam P. White
2
-2
/
+2
2015-02-25
Collect util/ into a static library
Liam P. White
3
-90
/
+10
2015-02-25
Isolate components of libgc
Liam P. White
2
-2
/
+2
2014-11-25
Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...
Tavmjong Bah
1
-0
/
+3
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2
-0
/
+27
2014-11-19
units: remove a remnant from old code. There should be only one UnitTable ins...
Johan B. C. Engelen
1
-1
/
+0
2014-08-17
Fix grid jumping (bug #1342238).
Matthew Petroff
1
-1
/
+5
2014-04-27
Update CMake Files
Campbell Barton
1
-0
/
+2
2014-04-04
fix cmake build errors for changes in 2geom
Johan B. C. Engelen
1
-0
/
+1
2014-04-03
Fix for Bug #1301869 (util/signal-blocker.h not included in tarbal) by Ryan L...
ryanlerch
1
-0
/
+1
2014-03-30
End support for obsolete GNU hash. Supported either natively, through TR1 or ...
Alex Valavanis
1
-31
/
+0
2014-03-08
Reconnect correctly as documents are replaced.
Jon A. Cruz
1
-0
/
+70
2014-02-26
Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...
Martin Owens
3
-0
/
+3600
2014-02-24
inspired by r13052, fix up the code to hopefully work when someone has differ...
Johan B. C. Engelen
2
-4
/
+17
2014-01-14
fix warnings on compilers that provide unordered_set
Alex Valavanis
1
-1
/
+17
2013-10-29
saving units is not implemented yet, and noone should call the save method
Johan B. C. Engelen
2
-5
/
+6
2013-10-29
"fix" some "unused parameter" warnings
Kris De Gussem
1
-3
/
+3
2013-10-28
unit display: fix typo
Johan B. C. Engelen
1
-1
/
+1
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
4
-53
/
+57
2013-10-05
Rewrite the internals of the unit code for somewhat better performance
Krzysztof Kosi??ski
3
-169
/
+248
2013-09-22
units: Catch FileError if no units.xml is in /usr/local/...
Bryce Harrington
1
-0
/
+3
2013-09-16
Comment clean up.
Matthew Petroff
3
-25
/
+22
2013-09-16
Add exponent to expression evaluator.
Matthew Petroff
2
-13
/
+32
2013-09-16
C++ify expression evaluator.
Matthew Petroff
3
-416
/
+318
2013-09-01
Fix grids with comma as decimal separator [Bug #1216306].
Matthew Petroff
1
-2
/
+3
2013-08-28
Added Quantity comparison functions.
Matthew Petroff
2
-0
/
+26
2013-08-28
Use enum names instead of numbers.
Matthew Petroff
2
-21
/
+21
2013-08-25
Use real world units for page sizes.
Matthew Petroff
2
-0
/
+34
2013-08-04
Switched to global UnitTable.
Matthew Petroff
3
-9
/
+6
2013-07-30
Cleanup.
Matthew Petroff
2
-10
/
+12
2013-07-30
Update unit extraction regular expressions.
Matthew Petroff
1
-2
/
+2
2013-07-24
Remove unnecessary variable from the GMarkup-based unit parser
Krzysztof Kosi??ski
1
-8
/
+6
2013-07-24
Remove the "simple SAX" parser. Replace its only use (loading of unit
Krzysztof Kosi??ski
2
-156
/
+67
2013-07-22
Removed SPMetric.
Matthew Petroff
2
-23
/
+0
2013-07-20
Add string output functions for units.
Matthew Petroff
2
-0
/
+16
2013-07-20
Added percentage support to "Inkscape::Util::Quantity::convert".
Matthew Petroff
1
-0
/
+5
2013-07-18
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
2
-52
/
+62
2013-07-18
Added more more convientent unit functions.
Matthew Petroff
2
-1
/
+21
2013-07-18
Added more convienient unit conversion functions.
Matthew Petroff
2
-2
/
+30
2013-07-18
Added quantity string parsing.
Matthew Petroff
2
-12
/
+37
[next]