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
/
button.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-29
Move Button to Inkscape namespace
Alexander Valavanis
1
-274
/
+0
2018-12-29
C++ify button widget
Alexander Valavanis
1
-139
/
+134
2018-11-09
Fix codding style
Jabiertxof
1
-1
/
+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
-4
/
+6
2018-08-17
Fix bug pointed by suv in https://gitlab.com/inkscape/inkscape/merge_requests...
Jabiertxof
1
-1
/
+1
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-3
/
+4
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-10
/
+10
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-7
/
+5
2016-10-09
Fix palette flickering, probably.
liampwhite
1
-2
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-29
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2016-05-04
Fix rendering of tool bar icons.
Tavmjong Bah
1
-6
/
+10
2016-04-12
Replace xthickness and ythickness with Gtk Context padding.
Martin Owens
1
-6
/
+14
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-08-30
Reduce header bloat
Alex Valavanis
1
-0
/
+1
2014-08-18
Fix gtk3 build
Liam P. White
1
-0
/
+1
2014-08-18
Fix build (not pretty).
Liam P. White
1
-2
/
+2
2014-08-18
Code cleanup.
Liam P. White
1
-205
/
+172
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-1
/
+2
2013-01-26
More GObject boilerplate reduction
Alex Valavanis
1
-30
/
+15
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-8
/
+8
2012-11-11
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
1
-3
/
+1
2012-07-23
Drop use of size-request in button and sp-widget (GTK3)
Alex Valavanis
1
-21
/
+40
2012-07-05
Drop GTK+ 2.20 support.
Alex Valavanis
1
-4
/
+0
2012-05-18
Gtk+ 3 fixes for button widget
Alex Valavanis
1
-7
/
+10
2012-04-18
Fixed conditional code to avoid unused function warnings.
Jon A. Cruz
1
-0
/
+4
2012-04-17
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...
Alex Valavanis
1
-0
/
+28
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-8
/
+1
2012-01-05
More GSEAL fixes
Alex Valavanis
1
-2
/
+3
2011-08-28
Remove nr-object.h and nr-macros.h
Krzysztof Kosi??ski
1
-38
/
+24
2011-06-12
Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros
Alex Valavanis
1
-2
/
+2
2011-06-05
Replace use of deprecated GtkTooltips API
Alex Valavanis
1
-24
/
+10
2010-10-29
Cleanups from backports.
Jon A. Cruz
1
-22
/
+20
2010-09-06
Automatically add shortcuts to tooltips
Jasper van de Gronde
1
-3
/
+5
2008-05-06
Updating deprecated type calls.
Jon A. Cruz
1
-15
/
+18
2007-11-11
Minor cleanup
Jon A. Cruz
1
-4
/
+4
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-1
/
+1
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-1
/
+1
2006-07-09
Added descriptions to Undo/Redo commands in the menus
gustav_b
1
-1
/
+2
2006-04-06
Decoupling from direct use of GtkIconSize to allow for smaller custom ones.
Jon A. Cruz
1
-3
/
+3