summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* correctly ifdef the new print dialogKees Cook2007-02-061-2/+7
* Added Esperanto translationLuca Bruno2007-02-061-0/+1
* initial support for gtk print dialog, if availableKees Cook2007-02-053-3/+93
* Reverting patchBryce Harrington2007-02-041-4/+1
* Patch from Debian bug tracker from Daniel Kahn GillmorBryce Harrington2007-02-041-1/+4
* Fixed saving bug, now attributes are correctly handled for both normal saves ...Johan B. C. Engelen2007-02-041-16/+43
* Unions Are Evil! When pixblock size is TINY, it stores data right in the data...bulia byak2007-02-046-13/+13
* null the sodipodi:modified before saving, not after; whitespacebulia byak2007-02-041-10/+20
* tweak parameters for more responsivenessMenTaLguY2007-02-041-2/+2
* Fork gradientvector upon deletion of stops.Johan B. C. Engelen2007-02-033-5/+18
* Gradient tool: moved stop-deletion to ::GrDrag and made it much more robust a...Johan B. C. Engelen2007-02-033-157/+306
* attempt to fix both responsiveness and blobs in calligraphy toolMenTaLguY2007-02-032-2/+20
* * src/graphlayout/graphlayout.cpp: For the purposes of graph layout,mjwybrow2007-02-021-1/+7
* * src/connector-context.cpp: End an endpoint dragging operation, if the mjwybrow2007-02-011-35/+56
* * src/connector-context.cpp: Allow canceling of Connector Endpointmjwybrow2007-02-011-1/+20
* Fixed untranslatable radiobuttons in extensionsJohan B. C. Engelen2007-01-272-30/+62
* Fixed: Non-translatable strings in "enum" type extensionsJohan B. C. Engelen2007-01-273-25/+62
* temporary fix: prevent crash when clipping/masking an object with its own clonebulia byak2007-01-261-0/+24
* remove obsolete assertAaron Spike2007-01-261-1/+0
* comment for the futurebulia byak2007-01-251-0/+2
* double-click on offset changes to node toolJosh Andler2007-01-251-2/+6
* making string translatableLuca Bruno2007-01-251-4/+4
* get rid of sp_repr_new*MenTaLguY2007-01-252-31/+0
* eliminate last uses of sp_repr_new*MenTaLguY2007-01-254-47/+19
* remove sp_repr_new use from document creationMenTaLguY2007-01-251-2/+2
* replace sp_repr_new*sAaron Spike2007-01-251-22/+30
* listen to subselection-changed signal to reflect gradient stop opacitiesbulia byak2007-01-251-0/+1
* use master opacity rather than fill/stroke-opacity when querying/setting stop...bulia byak2007-01-251-23/+39
* privatize as much as possible in GrDragbulia byak2007-01-251-16/+23
* fix distance-to-line calculation to be independent of zoom; increase toleranc...bulia byak2007-01-251-11/+13
* Sorry, forgot the copyright text.Johan B. C. Engelen2007-01-2412-1/+24
* fix crash 1640798bulia byak2007-01-241-0/+4
* patch 1642531bulia byak2007-01-241-1/+1
* fix crash when switching away from node tool while redrawing after a handle m...bulia byak2007-01-241-1/+2
* remove sp_repr_new from style testsMenTaLguY2007-01-241-4/+4
* more removal of sp_repr_new*MenTaLguY2007-01-241-5/+9
* another createElement instead of repr_newAaron Spike2007-01-241-3/+5
* heh, bool to begin withMenTaLguY2007-01-241-2/+2
* switch to using SVG::PathString for building pathsMenTaLguY2007-01-244-70/+43
* add SVG::PathString for better path buildingMenTaLguY2007-01-242-0/+153
* switch to createElementMenTaLguY2007-01-241-1/+3
* replace use of sp_repr_new in gradient-vectorMenTaLguY2007-01-231-2/+5
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-222-8/+15
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-2210-16/+42
* refactor grid extension to reduce amount of redundant codeMenTaLguY2007-01-221-63/+44
* replacing sp_repr_new*Kees Cook2007-01-212-30/+51
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-216-6/+14
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-2151-110/+189
* Deprecate sp_repr_new* functionsMenTaLguY2007-01-211-4/+5
* merge XML::Session into XML::DocumentMenTaLguY2007-01-2018-718/+392