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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-4
/
+0
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-8
/
+0
2014-08-30
Fix modelines
Alex Valavanis
1
-3
/
+3
2013-09-23
fix crash on uninitialized unittracker for spinbuttons. fixes crash on changi...
Johan B. C. Engelen
1
-5
/
+7
2013-09-15
Enable unit evaluation in toolbars.
Matthew Petroff
1
-0
/
+5
2013-06-07
Adding inclusion of config.h where needed for threads.h check.
Jon A. Cruz
1
-0
/
+4
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+2
2012-04-30
gtkmm-3.0 changes for Gtk::Adjustment
Alex Valavanis
1
-0
/
+4
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-8
/
+31
2011-04-15
add undo to SpinButton
Johan B. C. Engelen
1
-2
/
+8
2011-04-13
add expression evaluator for spinbox input boxes. also knows a little about u...
Johan B. C. Engelen
1
-4
/
+20
2011-04-11
Use the subclassed SpinButton class for numeric inputs, such that '.' and ','...
Johan B. C. Engelen
1
-2
/
+4
2011-04-08
add a subclassed spinbutton class. this numeric entry box accepts both ',' an...
Johan B. C. Engelen
1
-0
/
+57