| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix luminance to alpha calculation in masks. | Tavmjong Bah | 2010-11-22 | 1 | -6/+16 |
| | | | | (bzr r9914) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 96 | -96/+96 |
| | | | | | | | | | | | | | | | | 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) | ||||
| * | A modification of pixops_mix that allows for input images that extend beyond ↵ | Jasper van de Gronde | 2010-08-04 | 1 | -87/+39 |
| | | | | | | the output image (bzr r9686) | ||||
| * | Fix to background handling that avoids both duplication and aliasing as much ↵ | Jasper van de Gronde | 2010-08-04 | 4 | -101/+75 |
| | | | | | | as possible. (bzr r9685) | ||||
| * | 1) Snap to transformation center even if it's outside of the bounding box of ↵ | Diederik van Lierop | 2010-07-25 | 1 | -8/+8 |
| | | | | | | | | the parent item 2) In some cases the snap source indicator wasn't shown (bzr r9648) | ||||
| * | Make OpenMP actually work on systems that use Autoconf. | Krzysztof Kosi??ski | 2010-07-21 | 1 | -1/+2 |
| | | | | (bzr r9637) | ||||
| * | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 2010-07-18 | 1 | -21/+9 |
| | | | | | | | - snap guides to paths too - always show the same snap indicator (bzr r9625) | ||||
| * | Simplify code related to snapping while rotating | Diederik van Lierop | 2010-07-17 | 4 | -6/+4 |
| | | | | (bzr r9619) | ||||
| * | Upgrading to trunk | Ted Gould | 2010-07-13 | 7 | -7/+9 |
| |\ | | | | | (bzr r8254.1.57) | ||||
| | * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 5 | -5/+6 |
| | | | | | | | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | ||||
| | * | Disable a couple debug messages. | Josh Andler | 2010-06-15 | 1 | -2/+2 |
| | | | | | | | (bzr r9501) | ||||
| | * | Fix for bug #284147 | Jasper van de Gronde | 2010-05-18 | 1 | -0/+1 |
| | | | | | | | (bzr r9429) | ||||
| * | | Pulling in a more recent trunk | Ted Gould | 2010-05-15 | 4 | -6/+6 |
| |\| | | | | | (bzr r8254.1.56) | ||||
| | * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 4 | -6/+6 |
| | | | | | | | (bzr r9402) | ||||
| * | | Updating to trunk | Ted Gould | 2010-05-15 | 11 | -95/+132 |
| |\| | | | | | (bzr r8254.1.54) | ||||
| | * | Fix snapping regression introduced by rev. #9118 | Diederik van Lierop | 2010-04-22 | 2 | -3/+12 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9364) | ||||
| | * | Fix bbox snapping as reported in LP bug #562205 | Diederik van Lierop | 2010-04-18 | 1 | -0/+8 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9351) | ||||
| | * | Fix for bug #455302 and bug #165529, also partially fixes bounding box of ↵ | Jasper van de Gronde | 2010-04-18 | 5 | -75/+79 |
| | | | | | | | | | | | various NR Arena Items as passed to filters (it used to explicitly make the bounding box larger) and makes nr-filter-displacement-map use rowstride (bzr r9350) | ||||
| | * | filterUnits and primitiveUnits are now actually read/set, percentages for ↵ | Jasper van de Gronde | 2010-04-15 | 1 | -0/+8 |
| | | | | | | | | | | | primitiveUnits are still problematic though (bzr r9335) | ||||
| | * | show more axonometric grid lines | Johan B. C. Engelen | 2010-04-14 | 1 | -7/+9 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/429776 (bzr r9331) | ||||
| | * | A few small fixes/clarifications for Gaussian blur. | Jasper van de Gronde | 2010-04-03 | 1 | -8/+14 |
| | | | | | | | (bzr r9287) | ||||
| | * | reinstate wrongly ignored delta in pick; makes selecting small text objects ↵ | buliabyak | 2010-03-28 | 1 | -2/+2 |
| | | | | | | | | | | | much easier (bzr r9245) | ||||
| * | | Merge from trunk | Ted Gould | 2010-03-26 | 7 | -39/+123 |
| |\| | | | | | (bzr r8254.1.53) | ||||
| | * | Fix regression caused by rev. #9158 (selection of nodes in the node editor ↵ | Diederik van Lierop | 2010-03-21 | 1 | -1/+5 |
| | | | | | | | | | | | by dragging a rectangle using a tablet was broken) (bzr r9219) | ||||
| | * | Fix crash in spray tool caused by rev. 9158 | Diederik van Lierop | 2010-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/537249 (bzr r9181) | ||||
| | * | Fix scrolling with mouse wheel when hovering above a snap-indicator | Diederik van Lierop | 2010-03-06 | 1 | -8/+21 |
| | | | | | | | (bzr r9158) | ||||
| | * | Compilation fixes for Windows 64-bit by Fridrich | Krzysztof Kosi??ski | 2010-02-28 | 1 | -2/+2 |
| | | | | | | | (bzr r9118) | ||||
| | * | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in ↵ | Diederik van Lierop | 2010-02-25 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | the selector tool) 2) Allow constrained translation for 1) (with <ctrl>) 3) Fix snapping to the grid when pasting 4) Show snap indicators for all of the above 5) Implement snap delay mechanism for 1) and 2) (bzr r9113) | ||||
| | * | 1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ↵ | Diederik van Lierop | 2010-02-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | other tools 2) Always apply the constraint when asking for a constrained snap 3) Show snap indicator when applying a constraint (bzr r9105) | ||||
| | * | Make sure that guides always snap correctly when dropping them, and improve ↵ | Diederik van Lierop | 2010-02-21 | 2 | -4/+12 |
| | | | | | | | | | | | perseverance of snap-indicator (bzr r9103) | ||||
| | * | Fix a memory leak in sp_canvastext | Diederik van Lierop | 2010-02-17 | 1 | -1/+3 |
| | | | | | | | (bzr r9094) | ||||
| | * | Prevent the Bezier tool from introducing a redundant closing line segment | Krzysztof Kosi??ski | 2010-02-10 | 1 | -1/+5 |
| | | | | | | | | | | | when closing a path. (bzr r9079) | ||||
| | * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 2 | -5/+10 |
| | | | | | | | (bzr r9034) | ||||
| | * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -1/+2 |
| | | | | | | | | | | | specified explicitly) (bzr r9014) | ||||
| | * | When snapping to a bounding box, flash that bounding box together with the ↵ | Diederik van Lierop | 2010-01-19 | 2 | -3/+25 |
| | | | | | | | | | | | snap indicator (bzr r8999) | ||||
| | * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 31 | -116/+186 |
| | |\ | | | | | | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | ||||
| | | * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | for the devs) (bzr r8960) | ||||
| | | * | Refactor snapping of gradient handles; now behaves like all other snapping, ↵ | Diederik van Lierop | 2010-01-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | i.e. no more snapping to imaginary infinite lines along the bounding box Fixed bugs: - https://launchpad.net/bugs/371001 (bzr r8932) | ||||
| | * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 3 | -11/+25 |
| | | | | | | | | | | (bzr r8846.1.1) | ||||
| * | | | Keeping up with trunk | Ted Gould | 2010-01-01 | 5 | -69/+68 |
| |\ \ \ | | |/ | |/| | (bzr r8254.1.49) | ||||
| | * | | Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵ | Diederik van Lierop | 2009-12-30 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | replacing tabs by spaces, removing some commented lines (bzr r8925) | ||||
| | * | | refactoring the snapping code (laying the groundwork for my next commit ↵ | Diederik van Lierop | 2009-12-24 | 4 | -66/+66 |
| | | | | | | | | | | | | | | | | which reduces snap jitter) (bzr r8906) | ||||
| * | | | Updating to current trunk | Ted Gould | 2009-12-21 | 25 | -39/+110 |
| |\| | | | | | | | | (bzr r8254.1.38) | ||||
| | * | | Warning cleanup | Jon A. Cruz | 2009-12-20 | 1 | -1/+1 |
| | | | | | | | | | | (bzr r8895) | ||||
| | * | | updating my email address in file headers | Felipe Corr??a da Silva Sanches | 2009-12-13 | 19 | -19/+19 |
| | | | | | | | | | | (bzr r8889) | ||||
| | * | | refactoring of previous commit + add separation to glyph renderer also | Felipe Corr??a da Silva Sanches | 2009-12-11 | 4 | -33/+40 |
| | | | | | | | | | | (bzr r8882) | ||||
| | * | | - new: Print Colors Preview Dialog and rendermode | Felipe Corr??a da Silva Sanches | 2009-12-11 | 3 | -13/+57 |
| | | | | | | | | | | | | | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881) | ||||
| | * | | Updating to current trunk | Ted Gould | 2009-11-29 | 7 | -170/+190 |
| | |\| | | | | | | | (bzr r8050.1.16) | ||||
| | * | | parsing and handling of icc-color in feFlood SVG Filters | Felipe Corr??a da Silva Sanches | 2009-06-20 | 2 | -5/+25 |
| | | | | | | | | | | | | | | | | TODO: implement interface to set icc-color to the flood-color parameter (bzr r8050.1.4) | ||||
| * | | | Merging in from trunk | Ted Gould | 2009-11-29 | 7 | -170/+190 |
| |\ \ \ | | |/ | |/| | (bzr r8254.1.37) | ||||
