index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
widget
/
unit-tracker.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-07
Last improvements to line height
Jabier Arraiza
1
-4
/
+10
2019-09-07
Add line height UX improvements
Jabier Arraiza
1
-0
/
+6
2019-08-02
Remove line height code and ficx coding style
Jabiertxof
1
-12
/
+0
2019-08-02
Fix coding style
Jabiertxof
1
-2
/
+2
2019-08-02
Add font size units and Adam UX sugestion
Jabiertxof
1
-0
/
+12
2019-05-28
Hackfest2019: Get rid of deprecated InkSelectOneAction
Alexander Valavanis
1
-52
/
+5
2019-04-30
Make display unit change roll out to toolbars
Nathan Lee
1
-0
/
+2
2019-02-03
UnitTracker: Create tool item without using GtkAction
Alexander Valavanis
1
-1
/
+19
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-06
Misc. typos
luz.paz
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-02-04
Convert UnitTracker to use ink-select-one-action.
Tavmjong Bah
1
-71
/
+110
2018-02-03
Relink GtkAdjustments that use same UnitTracker.
Tavmjong Bah
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+2
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-28
/
+23
2016-03-22
Add prependUnit function
Martin Owens
1
-0
/
+10
2016-03-18
Reverting 14701.
Tavmjong Bah
1
-10
/
+0
2016-03-12
Add a units box to line height and wire in the style units, plus some cleanup
Martin Owens
1
-0
/
+10
2014-10-05
Move GtkAction subclasses to widgets/
Liam P. White
1
-1
/
+1
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-13
/
+14
2013-10-05
Rewrite the internals of the unit code for somewhat better performance
Krzysztof Kosi??ski
1
-4
/
+4
2013-09-26
cppcheck: performance
Kris De Gussem
1
-1
/
+1
2013-08-04
Switched to global UnitTable.
Matthew Petroff
1
-5
/
+7
2013-08-01
Fix UnitTracker percentage bug.
Matthew Petroff
1
-1
/
+1
2013-07-31
Added percent support back to select toolbar.
Matthew Petroff
1
-1
/
+8
2013-07-18
Switch unit functions from using pointer arguements to reference arguements.
Matthew Petroff
1
-4
/
+3
2013-07-17
Fixed conversion factors and missed unit include removal.
Matthew Petroff
1
-1
/
+1
2013-07-17
Added new UnitTracker class.
Matthew Petroff
1
-0
/
+255