summaryrefslogtreecommitdiffstats
path: root/src/ui/previewholder.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce memory leak in file previewNathan Lee2019-10-141-0/+1
* Eliminate clang warningsThomas Holder2019-08-231-4/+4
* fix horizontal palette scrolling for macOSThomas Holder2019-06-191-4/+22
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-2/+0
* Move Preview to Inkscape namespaceAlexander Valavanis2019-01-011-16/+26
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Support smooth scrolling (part 2)Eduard Braun2018-09-111-1/+12
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* PreviewHolder: derive from Gtk::BinStefano Facchini2018-01-181-39/+18
* Remove unused abstract class PreviewFillableStefano Facchini2018-01-181-1/+1
* Fix possible divide by zero.Tavmjong Bah2018-01-171-1/+2
* Restore behavior of swatches exapanding to fill available space.Tavmjong Bah2018-01-031-2/+2
* Fix scrollbar overlapping palette.Tavmjong Bah2017-12-131-115/+113
* Cleanup before GTK3 fixes.Tavmjong Bah2017-12-121-72/+65
* previewholder: Rm unused (and wrongly constructed) varAlexander Valavanis2017-06-291-1/+0
* Fix palette flickering, probably.liampwhite2016-10-091-2/+2
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-119/+22
|\
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-21/+1
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-98/+21
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
|/
* GTK3: Give even more widgets names.Tavmjong Bah2016-05-181-0/+4
* Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah2016-05-061-0/+6
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-17/+17
* Fix for Bug #1023797 (Unnecessary scroll bars in swatches dialog) by Slagvi.Nicolas Dufour2013-04-211-0/+2
* Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-091-73/+197
* Fix build with new color palette featuresAlex Valavanis2012-10-141-0/+5
* Fix for 171221 : color panel improvementsJohn Smith2012-10-141-0/+17
* Fix for 171177 : Border in palette swatchesJohn Smith2012-09-271-9/+22
* Fix remaining size_request issues for Gtk+ buildAlex Valavanis2012-06-091-4/+4
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-8/+17
* Fix wrapping of colour paletteAlex Valavanis2012-04-281-2/+2
* Fix typo in previewholderAlex Valavanis2012-04-211-2/+2
* Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis2012-04-171-4/+24
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-12/+12
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-8/+4
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Stop taking up vertical space when horizontal scrollbar not shown.Jon A. Cruz2008-02-221-0/+20
* Initial implementation of non-square swatchesJon A. Cruz2008-02-211-8/+10
* Decoupled swatch sizes from icon sizesJon A. Cruz2008-02-201-3/+3
* make horizontal scrollbar automaticbulia byak2007-03-271-2/+2
* Panel refactoringJon A. Cruz2006-05-231-2/+25
* Fixed problem when swatches were larger than provided areaJon A. Cruz2006-04-091-2/+2
* Adding in new icon sizeJon A. Cruz2006-04-091-3/+3
* work-around for older gtkmm versionsJon A. Cruz2006-03-051-1/+1
* Fixed problem for 2.4.xJon A. Cruz2006-03-051-3/+6