summaryrefslogtreecommitdiffstats
path: root/src/widgets/eek-preview.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move Preview to Inkscape namespaceAlexander Valavanis2019-01-011-495/+0
|
* C++ify EekPreviewAlexander Valavanis2019-01-011-412/+185
|
* EekPreview: Replace deprecated g_type_class_add_private and adhere to ↵Alexander Valavanis2018-11-251-10/+8
| | | | GObject conventions
* Clarify licensesMax Gaukler2018-11-081-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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-3/+0
|
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-201-2/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* fix none color in palettes with scrollbarsTobias Ellinghaus2016-11-021-22/+14
| | | (bzr r15201)
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-147/+1
| | | (bzr r15023.2.8)
* Latest gtk3 cleanupMartin Owens2016-04-121-8/+21
| | | (bzr r14791)
* Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens2016-04-121-2/+3
| | | (bzr r14788)
* eek-preview: Hide unused variable in gtk3 buildAlex Valavanis2013-10-151-1/+3
| | | (bzr r12691)
* Cleanup EekPreview widget implementation:Alex Valavanis2013-01-161-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)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-16/+0
| | | (bzr r12014)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-7/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Fix C++11 narrowing conversion errorsAlex Valavanis2012-10-271-3/+8
| | | (bzr r11834)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-2/+2
| | | (bzr r11736)
* Fix for 1046740 : middle click on palette to set stroke colourJohn Smith2012-09-281-3/+6
| | | (bzr r11710)
* Fix for 171177 : Border in palette swatchesJohn Smith2012-09-271-42/+68
| | | (bzr r11706)
* Migrate some widgets to GtkStyleContextAlex Valavanis2012-06-241-44/+29
| | | (bzr r11513)
* Unified variable names as scoping now makes the code safe.Jon A. Cruz2012-05-091-7/+7
| | | | | (merge of local fix) (bzr r11349)
* Fix drawing of eek-preview in GTK+3Alex Valavanis2012-05-081-68/+139
| | | (bzr r11348)
* Fixed conditional code to avoid unused function warnings.Jon A. Cruz2012-04-181-0/+2
| | | (bzr r11262)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-0/+19
| | | | | gtkmm 3.4) (bzr r11261)
* Fix build with gtk < 2.24Alex Valavanis2012-04-041-3/+9
| | | (bzr r11145)
* eek-preview: Cairo drawingAlex Valavanis2012-04-031-13/+20
| | | (bzr r11142)
* More GSEAL fixesAlex Valavanis2012-01-051-19/+27
| | | (bzr r10845)
* Documentation update pass.Jon A. Cruz2011-10-231-4/+0
| | | (bzr r10692)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-5/+5
| | | (bzr r10302.1.2)
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-2/+2
| | | (bzr r10277.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Switch to widget state for paintingJon A. Cruz2009-03-231-2/+2
| | | (bzr r7547)
* Additional state indicators.Jon A. Cruz2009-03-231-16/+54
| | | (bzr r7546)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+736
should be. Build libinkscape.a - should reduce link time. (bzr r7337)