index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
ink-action.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-25
InkAction: Replace deprecated g_type_class_add_private
Alexander Valavanis
1
-20
/
+23
2018-11-09
Fix codding style
Jabiertxof
1
-2
/
+1
2018-11-09
Move icon-loader and provide a temporary fallback to render pixbuf
Jabiertxof
1
-1
/
+1
2018-11-09
This improve symbolic icon rendering moving it to CSS only. There is places i...
Jabiertxof
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-0
/
+9
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-2
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-36
/
+9
2016-12-27
Rm remaining Gtk::Stock usage
Alex Valavanis
1
-4
/
+2
2016-08-05
Split InkAction classes into separate files
Alex Valavanis
1
-430
/
+10
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+0
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-38
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+0
2016-04-13
Fix cmake build
Marc Jeanmougin
1
-1
/
+1
2016-04-13
ink-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+22
2016-04-12
Fork GtkImageMenuItem and remove show_image boolean because we always want to...
Martin Owens
1
-1
/
+19
2014-10-05
Move GtkAction subclasses to widgets/
Liam P. White
1
-1
/
+1
2013-01-24
More GObject boilerplate cleanup
Alex Valavanis
1
-117
/
+10
2012-09-24
Fix for 1052645 : On select toolbar 'lock' button resize icon on clicking
John Smith
1
-2
/
+4
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-7
/
+2
2012-01-05
add toolbutton menu action type. now the add extremum node buttons are somewh...
Johan B. C. Engelen
1
-0
/
+71
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-7
/
+2
2011-03-20
Cleaned up memory patch. Fixes bug #737298.
Jon A. Cruz
1
-2
/
+4
2009-04-16
Fix most icon issues: blurry icons, tiling, etc. (hooray!)
Krzysztof Kosi??ski
1
-1
/
+2
2009-04-03
Fix ink toggle buttons to have non-stretching icons. Fixes blurring.
Jon A. Cruz
1
-1
/
+3
2009-01-10
Added a new toolbar with snapping controls
Diederik van Lierop
1
-3
/
+4
2008-09-21
Fixes for missing icons and icon size issues.
Jon A. Cruz
1
-4
/
+7
2008-02-22
Changed how tooltips for verbs are fetched to display translated versions cor...
Marcin Floryan
1
-0
/
+1
2007-12-04
Implemented use of "short_label" for toolbar items.
Jon A. Cruz
1
-20
/
+20
2007-08-18
if there's no icon, create a toggle button with text label
bulia byak
1
-18
/
+19
2007-04-11
Adding icons to pop-up toolbar menus
Jon A. Cruz
1
-1
/
+30
2007-04-10
Updating incon when property changes
Jon A. Cruz
1
-0
/
+24
2007-04-09
Updated simple action to work like toggle and radion versions
Jon A. Cruz
1
-25
/
+50
2007-03-24
Updating star toolbar with radio toggles
Jon A. Cruz
1
-16
/
+218
2006-10-19
Adding custom action to work with spinbuttons in toolbars
Jon A. Cruz
1
-0
/
+391