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
/
spinbutton.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
2017-10-05
1
-1
/
+1
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-1
/
+1
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+1
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-1
/
+1
*
Fix modelines
Alex Valavanis
2014-08-30
1
-3
/
+3
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
1
-1
/
+1
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
1
-1
/
+1
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-3
/
+3
*
fix crash on uninitialized unittracker for spinbuttons. fixes crash on changi...
Johan B. C. Engelen
2013-09-23
1
-2
/
+2
*
C++ify expression evaluator.
Matthew Petroff
2013-09-16
1
-3
/
+5
*
Enable unit evaluation in toolbars.
Matthew Petroff
2013-09-15
1
-2
/
+8
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-4
/
+0
*
Eliminated duplication of GTK key defines.
Jon A. Cruz
2012-05-03
1
-3
/
+1
*
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
2012-04-15
1
-3
/
+9
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-29
/
+4
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-1
/
+1
*
add undo to SpinButton
Johan B. C. Engelen
2011-04-15
1
-4
/
+66
*
add expression evaluator for spinbox input boxes. also knows a little about u...
Johan B. C. Engelen
2011-04-13
1
-17
/
+24
*
add a subclassed spinbutton class. this numeric entry box accepts both ',' an...
Johan B. C. Engelen
2011-04-08
1
-0
/
+60