| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Follow-up conversion from bool. | Jon A. Cruz | 2012-05-08 | 1 | -3/+3 |
| | | | | (bzr r11347) | ||||
| * | Fixing to use explicit enum types instead of generic guint & bool. | Jon A. Cruz | 2012-05-08 | 1 | -19/+22 |
| | | | | (bzr r11345) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -46/+1 |
| | | | | (bzr r11318) | ||||
| * | Replace deprecated GDK key symbols | Alex Valavanis | 2012-04-09 | 1 | -42/+91 |
| | | | | (bzr r11194) | ||||
| * | Fix for 627728 : newly-added gradient node by dbl click set active | John Smith | 2012-04-01 | 1 | -1/+3 |
| | | | | (bzr r11137) | ||||
| * | Fix for 179830 : gradient tool focus problems with overlapping objects | John Smith | 2012-04-01 | 1 | -15/+21 |
| | | | | (bzr r11136) | ||||
| * | Fix for 627728 : Make newly added gradient stop active | John Smith | 2012-04-01 | 1 | -3/+11 |
| | | | | (bzr r11135) | ||||
| * | Fix for 950677 : Add stops and repeat controls to the gradient toolbar | John Smith | 2012-04-01 | 1 | -1/+8 |
| | | | | (bzr r11134) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | (bzr r10963) | ||||
| * | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 1 | -3/+2 |
| | | | | (bzr r10582.1.11) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 1 | -7/+9 |
| |\ | | | | | (bzr r10347.1.5) | ||||
| | * | Gradient context: Don't try to snap when no gradient will be drawn (i.e. ↵ | Diederik van Lierop | 2011-07-01 | 1 | -5/+7 |
| | | | | | | | | | | | when no item has been selected) (bzr r10394) | ||||
| | * | - Add a third group of snap sources/targets, called ¨others¨ (before we ↵ | Diederik van Lierop | 2011-06-26 | 1 | -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 GObject | Alex Valavanis | 2011-06-24 | 1 | -1/+1 |
| | | | | | | | (bzr r10350.1.3) | ||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -3/+3 |
| |/ | | | (bzr r10347.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -1/+1 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | change Preferences > Steps to this new widget (bzr r10177) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -8/+8 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | Pass removing some outdated C-macro use. | Jon A. Cruz | 2011-02-20 | 1 | -8/+8 |
| | | | | | | | (bzr r10059) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -9/+12 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -9/+11 |
| | |\ | | | | | | | (bzr r9945.1.1) | ||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+4 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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 Lierop | 2010-08-11 | 1 | -0/+3 |
| | | | | | | | | | | (bzr r9697) | ||||
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -3/+1 |
| |\| | | | | | | | | (bzr r9508.1.52) | ||||
| | * | | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 2010-07-04 | 1 | -2/+0 |
| | |/ | | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564) | ||||
| | * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 1 | -1/+1 |
| | | | | | | | (bzr r9542) | ||||
| * | | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -1/+1 |
| |/ | | | (bzr r9508.1.47) | ||||
| * | Patch by Daniel_J for 522327 | Josh Andler | 2010-04-01 | 1 | -1/+1 |
| | | | | (bzr r9267) | ||||
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -2/+2 |
| | | | | (bzr r9163) | ||||
| * | Whitespace cleanup. | Jon A. Cruz | 2010-03-05 | 1 | -23/+23 |
| | | | | (bzr r9146) | ||||
| * | Gradient editor: don't show pre-snap indicator when hovering above the knot ↵ | Diederik van Lierop | 2010-02-14 | 1 | -1/+1 |
| | | | | | | of a gradient stop (bzr r9091) | ||||
| * | Tiny bit of refactoring (inverting some logic) | Diederik van Lierop | 2010-02-06 | 1 | -1/+1 |
| | | | | (bzr r9059) | ||||
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -0/+9 |
| | | | | (bzr r9034) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -1/+1 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -3/+3 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -3/+3 |
| | | | | (bzr r8404) | ||||
| * | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 1 | -1/+0 |
| | | | | | | of the related warning messages (bzr r8302) | ||||
| * | Don't crash when closing document with gradient tool being active (fixes bug ↵ | Diederik van Lierop | 2009-06-06 | 1 | -0/+3 |
| | | | | | | #380934) (bzr r8015) | ||||
| * | Fix two "snap window not opened" warnings | Diederik van Lierop | 2009-04-12 | 1 | -3/+1 |
| | | | | (bzr r7693) | ||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -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 Lierop | 2009-02-20 | 1 | -1/+1 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | - The snap-delay mechanism should now be more robust. From now on, it must ↵ | Diederik van Lierop | 2009-01-25 | 1 | -15/+19 |
| | | | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -17/+17 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -9/+12 |
| | | | | (bzr r6885) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -3/+3 |
| | | | | (bzr r6839) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -2/+2 |
| | | | | (bzr r6793) | ||||
| * | Removal of SP_ACTIVE_DESKTOP, next take | Maximilian Albert | 2008-08-14 | 1 | -5/+5 |
| | | | | (bzr r6630) | ||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -3/+3 |
| | | | | (bzr r6606) | ||||
