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
/
eek-preview.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-3
/
+0
*
Replace typedef struct with struct in POD type declarations.
Emmanuel Gil Peyrot
2018-06-20
1
-2
/
+2
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-8
/
+8
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
fix none color in palettes with scrollbars
Tobias Ellinghaus
2016-11-02
1
-22
/
+14
*
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
1
-147
/
+1
*
Latest gtk3 cleanup
Martin Owens
2016-04-12
1
-8
/
+21
*
Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)
Martin Owens
2016-04-12
1
-2
/
+3
*
eek-preview: Hide unused variable in gtk3 build
Alex Valavanis
2013-10-15
1
-1
/
+3
*
Cleanup EekPreview widget implementation:
Alex Valavanis
2013-01-16
1
-432
/
+416
*
Warning and dead code cleanup.
Jon A. Cruz
2013-01-11
1
-16
/
+0
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
1
-7
/
+0
*
Fix C++11 narrowing conversion errors
Alex Valavanis
2012-10-27
1
-3
/
+8
*
code cleanup: make more functions static or include their own headers.
Campbell Barton
2012-10-04
1
-2
/
+2
*
Fix for 1046740 : middle click on palette to set stroke colour
John Smith
2012-09-28
1
-3
/
+6
*
Fix for 171177 : Border in palette swatches
John Smith
2012-09-27
1
-42
/
+68
*
Migrate some widgets to GtkStyleContext
Alex Valavanis
2012-06-24
1
-44
/
+29
*
Unified variable names as scoping now makes the code safe.
Jon A. Cruz
2012-05-09
1
-7
/
+7
*
Fix drawing of eek-preview in GTK+3
Alex Valavanis
2012-05-08
1
-68
/
+139
*
Fixed conditional code to avoid unused function warnings.
Jon A. Cruz
2012-04-18
1
-0
/
+2
*
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...
Alex Valavanis
2012-04-17
1
-0
/
+19
*
Fix build with gtk < 2.24
Alex Valavanis
2012-04-04
1
-3
/
+9
*
eek-preview: Cairo drawing
Alex Valavanis
2012-04-03
1
-13
/
+20
*
More GSEAL fixes
Alex Valavanis
2012-01-05
1
-19
/
+27
*
Documentation update pass.
Jon A. Cruz
2011-10-23
1
-4
/
+0
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+3
*
Clean up deprecated GTK_WIDGET API
Alex Valavanis
2011-06-15
1
-5
/
+5
*
Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros
Alex Valavanis
2011-06-12
1
-2
/
+2
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Switch to widget state for painting
Jon A. Cruz
2009-03-23
1
-2
/
+2
*
Additional state indicators.
Jon A. Cruz
2009-03-23
1
-16
/
+54
*
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
2009-02-21
1
-0
/
+736