index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
previewholder.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-14
Reduce memory leak in file preview
Nathan Lee
1
-0
/
+1
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-4
/
+4
2019-06-19
fix horizontal palette scrolling for macOS
Thomas Holder
1
-4
/
+22
2019-05-26
Rm unused code now Gtk+ >= 3.22 dependency is set
Alexander Valavanis
1
-2
/
+0
2019-01-01
Move Preview to Inkscape namespace
Alexander Valavanis
1
-16
/
+26
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-11
Support smooth scrolling (part 2)
Eduard Braun
1
-1
/
+12
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2018-01-18
PreviewHolder: derive from Gtk::Bin
Stefano Facchini
1
-39
/
+18
2018-01-18
Remove unused abstract class PreviewFillable
Stefano Facchini
1
-1
/
+1
2018-01-17
Fix possible divide by zero.
Tavmjong Bah
1
-1
/
+2
2018-01-03
Restore behavior of swatches exapanding to fill available space.
Tavmjong Bah
1
-2
/
+2
2017-12-13
Fix scrollbar overlapping palette.
Tavmjong Bah
1
-115
/
+113
2017-12-12
Cleanup before GTK3 fixes.
Tavmjong Bah
1
-72
/
+65
2017-06-29
previewholder: Rm unused (and wrongly constructed) var
Alexander Valavanis
1
-1
/
+0
2016-10-09
Fix palette flickering, probably.
liampwhite
1
-2
/
+2
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-21
/
+1
2016-07-28
Drop remaining GTKMM 2 fallback support
Alex Valavanis
1
-98
/
+21
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2016-05-18
GTK3: Give even more widgets names.
Tavmjong Bah
1
-0
/
+4
2016-05-06
Prevent scrollbar overlay from covering swatches in GTK3 build.
Tavmjong Bah
1
-0
/
+6
2014-03-30
Added "Gtk::" scope to "manage" function calls.
Markus Engel
1
-17
/
+17
2013-04-21
Fix for Bug #1023797 (Unnecessary scroll bars in swatches dialog) by Slagvi.
Nicolas Dufour
1
-0
/
+2
2013-03-09
Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker
Alex Valavanis
1
-73
/
+197
2012-10-14
Fix build with new color palette features
Alex Valavanis
1
-0
/
+5
2012-10-14
Fix for 171221 : color panel improvements
John Smith
1
-0
/
+17
2012-09-27
Fix for 171177 : Border in palette swatches
John Smith
1
-9
/
+22
2012-06-09
Fix remaining size_request issues for Gtk+ build
Alex Valavanis
1
-4
/
+4
2012-04-28
gtkmm-3.0 fixes for Gtk::Box and header inclusions
Alex Valavanis
1
-8
/
+17
2012-04-28
Fix wrapping of colour palette
Alex Valavanis
1
-2
/
+2
2012-04-21
Fix typo in previewholder
Alex Valavanis
1
-2
/
+2
2012-04-17
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...
Alex Valavanis
1
-4
/
+24
2012-04-10
Adopt obsolete GtkAnchorType enum as SPAnchorType
Alex Valavanis
1
-12
/
+12
2012-02-11
Lots of gtkmm deprecation fixes
Alex Valavanis
1
-8
/
+4
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2008-02-22
Stop taking up vertical space when horizontal scrollbar not shown.
Jon A. Cruz
1
-0
/
+20
2008-02-21
Initial implementation of non-square swatches
Jon A. Cruz
1
-8
/
+10
2008-02-20
Decoupled swatch sizes from icon sizes
Jon A. Cruz
1
-3
/
+3
2007-03-27
make horizontal scrollbar automatic
bulia byak
1
-2
/
+2
2006-05-23
Panel refactoring
Jon A. Cruz
1
-2
/
+25
2006-04-09
Fixed problem when swatches were larger than provided area
Jon A. Cruz
1
-2
/
+2
2006-04-09
Adding in new icon size
Jon A. Cruz
1
-3
/
+3
2006-03-05
work-around for older gtkmm versions
Jon A. Cruz
1
-1
/
+1
2006-03-05
Fixed problem for 2.4.x
Jon A. Cruz
1
-3
/
+6
2006-02-28
Cleanup of embedded swatches palette switching.
Jon A. Cruz
1
-26
/
+52
[next]