summaryrefslogtreecommitdiffstats
path: root/src/widgets/eek-preview.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-01Move Preview to Inkscape namespaceAlexander Valavanis1-495/+0
2019-01-01C++ify EekPreviewAlexander Valavanis1-412/+185
2018-11-25EekPreview: Replace deprecated g_type_class_add_private and adhere to ↵Alexander Valavanis1-10/+8
GObject conventions
2018-11-08Clarify licensesMax Gaukler1-0/+1
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
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
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
(bzr r15201)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-147/+1
(bzr r15023.2.8)
2016-04-12Latest gtk3 cleanupMartin Owens1-8/+21
(bzr r14791)
2016-04-12Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens1-2/+3
(bzr r14788)
2013-10-15eek-preview: Hide unused variable in gtk3 buildAlex Valavanis1-1/+3
(bzr r12691)
2013-01-16Cleanup EekPreview widget implementation:Alex Valavanis1-432/+416
* Strip out dead code * Move all properties to private structure * Use modern GObject style in most places * Replace explicit get_type implementation with G_DEFINE_TYPE (bzr r12028)
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-16/+0
(bzr r12014)
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-7/+0
Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
2012-10-27Fix C++11 narrowing conversion errorsAlex Valavanis1-3/+8
(bzr r11834)
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-2/+2
(bzr r11736)
2012-09-28Fix for 1046740 : middle click on palette to set stroke colourJohn Smith1-3/+6
(bzr r11710)
2012-09-27Fix for 171177 : Border in palette swatchesJohn Smith1-42/+68
(bzr r11706)
2012-06-24Migrate some widgets to GtkStyleContextAlex Valavanis1-44/+29
(bzr r11513)
2012-05-09Unified variable names as scoping now makes the code safe.Jon A. Cruz1-7/+7
(merge of local fix) (bzr r11349)
2012-05-08Fix drawing of eek-preview in GTK+3Alex Valavanis1-68/+139
(bzr r11348)
2012-04-18Fixed conditional code to avoid unused function warnings.Jon A. Cruz1-0/+2
(bzr r11262)
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis1-0/+19
gtkmm 3.4) (bzr r11261)
2012-04-04Fix build with gtk < 2.24Alex Valavanis1-3/+9
(bzr r11145)
2012-04-03eek-preview: Cairo drawingAlex Valavanis1-13/+20
(bzr r11142)
2012-01-05More GSEAL fixesAlex Valavanis1-19/+27
(bzr r10845)
2011-10-23Documentation update pass.Jon A. Cruz1-4/+0
(bzr r10692)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-5/+5
(bzr r10302.1.2)
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis1-2/+2
(bzr r10277.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2009-03-23Switch to widget state for paintingJon A. Cruz1-2/+2
(bzr r7547)
2009-03-23Additional state indicators.Jon A. Cruz1-16/+54
(bzr r7546)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+0
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2009-02-18Scale preview pixmap as needed and cache scaled version.Jon A. Cruz1-1/+21
(bzr r7318)
2009-02-16Move app-specific logic and file operations up from the lower level.Jon A. Cruz1-17/+14
(bzr r7308)
2009-01-27proper resizing of remove color buttonFelipe Corr??a da Silva Sanches1-1/+1
(bzr r7188)
2009-01-26removing a g_warningFelipe Corr??a da Silva Sanches1-1/+0
(bzr r7179)
2009-01-24add "remove color" ColorItem to the swatches dialogFelipe Corr??a da Silva Sanches1-9/+33
(bzr r7164)
2008-11-21Merge from fe-movedTed Gould1-23/+33
(bzr r6891)
2008-02-21Initial implementation of non-square swatchesJon A. Cruz1-1/+15
(bzr r4800)
2008-02-20Decoupled swatch sizes from icon sizesJon A. Cruz1-42/+29
(bzr r4790)
2008-02-18Fixing preview/swatch sizes.Jon A. Cruz1-4/+67
(bzr r4765)
2007-11-25Warning cleanupJon A. Cruz1-0/+5
(bzr r4133)
2006-08-25I peeled back my changes because of some deep error.Jon Phillips1-36/+1
(bzr r1636)
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips1-1/+36
(bzr r1634)
2006-03-28Changed objects to only get linked to "linkable" colors.Jon A. Cruz1-7/+28
(bzr r321)