summaryrefslogtreecommitdiffstats
path: root/src/ui/previewholder.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-14Reduce memory leak in file previewNathan Lee1-0/+1
https://gitlab.com/inkscape/inkscape/issues/201
2019-08-23Eliminate clang warningsThomas Holder1-4/+4
-Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
2019-06-19fix horizontal palette scrolling for macOSThomas Holder1-4/+22
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-2/+0
2019-01-01Move Preview to Inkscape namespaceAlexander Valavanis1-16/+26
2018-11-08Clarify licensesMax Gaukler1-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
2018-09-11Support smooth scrolling (part 2)Eduard Braun1-1/+12
Fix scrolling when smooth scrolling is enabled / allow to scroll smoothly for: - canvas palette - node selection in path tool - selection cycling in select tool while holding Alt key - spraying in spray tool with mouse wheel - adjusting color by scrolling in lower left stroke/fill fields
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
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-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-01-18PreviewHolder: derive from Gtk::BinStefano Facchini1-39/+18
Also, remove an intermediate container between the bin and the scrolled window.
2018-01-18Remove unused abstract class PreviewFillableStefano Facchini1-1/+1
PreviewHolder is the only implementation.
2018-01-17Fix possible divide by zero.Tavmjong Bah1-1/+2
2018-01-03Restore behavior of swatches exapanding to fill available space.Tavmjong Bah1-2/+2
2017-12-13Fix scrollbar overlapping palette.Tavmjong Bah1-115/+113
2017-12-12Cleanup before GTK3 fixes.Tavmjong Bah1-72/+65
2017-06-29previewholder: Rm unused (and wrongly constructed) varAlexander Valavanis1-1/+0
2016-10-09Fix palette flickering, probably.liampwhite1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1201545 (bzr r15158)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-21/+1
(bzr r15023.2.8)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-98/+21
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2016-05-18GTK3: Give even more widgets names.Tavmjong Bah1-0/+4
(bzr r14901)
2016-05-06Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah1-0/+6
And some minor cleanup. (bzr r14871)
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-17/+17
(bzr r13236)
2013-04-21Fix for Bug #1023797 (Unnecessary scroll bars in swatches dialog) by Slagvi.Nicolas Dufour1-0/+2
Fixed bugs: - https://launchpad.net/bugs/1023797 (bzr r12295)
2013-03-09Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis1-73/+197
Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185)
2012-10-14Fix build with new color palette featuresAlex Valavanis1-0/+5
(bzr r11796)
2012-10-14Fix for 171221 : color panel improvementsJohn Smith1-0/+17
(bzr r11793)
2012-09-27Fix for 171177 : Border in palette swatchesJohn Smith1-9/+22
(bzr r11706)
2012-06-09Fix remaining size_request issues for Gtk+ buildAlex Valavanis1-4/+4
(bzr r11475)
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-8/+17
(bzr r11304)
2012-04-28Fix wrapping of colour paletteAlex Valavanis1-2/+2
Fixed bugs: - https://launchpad.net/bugs/986507 (bzr r11301)
2012-04-21Fix typo in previewholderAlex Valavanis1-2/+2
Fixed bugs: - https://launchpad.net/bugs/986507 (bzr r11274)
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis1-4/+24
gtkmm 3.4) (bzr r11261)
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-12/+12
(bzr r11207)
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-8/+4
(bzr r10957)
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)
2008-02-22Stop taking up vertical space when horizontal scrollbar not shown.Jon A. Cruz1-0/+20
Fixes Bug #168619 (bzr r4820)
2008-02-21Initial implementation of non-square swatchesJon A. Cruz1-8/+10
(bzr r4800)
2008-02-20Decoupled swatch sizes from icon sizesJon A. Cruz1-3/+3
(bzr r4790)
2007-03-27make horizontal scrollbar automaticbulia byak1-2/+2
(bzr r2768)
2006-05-23Panel refactoringJon A. Cruz1-2/+25
(bzr r976)
2006-04-09Fixed problem when swatches were larger than provided areaJon A. Cruz1-2/+2
(bzr r465)
2006-04-09Adding in new icon sizeJon A. Cruz1-3/+3
(bzr r462)
2006-03-05work-around for older gtkmm versionsJon A. Cruz1-1/+1
(bzr r204)
2006-03-05Fixed problem for 2.4.xJon A. Cruz1-3/+6
(bzr r203)
2006-02-28Cleanup of embedded swatches palette switching.Jon A. Cruz1-26/+52
(bzr r188)