summaryrefslogtreecommitdiffstats
path: root/src/spray-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tweak and spray:Nicolas Dufour2011-04-011-0/+4
| | | | | | | | * Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray). * Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes). * Tweak tool code consistency fix. * Spray tool default status message modified. (bzr r10139)
* Spray:Nicolas Dufour2011-03-291-405/+288
| | | | | | | | | | | | | | | | | * Spray context code clean-up (coding style and unused code removal). * Shift+k and Shift+l shortcuts inverted to reflect the mode order on azerty and qwerty keyboards. * Up and down keys now modify the population parameter. * Tooltips and status messages consistency fixes. * Old Q_() context replaced with C_() context macro. * Fix default values error in the parameters sliders. * Initial fix for duplicate window parameters update (the pressure button now updates as expected). * Fix a bug when spraying with GDK_SCROLL_DOWN (population value was reset to 100). * Default selcue set to 1, default gradient drag set to 0. Eraser: * Reodering the eraser tool parameters for UI consistency. * Default mode set to Cut out a path, default width set to 10. (bzr r10132)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-8/+8
| | | (bzr r10060)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
| | | (bzr r10025)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+1
| | | | | header. (bzr r9978.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-18/+20
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-3/+3
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-7/+7
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | 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)
* 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)