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
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
2006-03-28
Experimenting with linked colors.
Jon A. Cruz
1
-3
/
+77