summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Click-select entire 3D boxes instead of only single faces; faces can still ↵Maximilian Albert2007-07-102-2/+2
| | | | | be selected with (Alt+)Ctrl-Click (bzr r3210)
* Status message & cleanupsMaximilian Albert2007-07-102-38/+37
| | | (bzr r3209)
* correct way to transform coordinates (fixes earlier ad-hoc solution)Maximilian Albert2007-07-102-26/+18
| | | (bzr r3208)
* Different resizing variant for 3D boxes (8 handles)Maximilian Albert2007-07-102-15/+110
| | | (bzr r3207)
* small cleanupsMaximilian Albert2007-07-103-3/+8
| | | (bzr r3206)
* Filter effects interface:Nicholas Bishop2007-07-102-160/+253
| | | | | Modified the display of filter primitive connections to always show all connectins using decreasing widths for the connection cells in the treeview. Also made the "in2" connections work for feBlend and feComposite. (bzr r3205)
* First version of feComposite filter effect rendererNiko Kiirala2007-07-0911-122/+612
| | | (bzr r3201)
* fix 1731457bulia byak2007-07-081-4/+4
| | | (bzr r3200)
* fix inheriting paintserversbulia byak2007-07-081-7/+15
| | | (bzr r3199)
* add accessors for owner object and documentbulia byak2007-07-081-0/+3
| | | (bzr r3198)
* switch scale/rotate mode with Shift+sbulia byak2007-07-081-0/+9
| | | (bzr r3196)
* integer scale with Alt, instead of slow movementbulia byak2007-07-081-4/+16
| | | (bzr r3193)
* Fix #1740146.Johan B. C. Engelen2007-07-069-121/+212
| | | (bzr r3190)
* Fix for bug #1740146: always get current namedview, because it might have ↵Diederik van Lierop2007-07-061-2/+4
| | | | | changed when multiple documents are open (bzr r3189)
* Fixed broken Shift+LeftClick to set stroke functionJoel Holdsworth2007-07-051-1/+3
| | | (bzr r3187)
* make subtree monitoring part of XML::Node's interfaceMenTaLguY2007-07-045-63/+41
| | | (bzr r3186)
* First stab at a connection UI from NickMenTaLguY2007-07-044-228/+533
| | | (bzr r3185)
* Two variants of resizing 3D boxes (using three/four handles, respectively, ↵Maximilian Albert2007-07-044-16/+172
| | | | | demonstrating different behaviours). Much of this will be reverted once the final behaviour is settled. (bzr r3184)
* New/updated 3D box auxiliary/convenience functions (e.g., allow ↵Maximilian Albert2007-07-046-7/+71
| | | | | (un)constrained movement of corners, too; determine midpoints of edges) (bzr r3183)
* Added missing #ifdefs for HAVE_POPPLER_GLIBmiklosh2007-07-041-1/+5
| | | (bzr r3182)
* adapt to new paintservers API of SPStylebulia byak2007-07-042-6/+5
| | | (bzr r3181)
* switch fill/stroke paintservers to URIReferences, properly disconnect and ↵bulia byak2007-07-042-241/+188
| | | | | delete connections on destroy; remove some old crap; fixes a ton of old bugs (bzr r3180)
* add SPPaintServerReference for use in SPStylebulia byak2007-07-041-3/+13
| | | (bzr r3179)
* switch to using extract_uribulia byak2007-07-041-2/+3
| | | (bzr r3178)
* make it a bit more permissive with its argumentbulia byak2007-07-041-2/+8
| | | (bzr r3177)
* prevent crashes by disconnecting signals on destroybulia byak2007-07-042-1/+7
| | | (bzr r3176)
* Initial commit of Cairo-based PDF import using libpopplermiklosh2007-07-044-0/+165
| | | (bzr r3175)
* small cleanup (consistently use Box3D::Axis to specify axis directions)Maximilian Albert2007-07-031-12/+8
| | | (bzr r3173)
* Make box resizeable (currently 3 handles: arbitrary movement in XY plane, ↵Maximilian Albert2007-07-031-0/+81
| | | | | constrained movement in Z direction) (bzr r3172)
* Refactoring of 3D box internals.Maximilian Albert2007-07-035-68/+132
| | | | | | Handle the corners in the box itself and only link to them from the separate faces. This way we can make the code *much* cleaner and more generic. Provide generic auxiliary functions for the movement of corners in XY-plane and Z-direction. (bzr r3171)
* Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert2007-07-035-27/+105
| | | (bzr r3170)
* More meaningful name for 3D axis directionsMaximilian Albert2007-07-039-25/+27
| | | (bzr r3169)
* Make 3D axes correspond to places in binary representation (allows for more ↵Maximilian Albert2007-07-032-11/+14
| | | | | generic code) (bzr r3168)
* Swap axis directions Y and Z (for consistency)Maximilian Albert2007-07-033-21/+21
| | | (bzr r3167)
* Use arrays to manage corners and faces of 3D boxesMaximilian Albert2007-07-035-85/+62
| | | (bzr r3166)
* r15736@tres: ted | 2007-07-02 21:11:39 -0700Ted Gould2007-07-031-1/+1
| | | | | | | | Changing the working directory for scripts from the temporary directory to the current working directory (the one Inkscape was called with). I don't think this is the 'right' way to do this -- but the win32 people kinda need it. (bzr r3165)
* r15705@tres: ted | 2007-07-02 20:15:46 -0700Ted Gould2007-07-033-517/+0
| | | | | Removing some dead code. (bzr r3164)
* r15704@tres: ted | 2007-07-02 16:03:34 -0700Ted Gould2007-07-034-203/+310
| | | | | Split out the execution environment object. (bzr r3163)
* r15703@tres: ted | 2007-07-02 15:27:14 -0700Ted Gould2007-07-031-4/+0
| | | | | | Removing a check that needlessly exited if there was no GUI to display. It is now removed so those extensions only show the working dialog. (bzr r3162)
* r15702@tres: ted | 2007-07-02 15:17:48 -0700Ted Gould2007-07-033-10/+0
| | | | | | Quotes were added to block shell variables, but now that we're using the GTK+ call we can assume that shells don't really get involved. (bzr r3161)
* fix wrong modified signal handling: connecting was sigc but disconnecting ↵bulia byak2007-07-022-6/+9
| | | | | was old g_signal (bzr r3160)
* was trying to have my cake and eat it too, memory-management-wise ... forMenTaLguY2007-07-012-18/+7
| | | | | now, manual management for Subtree (bzr r3159)
* initial implementation of XML::Subtree API for tracking changes on aMenTaLguY2007-07-013-0/+181
| | | | | | whole-subtree basis; the initial implementation does not have very good performance for large subtrees, but should work well for smaller ones (bzr r3158)
* isolated internal spaces no longer force font-family quoting, for theMenTaLguY2007-06-301-1/+19
| | | | | | sake of backwards-compatibility with older Inkscape version; also, additional comments (bzr r3157)
* When an image is clipped, the curve used for snapping must be updatedDiederik van Lierop2007-06-291-1/+2
| | | (bzr r3154)
* Now nodes of transformed items will snap correctlyDiederik van Lierop2007-06-281-9/+14
| | | (bzr r3152)
* sp_style_new argumentbulia byak2007-06-281-4/+4
| | | (bzr r3151)
* reverting commit 15065; let's come up with something better than thisDiederik van Lierop2007-06-272-39/+53
| | | (bzr r3150)
* snapping transformation center again...Diederik van Lierop2007-06-271-0/+2
| | | (bzr r3149)
* a couple more checks just in casebulia byak2007-06-271-6/+8
| | | (bzr r3148)