| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | temporary fix: prevent crash when clipping/masking an object with its own clone | bulia byak | 2007-01-26 | 1 | -0/+24 | |
| | | | | (bzr r2290) | |||||
| * | remove obsolete assert | Aaron Spike | 2007-01-26 | 1 | -1/+0 | |
| | | | | (bzr r2289) | |||||
| * | comment for the future | bulia byak | 2007-01-25 | 1 | -0/+2 | |
| | | | | (bzr r2288) | |||||
| * | double-click on offset changes to node tool | Josh Andler | 2007-01-25 | 1 | -2/+6 | |
| | | | | (bzr r2287) | |||||
| * | making string translatable | Luca Bruno | 2007-01-25 | 1 | -4/+4 | |
| | | | | (bzr r2285) | |||||
| * | get rid of sp_repr_new* | MenTaLguY | 2007-01-25 | 2 | -31/+0 | |
| | | | | (bzr r2284) | |||||
| * | eliminate last uses of sp_repr_new* | MenTaLguY | 2007-01-25 | 4 | -47/+19 | |
| | | | | (bzr r2283) | |||||
| * | remove sp_repr_new use from document creation | MenTaLguY | 2007-01-25 | 1 | -2/+2 | |
| | | | | (bzr r2282) | |||||
| * | replace sp_repr_new*s | Aaron Spike | 2007-01-25 | 1 | -22/+30 | |
| | | | | (bzr r2281) | |||||
| * | listen to subselection-changed signal to reflect gradient stop opacities | bulia byak | 2007-01-25 | 1 | -0/+1 | |
| | | | | (bzr r2280) | |||||
| * | use master opacity rather than fill/stroke-opacity when querying/setting ↵ | bulia byak | 2007-01-25 | 1 | -23/+39 | |
| | | | | | | stop opacity; properly multiply all given opacities on setting; emit subselection-changed signal when deselecting all (bzr r2279) | |||||
| * | privatize as much as possible in GrDrag | bulia byak | 2007-01-25 | 1 | -16/+23 | |
| | | | | (bzr r2278) | |||||
| * | fix distance-to-line calculation to be independent of zoom; increase ↵ | bulia byak | 2007-01-25 | 1 | -11/+13 | |
| | | | | | | tolerance; use new grdrag API (bzr r2277) | |||||
| * | Sorry, forgot the copyright text. | Johan B. C. Engelen | 2007-01-24 | 12 | -1/+24 | |
| | | | | (bzr r2276) | |||||
| * | fix crash 1640798 | bulia byak | 2007-01-24 | 1 | -0/+4 | |
| | | | | (bzr r2275) | |||||
| * | patch 1642531 | bulia byak | 2007-01-24 | 1 | -1/+1 | |
| | | | | (bzr r2274) | |||||
| * | fix crash when switching away from node tool while redrawing after a handle ↵ | bulia byak | 2007-01-24 | 1 | -1/+2 | |
| | | | | | | move; the end_forced_full_redraws in the handle_ungrabbed may become invalid because the nodepath is destroyed while in screen update triggered by update_repr, and it is redundant anyway because update_repr does its own end_forced_full_redraws (bzr r2273) | |||||
| * | remove sp_repr_new from style tests | MenTaLguY | 2007-01-24 | 1 | -4/+4 | |
| | | | | (bzr r2272) | |||||
| * | more removal of sp_repr_new* | MenTaLguY | 2007-01-24 | 1 | -5/+9 | |
| | | | | (bzr r2271) | |||||
| * | another createElement instead of repr_new | Aaron Spike | 2007-01-24 | 1 | -3/+5 | |
| | | | | (bzr r2270) | |||||
| * | heh, bool to begin with | MenTaLguY | 2007-01-24 | 1 | -2/+2 | |
| | | | | (bzr r2269) | |||||
| * | switch to using SVG::PathString for building paths | MenTaLguY | 2007-01-24 | 4 | -70/+43 | |
| | | | | (bzr r2268) | |||||
| * | add SVG::PathString for better path building | MenTaLguY | 2007-01-24 | 2 | -0/+153 | |
| | | | | (bzr r2267) | |||||
| * | switch to createElement | MenTaLguY | 2007-01-24 | 1 | -1/+3 | |
| | | | | (bzr r2266) | |||||
| * | replace use of sp_repr_new in gradient-vector | MenTaLguY | 2007-01-23 | 1 | -2/+5 | |
| | | | | (bzr r2261) | |||||
| * | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 2007-01-22 | 2 | -8/+15 | |
| | | | | (bzr r2258) | |||||
| * | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 2007-01-22 | 10 | -16/+42 | |
| | | | | (bzr r2257) | |||||
| * | refactor grid extension to reduce amount of redundant code | MenTaLguY | 2007-01-22 | 1 | -63/+44 | |
| | | | | (bzr r2256) | |||||
| * | replacing sp_repr_new* | Kees Cook | 2007-01-21 | 2 | -30/+51 | |
| | | | | (bzr r2255) | |||||
| * | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 2007-01-21 | 6 | -6/+14 | |
| | | | | (bzr r2254) | |||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 51 | -110/+189 | |
| | | | | | | create methods to match DOM (bzr r2253) | |||||
| * | Deprecate sp_repr_new* functions | MenTaLguY | 2007-01-21 | 1 | -4/+5 | |
| | | | | (bzr r2252) | |||||
| * | merge XML::Session into XML::Document | MenTaLguY | 2007-01-20 | 18 | -718/+392 | |
| | | | | (bzr r2248) | |||||
| * | update short descriptions of MessageStack and MessageContext a little bit | MenTaLguY | 2007-01-20 | 3 | -3/+3 | |
| | | | | (bzr r2246) | |||||
| * | text fixes | bulia byak | 2007-01-18 | 5 | -12/+12 | |
| | | | | (bzr r2241) | |||||
| * | text markup | bulia byak | 2007-01-18 | 1 | -2/+2 | |
| | | | | (bzr r2240) | |||||
| * | text markup; use gradient preview for gradient fills or strokes | bulia byak | 2007-01-18 | 2 | -6/+31 | |
| | | | | (bzr r2239) | |||||
| * | height=12 | bulia byak | 2007-01-18 | 2 | -2/+2 | |
| | | | | (bzr r2238) | |||||
| * | patch from David Douard to switch to node tool after creating linked offsets | MenTaLguY | 2007-01-18 | 1 | -0/+2 | |
| | | | | (bzr r2237) | |||||
| * | upping version to 0.45+devel (win32 versions were already bumped) | Aaron Spike | 2007-01-18 | 1 | -1/+1 | |
| | | | | (bzr r2236) | |||||
| * | prevent self-induced firings of opacity-changed callback; fixes 1636968 | bulia byak | 2007-01-17 | 1 | -5/+2 | |
| | | | | (bzr r2234) | |||||
| * | display 'Saving document...' visible when saving takes a long time | bulia byak | 2007-01-17 | 1 | -0/+4 | |
| | | | | (bzr r2233) | |||||
| * | add new message type for urgent immediate statusbar display | bulia byak | 2007-01-17 | 3 | -0/+11 | |
| | | | | (bzr r2232) | |||||
| * | safety check | bulia byak | 2007-01-17 | 1 | -2/+2 | |
| | | | | (bzr r2231) | |||||
| * | patch 1635163: directional repaint for better interactivity | bulia byak | 2007-01-17 | 1 | -10/+47 | |
| | | | | (bzr r2230) | |||||
| * | Upgraded gradient tool =) | Johan B. C. Engelen | 2007-01-17 | 14 | -233/+1178 | |
| | | | | (bzr r2228) | |||||
| * | fix filter area clipping when blurring a squeezed object | bulia byak | 2007-01-16 | 3 | -7/+10 | |
| | | | | (bzr r2221) | |||||
| * | this is the wrong place to fix old dialogs. po dir needs to be updated | Kees Cook | 2007-01-13 | 1 | -1/+1 | |
| | | | | (bzr r2209) | |||||
| * | more missing files. added "expected failure" list | Kees Cook | 2007-01-13 | 1 | -5/+4 | |
| | | | | (bzr r2208) | |||||
| * | (bzr r2207) | Bryce Harrington | 2007-01-13 | 1 | -2/+1 | |
| | | ||||||
