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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-01
Move Preview to Inkscape namespace
Alexander Valavanis
1
-495
/
+0
2019-01-01
C++ify EekPreview
Alexander Valavanis
1
-412
/
+185
2018-11-25
EekPreview: Replace deprecated g_type_class_add_private and adhere to GObject...
Alexander Valavanis
1
-10
/
+8
2018-11-08
Clarify licenses
Max Gaukler
1
-0
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-3
/
+0
2018-06-20
Replace typedef struct with struct in POD type declarations.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2016-11-02
fix none color in palettes with scrollbars
Tobias Ellinghaus
1
-22
/
+14
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-147
/
+1
2016-04-12
Latest gtk3 cleanup
Martin Owens
1
-8
/
+21
2016-04-12
Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)
Martin Owens
1
-2
/
+3
2013-10-15
eek-preview: Hide unused variable in gtk3 build
Alex Valavanis
1
-1
/
+3
2013-01-16
Cleanup EekPreview widget implementation:
Alex Valavanis
1
-432
/
+416
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-16
/
+0
2012-11-26
Drop support for GTK+ < 2.24
Alex Valavanis
1
-7
/
+0
2012-10-27
Fix C++11 narrowing conversion errors
Alex Valavanis
1
-3
/
+8
2012-10-04
code cleanup: make more functions static or include their own headers.
Campbell Barton
1
-2
/
+2
2012-09-28
Fix for 1046740 : middle click on palette to set stroke colour
John Smith
1
-3
/
+6
2012-09-27
Fix for 171177 : Border in palette swatches
John Smith
1
-42
/
+68
2012-06-24
Migrate some widgets to GtkStyleContext
Alex Valavanis
1
-44
/
+29
2012-05-09
Unified variable names as scoping now makes the code safe.
Jon A. Cruz
1
-7
/
+7
2012-05-08
Fix drawing of eek-preview in GTK+3
Alex Valavanis
1
-68
/
+139
2012-04-18
Fixed conditional code to avoid unused function warnings.
Jon A. Cruz
1
-0
/
+2
2012-04-17
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...
Alex Valavanis
1
-0
/
+19
2012-04-04
Fix build with gtk < 2.24
Alex Valavanis
1
-3
/
+9
2012-04-03
eek-preview: Cairo drawing
Alex Valavanis
1
-13
/
+20
2012-01-05
More GSEAL fixes
Alex Valavanis
1
-19
/
+27
2011-10-23
Documentation update pass.
Jon A. Cruz
1
-4
/
+0
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-06-15
Clean up deprecated GTK_WIDGET API
Alex Valavanis
1
-5
/
+5
2011-06-12
Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros
Alex Valavanis
1
-2
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2009-03-23
Switch to widget state for painting
Jon A. Cruz
1
-2
/
+2
2009-03-23
Additional state indicators.
Jon A. Cruz
1
-16
/
+54
2009-02-21
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
1
-0
/
+0
2009-02-18
Scale preview pixmap as needed and cache scaled version.
Jon A. Cruz
1
-1
/
+21
2009-02-16
Move app-specific logic and file operations up from the lower level.
Jon A. Cruz
1
-17
/
+14
2009-01-27
proper resizing of remove color button
Felipe Corr??a da Silva Sanches
1
-1
/
+1
2009-01-26
removing a g_warning
Felipe Corr??a da Silva Sanches
1
-1
/
+0
2009-01-24
add "remove color" ColorItem to the swatches dialog
Felipe Corr??a da Silva Sanches
1
-9
/
+33
2008-11-21
Merge from fe-moved
Ted Gould
1
-23
/
+33
2008-02-21
Initial implementation of non-square swatches
Jon A. Cruz
1
-1
/
+15
2008-02-20
Decoupled swatch sizes from icon sizes
Jon A. Cruz
1
-42
/
+29
2008-02-18
Fixing preview/swatch sizes.
Jon A. Cruz
1
-4
/
+67
2007-11-25
Warning cleanup
Jon A. Cruz
1
-0
/
+5
2006-08-25
I peeled back my changes because of some deep error.
Jon Phillips
1
-36
/
+1
2006-08-24
Cleaned up more of the gboolean to bool janitorial task...great!
Jon Phillips
1
-1
/
+36
2006-03-28
Changed objects to only get linked to "linkable" colors.
Jon A. Cruz
1
-7
/
+28
[next]