summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* temporary fix: prevent crash when clipping/masking an object with its own clonebulia byak2007-01-261-0/+24
| | | (bzr r2290)
* remove obsolete assertAaron Spike2007-01-261-1/+0
| | | (bzr r2289)
* comment for the futurebulia byak2007-01-251-0/+2
| | | (bzr r2288)
* double-click on offset changes to node toolJosh Andler2007-01-251-2/+6
| | | (bzr r2287)
* making string translatableLuca Bruno2007-01-251-4/+4
| | | (bzr r2285)
* get rid of sp_repr_new*MenTaLguY2007-01-252-31/+0
| | | (bzr r2284)
* eliminate last uses of sp_repr_new*MenTaLguY2007-01-254-47/+19
| | | (bzr r2283)
* remove sp_repr_new use from document creationMenTaLguY2007-01-251-2/+2
| | | (bzr r2282)
* replace sp_repr_new*sAaron Spike2007-01-251-22/+30
| | | (bzr r2281)
* listen to subselection-changed signal to reflect gradient stop opacitiesbulia byak2007-01-251-0/+1
| | | (bzr r2280)
* use master opacity rather than fill/stroke-opacity when querying/setting ↵bulia byak2007-01-251-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 GrDragbulia byak2007-01-251-16/+23
| | | (bzr r2278)
* fix distance-to-line calculation to be independent of zoom; increase ↵bulia byak2007-01-251-11/+13
| | | | | tolerance; use new grdrag API (bzr r2277)
* Sorry, forgot the copyright text.Johan B. C. Engelen2007-01-2412-1/+24
| | | (bzr r2276)
* fix crash 1640798bulia byak2007-01-241-0/+4
| | | (bzr r2275)
* patch 1642531bulia byak2007-01-241-1/+1
| | | (bzr r2274)
* fix crash when switching away from node tool while redrawing after a handle ↵bulia byak2007-01-241-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 testsMenTaLguY2007-01-241-4/+4
| | | (bzr r2272)
* more removal of sp_repr_new*MenTaLguY2007-01-241-5/+9
| | | (bzr r2271)
* another createElement instead of repr_newAaron Spike2007-01-241-3/+5
| | | (bzr r2270)
* heh, bool to begin withMenTaLguY2007-01-241-2/+2
| | | (bzr r2269)
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-244-70/+43
| | | (bzr r2268)
* add SVG::PathString for better path buildingMenTaLguY2007-01-242-0/+153
| | | (bzr r2267)
* switch to createElementMenTaLguY2007-01-241-1/+3
| | | (bzr r2266)
* replace use of sp_repr_new in gradient-vectorMenTaLguY2007-01-231-2/+5
| | | (bzr r2261)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-222-8/+15
| | | (bzr r2258)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-2210-16/+42
| | | (bzr r2257)
* refactor grid extension to reduce amount of redundant codeMenTaLguY2007-01-221-63/+44
| | | (bzr r2256)
* replacing sp_repr_new*Kees Cook2007-01-212-30/+51
| | | (bzr r2255)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-216-6/+14
| | | (bzr r2254)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-2151-110/+189
| | | | | create methods to match DOM (bzr r2253)
* Deprecate sp_repr_new* functionsMenTaLguY2007-01-211-4/+5
| | | (bzr r2252)
* merge XML::Session into XML::DocumentMenTaLguY2007-01-2018-718/+392
| | | (bzr r2248)
* update short descriptions of MessageStack and MessageContext a little bitMenTaLguY2007-01-203-3/+3
| | | (bzr r2246)
* text fixesbulia byak2007-01-185-12/+12
| | | (bzr r2241)
* text markupbulia byak2007-01-181-2/+2
| | | (bzr r2240)
* text markup; use gradient preview for gradient fills or strokesbulia byak2007-01-182-6/+31
| | | (bzr r2239)
* height=12bulia byak2007-01-182-2/+2
| | | (bzr r2238)
* patch from David Douard to switch to node tool after creating linked offsetsMenTaLguY2007-01-181-0/+2
| | | (bzr r2237)
* upping version to 0.45+devel (win32 versions were already bumped)Aaron Spike2007-01-181-1/+1
| | | (bzr r2236)
* prevent self-induced firings of opacity-changed callback; fixes 1636968bulia byak2007-01-171-5/+2
| | | (bzr r2234)
* display 'Saving document...' visible when saving takes a long timebulia byak2007-01-171-0/+4
| | | (bzr r2233)
* add new message type for urgent immediate statusbar displaybulia byak2007-01-173-0/+11
| | | (bzr r2232)
* safety checkbulia byak2007-01-171-2/+2
| | | (bzr r2231)
* patch 1635163: directional repaint for better interactivitybulia byak2007-01-171-10/+47
| | | (bzr r2230)
* Upgraded gradient tool =)Johan B. C. Engelen2007-01-1714-233/+1178
| | | (bzr r2228)
* fix filter area clipping when blurring a squeezed objectbulia byak2007-01-163-7/+10
| | | (bzr r2221)
* this is the wrong place to fix old dialogs. po dir needs to be updatedKees Cook2007-01-131-1/+1
| | | (bzr r2209)
* more missing files. added "expected failure" listKees Cook2007-01-131-5/+4
| | | (bzr r2208)
* (bzr r2207)Bryce Harrington2007-01-131-2/+1
|