summaryrefslogtreecommitdiffstats
path: root/src/ui/previewholder.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-14Reduce memory leak in file previewNathan Lee1-0/+1
2019-08-23Eliminate clang warningsThomas Holder1-4/+4
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
2018-09-11Support smooth scrolling (part 2)Eduard Braun1-1/+12
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
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
2018-01-18Remove unused abstract class PreviewFillableStefano Facchini1-1/+1
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
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-21/+1
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-98/+21
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2016-05-18GTK3: Give even more widgets names.Tavmjong Bah1-0/+4
2016-05-06Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah1-0/+6
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-17/+17
2013-04-21Fix for Bug #1023797 (Unnecessary scroll bars in swatches dialog) by Slagvi.Nicolas Dufour1-0/+2
2013-03-09Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis1-73/+197
2012-10-14Fix build with new color palette featuresAlex Valavanis1-0/+5
2012-10-14Fix for 171221 : color panel improvementsJohn Smith1-0/+17
2012-09-27Fix for 171177 : Border in palette swatchesJohn Smith1-9/+22
2012-06-09Fix remaining size_request issues for Gtk+ buildAlex Valavanis1-4/+4
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-8/+17
2012-04-28Fix wrapping of colour paletteAlex Valavanis1-2/+2
2012-04-21Fix typo in previewholderAlex Valavanis1-2/+2
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-4/+24
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-12/+12
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-8/+4
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2008-02-22Stop taking up vertical space when horizontal scrollbar not shown.Jon A. Cruz1-0/+20
2008-02-21Initial implementation of non-square swatchesJon A. Cruz1-8/+10
2008-02-20Decoupled swatch sizes from icon sizesJon A. Cruz1-3/+3
2007-03-27make horizontal scrollbar automaticbulia byak1-2/+2
2006-05-23Panel refactoringJon A. Cruz1-2/+25
2006-04-09Fixed problem when swatches were larger than provided areaJon A. Cruz1-2/+2
2006-04-09Adding in new icon sizeJon A. Cruz1-3/+3
2006-03-05work-around for older gtkmm versionsJon A. Cruz1-1/+1
2006-03-05Fixed problem for 2.4.xJon A. Cruz1-3/+6
2006-02-28Cleanup of embedded swatches palette switching.Jon A. Cruz1-26/+52