summaryrefslogtreecommitdiffstats
path: root/src/spray-context.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)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-2/+0
| | | | | | (bzr r9508.1.45)
* | Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-141-6/+0
|/ | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-3/+3
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Fix spray toolKrzysztof Kosi??ski2010-04-031-3/+3
| | | (bzr r9281.1.5)
* Fix undo stack spam in single-path mode of the spray toolKrzysztof Kosi??ski2010-03-131-1/+1
| | | (bzr r9182)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-1/+0
| | | (bzr r9163)
* Warning cleanup.Jon A. Cruz2010-01-151-1/+1
| | | (bzr r8981)
* spray algorithm updatedSteren Giannini2010-01-031-39/+14
| | | (bzr r8938.1.2)
* Spray cleanupSteren Giannini2010-01-031-68/+49
| | | | | | | | | | | | | | | | | | | | | ------------ This line and the following will be ignored -------------- removed: src/ui/dialog/spray-option.cpp src/ui/dialog/spray-option.h modified: src/spray-context.cpp src/ui/dialog/Makefile_insert src/ui/dialog/dialog-manager.cpp src/ui/view/edit-widget.cpp src/ui/view/edit-widget.h src/widgets/toolbox.cpp unknown: backup.bzr/ description-pak doc-pak/ po/.intltool-merge-cache (bzr r8938.1.1)
* Spray Tool clean up and Toolbar refactoringSteren Giannini2009-12-301-262/+154
|\ | | | | (bzr r8926)
| * Spray toolbar is working + spray-context.cpp small cleanupSteren Giannini2009-12-301-191/+148
| | | | | | (bzr r8908.1.5)
| * rotation and scale variation in toolbar, still need some debugSteren Giannini2009-12-291-52/+18
| | | | | | (bzr r8908.1.4)
| * tweakSteren Giannini2009-12-291-1/+1
| | | | | | (bzr r8908.1.3)
| * french comments translated and some clean upSteren Giannini2009-12-291-49/+18
| | | | | | (bzr r8908.1.2)
* | Warning cleanup from unused cursor images.Jon A. Cruz2009-12-271-8/+8
|/ | | (bzr r8917)
* Warning cleanupJon A. Cruz2009-12-201-98/+107
| | | (bzr r8895)
* Correctly read and write values for Spray Tool option on Tool Controls Bar.Josh Andler2009-12-071-4/+4
| | | (bzr r8876)
* Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-301-0/+1199
(bzr r8851)