summaryrefslogtreecommitdiffstats
path: root/src/ui/previewholder.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Stop taking up vertical space when horizontal scrollbar not shown.Jon A. Cruz2008-02-221-0/+20
| | | | | Fixes Bug #168619 (bzr r4820)
* Initial implementation of non-square swatchesJon A. Cruz2008-02-211-8/+10
| | | (bzr r4800)
* Decoupled swatch sizes from icon sizesJon A. Cruz2008-02-201-3/+3
| | | (bzr r4790)
* make horizontal scrollbar automaticbulia byak2007-03-271-2/+2
| | | (bzr r2768)
* Panel refactoringJon A. Cruz2006-05-231-2/+25
| | | (bzr r976)
* Fixed problem when swatches were larger than provided areaJon A. Cruz2006-04-091-2/+2
| | | (bzr r465)
* Adding in new icon sizeJon A. Cruz2006-04-091-3/+3
| | | (bzr r462)
* work-around for older gtkmm versionsJon A. Cruz2006-03-051-1/+1
| | | (bzr r204)
* Fixed problem for 2.4.xJon A. Cruz2006-03-051-3/+6
| | | (bzr r203)
* Cleanup of embedded swatches palette switching.Jon A. Cruz2006-02-281-26/+52
| | | (bzr r188)
* Refactoring layout when switching palettesJon A. Cruz2006-02-271-37/+54
| | | (bzr r187)
* Refactoring embedded swatches panel.Jon A. Cruz2006-02-271-47/+86
| | | (bzr r185)
* Fixing scrollbar size for embeded color swatches.Jon A. Cruz2006-02-191-2/+32
| | | (bzr r158)
* Removed horizontal scroll bar from swatches when embedded.Jon A. Cruz2006-02-181-0/+28
| | | (bzr r155)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+153
(bzr r1)