summaryrefslogtreecommitdiffstats
path: root/src/widgets/eek-preview.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-16/+0
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-7/+0
2012-10-27Fix C++11 narrowing conversion errorsAlex Valavanis1-3/+8
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-2/+2
2012-09-28Fix for 1046740 : middle click on palette to set stroke colourJohn Smith1-3/+6
2012-09-27Fix for 171177 : Border in palette swatchesJohn Smith1-42/+68
2012-06-24Migrate some widgets to GtkStyleContextAlex Valavanis1-44/+29
2012-05-09Unified variable names as scoping now makes the code safe.Jon A. Cruz1-7/+7
2012-05-08Fix drawing of eek-preview in GTK+3Alex Valavanis1-68/+139
2012-04-18Fixed conditional code to avoid unused function warnings.Jon A. Cruz1-0/+2
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-0/+19
2012-04-04Fix build with gtk < 2.24Alex Valavanis1-3/+9
2012-04-03eek-preview: Cairo drawingAlex Valavanis1-13/+20
2012-01-05More GSEAL fixesAlex Valavanis1-19/+27
2011-10-23Documentation update pass.Jon A. Cruz1-4/+0
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-5/+5
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis1-2/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-03-23Switch to widget state for paintingJon A. Cruz1-2/+2
2009-03-23Additional state indicators.Jon A. Cruz1-16/+54
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+0
2009-02-18Scale preview pixmap as needed and cache scaled version.Jon A. Cruz1-1/+21
2009-02-16Move app-specific logic and file operations up from the lower level.Jon A. Cruz1-17/+14
2009-01-27proper resizing of remove color buttonFelipe Corr??a da Silva Sanches1-1/+1
2009-01-26removing a g_warningFelipe Corr??a da Silva Sanches1-1/+0
2009-01-24add "remove color" ColorItem to the swatches dialogFelipe Corr??a da Silva Sanches1-9/+33
2008-11-21Merge from fe-movedTed Gould1-23/+33
2008-02-21Initial implementation of non-square swatchesJon A. Cruz1-1/+15
2008-02-20Decoupled swatch sizes from icon sizesJon A. Cruz1-42/+29
2008-02-18Fixing preview/swatch sizes.Jon A. Cruz1-4/+67
2007-11-25Warning cleanupJon A. Cruz1-0/+5
2006-08-25I peeled back my changes because of some deep error.Jon Phillips1-36/+1
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips1-1/+36
2006-03-28Changed objects to only get linked to "linkable" colors.Jon A. Cruz1-7/+28
2006-03-28Experimenting with linked colors.Jon A. Cruz1-3/+77