index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ege-adjustment-action.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warning and dead code cleanup.
Jon A. Cruz
2013-01-11
1
-6
/
+0
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-1
/
+1
*
Fix for 1014988 : Converts slide widgets to new spin-scale widget
John Smith
2012-09-22
1
-8
/
+2
*
Fix for 167846 : GtkHScale regression
John Smith
2012-08-02
1
-1
/
+1
*
Fix for 167846 : Focus issue between spinbuttons when using Tab
John Smith
2012-07-15
1
-0
/
+7
*
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
-67
/
+1
*
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
2012-04-15
1
-15
/
+85
*
Clean up some deprecated orientable API
Alex Valavanis
2012-04-10
1
-0
/
+4
*
ege-adjustment-action: Get rid of GtkHBox
Alex Valavanis
2012-04-09
1
-0
/
+5
*
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
2012-02-29
1
-2
/
+1
*
More GSEAL issues
Alex Valavanis
2012-01-04
1
-1
/
+1
*
Fix large memory leaks in the swatches panel
Krzysztof Kosi??ski
2011-08-16
1
-4
/
+5
*
Gtk cleanup: GTK_WIDGET_HAS_FOCUS
Alex Valavanis
2011-06-25
1
-1
/
+1
*
Gtk cleanup: GTK_WIDGET_IS_SENSITIVE
Alex Valavanis
2011-06-25
1
-1
/
+1
*
Replace use of deprecated GtkTooltips API
Alex Valavanis
2011-06-05
1
-6
/
+1
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-11
/
+0
*
Reinstating version bump.
Jon A. Cruz
2011-05-20
1
-10
/
+0
*
Revert version bump so win devlibs can catch up.
Jon A. Cruz
2011-05-19
1
-0
/
+10
*
Made dependencies explicit and bumped versions.
Jon A. Cruz
2011-05-18
1
-10
/
+0
*
Restore modularity to adjustment action.
Jon A. Cruz
2011-04-19
1
-21
/
+26
*
Restore comment needed in *shared* code file.
Jon A. Cruz
2011-04-17
1
-0
/
+2
*
hack C++ spinbuttons into toolbars. unit conversion does not work, and will p...
Johan B. C. Engelen
2011-04-15
1
-1
/
+5
*
remove ridiculous comment
Johan B. C. Engelen
2011-04-15
1
-2
/
+0
*
Cleaned up memory patch. Fixes bug #737298.
Jon A. Cruz
2011-03-20
1
-13
/
+12
*
Add icons for line-height, letter-spacing, etc. to text toolbar.
Tavmjong Bah
2010-05-18
1
-7
/
+63
*
Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be directly...
Josh Andler
2009-07-13
1
-1
/
+1
*
warning cleanup
Jon A. Cruz
2008-07-16
1
-0
/
+1
*
move label on top for sliders
bulia byak
2008-07-11
1
-11
/
+21
*
remove fractional digits from hscales, we cannot drag with such precision anyway
bulia byak
2008-07-09
1
-0
/
+1
*
Adding use of GtkScaleButton when available
Jon A. Cruz
2008-07-01
1
-0
/
+30
*
Initial cut of sliders in toolbars
Jon A. Cruz
2008-06-30
1
-6
/
+77
*
Implemented use of "short_label" for toolbar items.
Jon A. Cruz
2007-12-04
1
-1
/
+2
*
add colon before value description
bulia byak
2007-08-21
1
-1
/
+3
*
Visual layout and spacing cleanup
Jon A. Cruz
2007-04-15
1
-1
/
+4
*
Making display narrower
Jon A. Cruz
2007-04-10
1
-0
/
+1
*
fix floating point comparrisons to not skip values
Jon A. Cruz
2007-03-23
1
-6
/
+6
*
Adding non-labeled default entries
Jon A. Cruz
2007-03-22
1
-5
/
+3
*
Correction for tooltips addition
Jon A. Cruz
2007-03-21
1
-3
/
+3
*
Added tootips for toolbar spinbuttons
Jon A. Cruz
2007-03-21
1
-0
/
+17
*
Adding all described values to menu of values
Jon A. Cruz
2007-03-21
1
-47
/
+138
*
Adding labels to popup menu values
Jon A. Cruz
2007-03-21
1
-10
/
+101
*
Added pop-up and toolbar menu
Jon A. Cruz
2006-10-24
1
-4
/
+166
*
Added callback function to allow shrinking of widgets
Jon A. Cruz
2006-10-24
1
-1
/
+26
*
Corrected focus problems by moving flag setting back to first thing
Jon A. Cruz
2006-10-23
1
-6
/
+6
*
Key, tab and focus refinement
Jon A. Cruz
2006-10-22
1
-4
/
+83
*
Adding climb and digits properties, key processing and focus handling
Jon A. Cruz
2006-10-21
1
-31
/
+185
*
Adding custom action to work with spinbuttons in toolbars
Jon A. Cruz
2006-10-19
1
-0
/
+328