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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-02
Add lineheight proposal
Jabier Arraiza
1
-26
/
+1
2019-08-02
Fix coding style
Jabier Arraiza
1
-3
/
+4
2019-08-02
moving hamburger to only line height part
Jabier Arraiza
1
-0
/
+24
2019-06-13
fix coding style
Jabier Arraiza
1
-1
/
+1
2019-06-13
Fix step value
Jabiertxof
1
-5
/
+5
2019-06-13
Try to fix issue with focus with thomas and add also stops to combos and unit...
Jabiertxof
1
-6
/
+9
2019-06-13
Improve event handle
Jabier Arraiza
1
-2
/
+2
2019-06-13
allow page increments with control key
Jabier Arraiza
1
-0
/
+3
2019-06-13
Fixes hover scrool bug
Jabiertxof
1
-2
/
+24
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2017-10-05
Rename get_group0_keyval to get_latin_keyval
Andrey Mozzhuhin
1
-1
/
+1
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+1
2014-08-30
Fix modelines
Alex Valavanis
1
-3
/
+3
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-1
/
+1
2013-10-12
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
1
-3
/
+3
2013-09-23
fix crash on uninitialized unittracker for spinbuttons. fixes crash on changi...
Johan B. C. Engelen
1
-2
/
+2
2013-09-16
C++ify expression evaluator.
Matthew Petroff
1
-3
/
+5
2013-09-15
Enable unit evaluation in toolbars.
Matthew Petroff
1
-2
/
+8
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-3
/
+1
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-3
/
+9
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-29
/
+4
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-1
/
+1
2011-04-15
add undo to SpinButton
Johan B. C. Engelen
1
-4
/
+66
2011-04-13
add expression evaluator for spinbox input boxes. also knows a little about u...
Johan B. C. Engelen
1
-17
/
+24
2011-04-08
add a subclassed spinbutton class. this numeric entry box accepts both ',' an...
Johan B. C. Engelen
1
-0
/
+60