summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* r15700@tres: ted | 2007-06-26 23:54:54 -0700Ted Gould2007-06-271-11/+0
| | | | | Fixing an SVK push error. (bzr r3146)
* use an accessor method to get filter from stylebulia byak2007-06-279-26/+27
| | | (bzr r3145)
* (bzr r3144)Ted Gould2007-06-271-60/+34
|
* r15631@tres: ted | 2007-06-26 22:34:54 -0700Ted Gould2007-06-271-40/+14
| | | | | Cleaning up the ::effect function to use more Glib:: (bzr r3141)
* r15630@tres: ted | 2007-06-26 22:27:01 -0700Ted Gould2007-06-271-37/+18
| | | | | Implementing save. (bzr r3140)
* r15629@tres: ted | 2007-06-26 21:47:00 -0700Ted Gould2007-06-272-48/+35
| | | | | | Adding in the ability to open files. Which required some changes. But, now everything seems happy. Can't break it all anymore. (bzr r3139)
* r15559@tres: ted | 2007-06-08 14:28:18 -0700Ted Gould2007-06-271-10/+14
| | | | | Adding in more parameter support. (bzr r3137)
* r15558@tres: ted | 2007-06-08 08:59:52 -0700Ted Gould2007-06-271-2/+2
| | | | | Making Johan an author and making the copyright "authors" (bzr r3136)
* r15557@tres: ted | 2007-06-08 08:58:12 -0700Ted Gould2007-06-272-4/+14
| | | | | | Tying in integer and float types along with removing some bugs that they showed. (bzr r3135)
* r15556@tres: ted | 2007-06-08 08:57:40 -0700Ted Gould2007-06-272-0/+12
| | | | | Adding some functions for future expansion. (bzr r3134)
* r15555@tres: ted | 2007-06-08 08:57:04 -0700Ted Gould2007-06-271-2/+2
| | | | | Adding in a debuging message and extending copyright. (bzr r3133)
* r15506@tres: ted | 2007-05-24 22:30:55 -0700Ted Gould2007-06-2711-34/+87
| | | | | | | Wow, the basics are kinda working. Only for ints and floats, and it seems to not like repeadative entry. But, it really is seeming very feasible. (bzr r3128)
* r15481@tres: ted | 2007-05-22 09:56:22 -0700Ted Gould2007-06-2711-15/+13
| | | | | Switching to sigc::signal so it actually works. (bzr r3126)
* r15480@tres: ted | 2007-05-20 23:51:34 -0700Ted Gould2007-06-2712-72/+191
| | | | | | | The basics are all working, no call back from the preferences yet. That's the next step. But the dialogs appear correctly, and it works in the background. (bzr r3125)
* r15432@tres: ted | 2007-05-12 21:24:09 -0700Ted Gould2007-06-271-1/+58
| | | | | Cleaning up so that canceling works. (bzr r3123)
* r15380@tres: ted | 2007-05-10 19:24:35 -0700Ted Gould2007-06-272-1/+39
| | | | | Can now hit the cancel key and have it mean something. (bzr r3122)
* r15379@tres: ted | 2007-05-09 19:13:37 -0700Ted Gould2007-06-274-12/+19
| | | | | Moving the dialog one step out and adding a cancel event. (bzr r3121)
* r15378@tres: ted | 2007-05-09 18:59:27 -0700Ted Gould2007-06-271-0/+14
| | | | | | Wow, working pretty well now. More updates and let's make this a little bit cooler. (bzr r3120)
* r15377@tres: ted | 2007-05-08 22:03:14 -0700Ted Gould2007-06-272-28/+39
| | | | | | It seems to work... I'm not entirely sure I understand why. Needs more testing, but I'm optimistic. (bzr r3119)
* r15368@tres: ted | 2007-05-05 13:53:51 -0700Ted Gould2007-06-274-401/+163
| | | | | | Basic adjustments to get async all connected in. This compiles for effects, but then it crashes. But, it's a decent start. (bzr r3117)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-2722-152/+152
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* fix issue introduced in r14229MenTaLguY2007-06-271-1/+1
| | | (bzr r3115)
* more unreffing temporary styles properlybulia byak2007-06-277-10/+10
| | | (bzr r3114)
* unref temporary styles properlybulia byak2007-06-271-1/+10
| | | (bzr r3113)
* fix style querying: now all objects have style, so to go up from SPStrings ↵bulia byak2007-06-271-2/+3
| | | | | we need a different check (bzr r3112)
* implementing snapping to imagesDiederik van Lierop2007-06-265-25/+128
| | | (bzr r3110)
* Move icon of 3D Box tool between Text tool and Connector toolMaximilian Albert2007-06-261-1/+1
| | | (bzr r3108)