summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-2/+2
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-231-1/+1
| | | (bzr r11696)
* Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-221-12/+1
| | | (bzr r11694)
* Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith2012-09-061-4/+1
| | | (bzr r11655)
* Fix for 406044 : Esc with no selection, activates selection toolJohn Smith2012-09-021-1/+2
| | | (bzr r11647)
* Fix for 1029302 : Fill/Stroke dialog does not update on tool changeJohn Smith2012-08-011-0/+1
| | | (bzr r11579)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Follow-up conversion from bool.Jon A. Cruz2012-05-081-3/+3
| | | (bzr r11347)
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-19/+22
| | | (bzr r11345)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-46/+1
| | | (bzr r11318)
* Replace deprecated GDK key symbolsAlex Valavanis2012-04-091-42/+91
| | | (bzr r11194)
* Fix for 627728 : newly-added gradient node by dbl click set activeJohn Smith2012-04-011-1/+3
| | | (bzr r11137)
* Fix for 179830 : gradient tool focus problems with overlapping objectsJohn Smith2012-04-011-15/+21
| | | (bzr r11136)
* Fix for 627728 : Make newly added gradient stop activeJohn Smith2012-04-011-3/+11
| | | (bzr r11135)
* Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith2012-04-011-1/+8
| | | (bzr r11134)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-3/+2
| | | (bzr r10582.1.11)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-7/+9
|\ | | | | (bzr r10347.1.5)
| * Gradient context: Don't try to snap when no gradient will be drawn (i.e. ↵Diederik van Lierop2011-07-011-5/+7
| | | | | | | | | | when no item has been selected) (bzr r10394)
| * - Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop2011-06-261-1/+1
| | | | | | | | | | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
| * Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | | | | (bzr r10350.1.3)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-3/+3
|/ | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+1
|\ | | | | (bzr r9508.1.89)
| * add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-1/+1
| | | | | | | | | | change Preferences > Steps to this new widget (bzr r10177)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-8/+8
|\| | | | | (bzr r9508.1.73)
| * Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-8/+8
| | | | | | (bzr r10059)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-9/+12
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-9/+11
| |\ | | | | | | (bzr r9945.1.1)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-6/+6
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+4
|\| | | | | | | | (bzr r9508.1.70)
| * | 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)
| * | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+3
| | | | | | | | | (bzr r9697)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-3/+1
|\| | | | | | | | (bzr r9508.1.52)
| * | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-2/+0
| |/ | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564)
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-1/+1
| | | | | | (bzr r9542)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-1/+1
|/ | | (bzr r9508.1.47)
* Patch by Daniel_J for 522327Josh Andler2010-04-011-1/+1
| | | (bzr r9267)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-2/+2
| | | (bzr r9163)
* Whitespace cleanup.Jon A. Cruz2010-03-051-23/+23
| | | (bzr r9146)
* Gradient editor: don't show pre-snap indicator when hovering above the knot ↵Diederik van Lierop2010-02-141-1/+1
| | | | | of a gradient stop (bzr r9091)
* Tiny bit of refactoring (inverting some logic)Diederik van Lierop2010-02-061-1/+1
| | | (bzr r9059)
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+9
| | | (bzr r9034)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-1/+1
| | | | | specified explicitly) (bzr r9014)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* Make the snap delay mechanism easier to implement for the devs, and get rid ↵Diederik van Lierop2009-07-181-1/+0
| | | | | of the related warning messages (bzr r8302)
* Don't crash when closing document with gradient tool being active (fixes bug ↵Diederik van Lierop2009-06-061-0/+3
| | | | | #380934) (bzr r8015)
* Fix two "snap window not opened" warningsDiederik van Lierop2009-04-121-3/+1
| | | (bzr r7693)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-3/+1
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-1/+1
| | | | | displayed "B". (bzr r7335)