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