| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | small cleanup (consistently use Box3D::Axis to specify axis directions) | Maximilian Albert | 2007-07-03 | 1 | -12/+8 |
| | | | | (bzr r3173) | ||||
| * | Make box resizeable (currently 3 handles: arbitrary movement in XY plane, ↵ | Maximilian Albert | 2007-07-03 | 1 | -0/+81 |
| | | | | | | constrained movement in Z direction) (bzr r3172) | ||||
| * | Refactoring of 3D box internals. | Maximilian Albert | 2007-07-03 | 5 | -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 Albert | 2007-07-03 | 5 | -27/+105 |
| | | | | (bzr r3170) | ||||
| * | More meaningful name for 3D axis directions | Maximilian Albert | 2007-07-03 | 9 | -25/+27 |
| | | | | (bzr r3169) | ||||
| * | Make 3D axes correspond to places in binary representation (allows for more ↵ | Maximilian Albert | 2007-07-03 | 2 | -11/+14 |
| | | | | | | generic code) (bzr r3168) | ||||
| * | Swap axis directions Y and Z (for consistency) | Maximilian Albert | 2007-07-03 | 3 | -21/+21 |
| | | | | (bzr r3167) | ||||
| * | Use arrays to manage corners and faces of 3D boxes | Maximilian Albert | 2007-07-03 | 5 | -85/+62 |
| | | | | (bzr r3166) | ||||
| * | r15736@tres: ted | 2007-07-02 21:11:39 -0700 | Ted Gould | 2007-07-03 | 1 | -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 -0700 | Ted Gould | 2007-07-03 | 3 | -517/+0 |
| | | | | | | Removing some dead code. (bzr r3164) | ||||
| * | r15704@tres: ted | 2007-07-02 16:03:34 -0700 | Ted Gould | 2007-07-03 | 4 | -203/+310 |
| | | | | | | Split out the execution environment object. (bzr r3163) | ||||
| * | r15703@tres: ted | 2007-07-02 15:27:14 -0700 | Ted Gould | 2007-07-03 | 1 | -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 -0700 | Ted Gould | 2007-07-03 | 3 | -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 byak | 2007-07-02 | 2 | -6/+9 |
| | | | | | | was old g_signal (bzr r3160) | ||||
| * | was trying to have my cake and eat it too, memory-management-wise ... for | MenTaLguY | 2007-07-01 | 2 | -18/+7 |
| | | | | | | now, manual management for Subtree (bzr r3159) | ||||
| * | initial implementation of XML::Subtree API for tracking changes on a | MenTaLguY | 2007-07-01 | 3 | -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 the | MenTaLguY | 2007-06-30 | 1 | -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 updated | Diederik van Lierop | 2007-06-29 | 1 | -1/+2 |
| | | | | (bzr r3154) | ||||
| * | Now nodes of transformed items will snap correctly | Diederik van Lierop | 2007-06-28 | 1 | -9/+14 |
| | | | | (bzr r3152) | ||||
| * | sp_style_new argument | bulia byak | 2007-06-28 | 1 | -4/+4 |
| | | | | (bzr r3151) | ||||
| * | reverting commit 15065; let's come up with something better than this | Diederik van Lierop | 2007-06-27 | 2 | -39/+53 |
| | | | | (bzr r3150) | ||||
| * | snapping transformation center again... | Diederik van Lierop | 2007-06-27 | 1 | -0/+2 |
| | | | | (bzr r3149) | ||||
| * | a couple more checks just in case | bulia byak | 2007-06-27 | 1 | -6/+8 |
| | | | | (bzr r3148) | ||||
| * | r15700@tres: ted | 2007-06-26 23:54:54 -0700 | Ted Gould | 2007-06-27 | 1 | -11/+0 |
| | | | | | | Fixing an SVK push error. (bzr r3146) | ||||
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 9 | -26/+27 |
| | | | | (bzr r3145) | ||||
| * | (bzr r3144) | Ted Gould | 2007-06-27 | 1 | -60/+34 |
| | | |||||
| * | r15631@tres: ted | 2007-06-26 22:34:54 -0700 | Ted Gould | 2007-06-27 | 1 | -40/+14 |
| | | | | | | Cleaning up the ::effect function to use more Glib:: (bzr r3141) | ||||
| * | r15630@tres: ted | 2007-06-26 22:27:01 -0700 | Ted Gould | 2007-06-27 | 1 | -37/+18 |
| | | | | | | Implementing save. (bzr r3140) | ||||
| * | r15629@tres: ted | 2007-06-26 21:47:00 -0700 | Ted Gould | 2007-06-27 | 2 | -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 -0700 | Ted Gould | 2007-06-27 | 1 | -10/+14 |
| | | | | | | Adding in more parameter support. (bzr r3137) | ||||
| * | r15558@tres: ted | 2007-06-08 08:59:52 -0700 | Ted Gould | 2007-06-27 | 1 | -2/+2 |
| | | | | | | Making Johan an author and making the copyright "authors" (bzr r3136) | ||||
| * | r15557@tres: ted | 2007-06-08 08:58:12 -0700 | Ted Gould | 2007-06-27 | 2 | -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 -0700 | Ted Gould | 2007-06-27 | 2 | -0/+12 |
| | | | | | | Adding some functions for future expansion. (bzr r3134) | ||||
| * | r15555@tres: ted | 2007-06-08 08:57:04 -0700 | Ted Gould | 2007-06-27 | 1 | -2/+2 |
| | | | | | | Adding in a debuging message and extending copyright. (bzr r3133) | ||||
| * | r15506@tres: ted | 2007-05-24 22:30:55 -0700 | Ted Gould | 2007-06-27 | 11 | -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 -0700 | Ted Gould | 2007-06-27 | 11 | -15/+13 |
| | | | | | | Switching to sigc::signal so it actually works. (bzr r3126) | ||||
| * | r15480@tres: ted | 2007-05-20 23:51:34 -0700 | Ted Gould | 2007-06-27 | 12 | -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 -0700 | Ted Gould | 2007-06-27 | 1 | -1/+58 |
| | | | | | | Cleaning up so that canceling works. (bzr r3123) | ||||
| * | r15380@tres: ted | 2007-05-10 19:24:35 -0700 | Ted Gould | 2007-06-27 | 2 | -1/+39 |
| | | | | | | Can now hit the cancel key and have it mean something. (bzr r3122) | ||||
| * | r15379@tres: ted | 2007-05-09 19:13:37 -0700 | Ted Gould | 2007-06-27 | 4 | -12/+19 |
| | | | | | | Moving the dialog one step out and adding a cancel event. (bzr r3121) | ||||
| * | r15378@tres: ted | 2007-05-09 18:59:27 -0700 | Ted Gould | 2007-06-27 | 1 | -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 -0700 | Ted Gould | 2007-06-27 | 2 | -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 -0700 | Ted Gould | 2007-06-27 | 4 | -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 byak | 2007-06-27 | 22 | -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 r14229 | MenTaLguY | 2007-06-27 | 1 | -1/+1 |
| | | | | (bzr r3115) | ||||
| * | more unreffing temporary styles properly | bulia byak | 2007-06-27 | 7 | -10/+10 |
| | | | | (bzr r3114) | ||||
| * | unref temporary styles properly | bulia byak | 2007-06-27 | 1 | -1/+10 |
| | | | | (bzr r3113) | ||||
| * | fix style querying: now all objects have style, so to go up from SPStrings ↵ | bulia byak | 2007-06-27 | 1 | -2/+3 |
| | | | | | | we need a different check (bzr r3112) | ||||
| * | implementing snapping to images | Diederik van Lierop | 2007-06-26 | 5 | -25/+128 |
| | | | | (bzr r3110) | ||||
| * | Move icon of 3D Box tool between Text tool and Connector tool | Maximilian Albert | 2007-06-26 | 1 | -1/+1 |
| | | | | (bzr r3108) | ||||
