summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-3/+2
* Merge from trunkKrzysztof Kosi??ski2011-07-061-7/+9
|\
| * Gradient context: Don't try to snap when no gradient will be drawn (i.e. when...Diederik van Lierop2011-07-011-5/+7
| * - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-261-1/+1
| * Switch to GObjectAlex Valavanis2011-06-241-1/+1
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-3/+3
|/
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+1
|\
| * add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-1/+1
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-8/+8
|\|
| * Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-8/+8
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-9/+12
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-9/+11
| |\
| | * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-6/+6
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+4
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| * | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+3
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-3/+1
|\| |
| * | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-2/+0
| |/
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-1/+1
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-1/+1
|/
* Patch by Daniel_J for 522327Josh Andler2010-04-011-1/+1
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-2/+2
* Whitespace cleanup.Jon A. Cruz2010-03-051-23/+23
* Gradient editor: don't show pre-snap indicator when hovering above the knot o...Diederik van Lierop2010-02-141-1/+1
* Tiny bit of refactoring (inverting some logic)Diederik van Lierop2010-02-061-1/+1
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+9
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-1/+1
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-3/+3
* SPDocument->Documentjohnce2009-08-051-3/+3
* Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop2009-07-181-1/+0
* Don't crash when closing document with gradient tool being active (fixes bug ...Diederik van Lierop2009-06-061-0/+3
* Fix two "snap window not opened" warningsDiederik van Lierop2009-04-121-3/+1
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-3/+1
* The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop2009-02-201-1/+1
* - The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2009-01-251-15/+19
* Merge from fe-movedTed Gould2008-11-211-17/+17
* From trunkTed Gould2008-10-271-9/+12
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+3
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-2/+2
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-5/+5
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-3/+3
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-3/+3
* Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop2008-05-121-1/+2
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-2/+3
* Extended messages to make full use of pluralsMarcin Floryan2008-02-191-7/+24
* first i18n patch from Marcin, more to followAlexandre Prokoudine2008-02-191-1/+1
* fix picking color when dragging from empty space: from topmost, not last sele...bulia byak2008-02-181-1/+8
* Add plural form to status bar message in gradient context (patch by Marcin Fl...Maximilian Albert2008-02-031-1/+1
* use gobble_key_events to speed up keyboard movesbulia byak2007-11-211-16/+24