summaryrefslogtreecommitdiffstats
path: root/src/ui/previewholder.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move Preview to Inkscape namespaceAlexander Valavanis2019-01-011-8/+10
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* PreviewHolder: derive from Gtk::BinStefano Facchini2018-01-181-3/+2
| | | | | Also, remove an intermediate container between the bin and the scrolled window.
* Remove unused abstract class PreviewFillableStefano Facchini2018-01-181-2/+3
| | | | PreviewHolder is the only implementation.
* Fix scrollbar overlapping palette.Tavmjong Bah2017-12-131-3/+1
|
* Cleanup before GTK3 fixes.Tavmjong Bah2017-12-121-5/+5
|
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-9/+0
| | | (bzr r15023.2.7)
* Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah2016-05-061-0/+1
| | | | | And some minor cleanup. (bzr r14871)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-091-1/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185)
* Fix for 171221 : color panel improvementsJohn Smith2012-10-141-0/+1
| | | (bzr r11793)
* Fix for 171177 : Border in palette swatchesJohn Smith2012-09-271-1/+3
| | | (bzr r11706)
* Fix remaining size_request issues for Gtk+ buildAlex Valavanis2012-06-091-1/+1
| | | (bzr r11475)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-2/+3
| | | (bzr r11207)
* 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)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-1/+1
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Initial implementation of non-square swatchesJon A. Cruz2008-02-211-1/+3
| | | (bzr r4800)
* Decoupled swatch sizes from icon sizesJon A. Cruz2008-02-201-4/+4
| | | (bzr r4790)
* Panel refactoringJon A. Cruz2006-05-231-0/+3
| | | (bzr r976)
* Adding in new icon sizeJon A. Cruz2006-04-091-3/+4
| | | (bzr r462)
* Cleanup of embedded swatches palette switching.Jon A. Cruz2006-02-281-0/+3
| | | (bzr r188)
* Refactoring layout when switching palettesJon A. Cruz2006-02-271-0/+1
| | | (bzr r187)
* Refactoring embedded swatches panel.Jon A. Cruz2006-02-271-3/+8
| | | (bzr r185)
* Fixing scrollbar size for embeded color swatches.Jon A. Cruz2006-02-191-0/+3
| | | (bzr r158)
* Removed horizontal scroll bar from swatches when embedded.Jon A. Cruz2006-02-181-0/+2
| | | (bzr r155)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+60
(bzr r1)