summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/preview.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-11Initialize some uninitialized variablesMarc Jeanmougin1-1/+2
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-5/+3
2019-01-01Move Preview to Inkscape namespaceAlexander Valavanis1-19/+27
2019-01-01C++ify EekPreviewAlexander Valavanis1-412/+185
2018-11-25EekPreview: Replace deprecated g_type_class_add_private and adhere to GObject...Alexander Valavanis1-10/+8
2018-11-08Clarify licensesMax Gaukler1-0/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-3/+0
2018-06-20Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2016-11-02fix none color in palettes with scrollbarsTobias Ellinghaus1-22/+14
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-147/+1
2016-04-12Latest gtk3 cleanupMartin Owens1-8/+21
2016-04-12Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens1-2/+3
2013-10-15eek-preview: Hide unused variable in gtk3 buildAlex Valavanis1-1/+3
2013-01-16Cleanup EekPreview widget implementation:Alex Valavanis1-432/+416
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