| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Replaced blending modes example with a more detailed example | Niko Kiirala | 2007-07-03 | 2 | -230/+4702 | |
| | | | | (bzr r3174) | |||||
| * | 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) | |||||
| * | Add keybindings for the 3D box tool | Maximilian Albert | 2007-06-30 | 1 | -0/+6 | |
| | | | | (bzr r3156) | |||||
| * | partial update of Slovak in trunk | Ivan Mas??r | 2007-06-29 | 1 | -2036/+1301 | |
| | | | | (bzr r3155) | |||||
| * | When an image is clipped, the curve used for snapping must be updated | Diederik van Lierop | 2007-06-29 | 1 | -1/+2 | |
| | | | | (bzr r3154) | |||||
| * | excluding plugin.cpp to fix compiling on win32 (list discussion indicated it ↵ | Josh Andler | 2007-06-28 | 1 | -0/+1 | |
| | | | | | | isn't used on linux, we'll see about win32) (bzr r3153) | |||||
| * | 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) | |||||
| * | fixed broken markup in EU translation | Alexandre Prokoudine | 2007-06-27 | 1 | -4/+4 | |
| | | | | (bzr r3147) | |||||
| * | 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 | |
| | | ||||||
| * | (bzr r3143) | Ted Gould | 2007-06-27 | 0 | -0/+0 | |
| | | ||||||
| * | (bzr r3142) | Ted Gould | 2007-06-27 | 0 | -0/+0 | |
| | | ||||||
| * | 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) | |||||
| * | (bzr r3138) | Ted Gould | 2007-06-27 | 0 | -0/+0 | |
| | | ||||||
| * | 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) | |||||
| * | (bzr r3132) | Ted Gould | 2007-06-27 | 0 | -0/+0 | |
| | | ||||||
| * | (bzr r3131) | Ted Gould | 2007-06-27 | 0 | -0/+0 | |
| | | ||||||
| * | (bzr r3130) | Ted Gould | 2007-06-27 | 0 | -0/+0 | |
| | | ||||||
| * | Updated Basque translation from Iñaki Larrañaga Murgoitio | Alexandre Prokoudine | 2007-06-27 | 1 | -4924/+3221 | |
| | | | | (bzr r3129) | |||||
| * | 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) | |||||
| * | (bzr r3127) | Ted Gould | 2007-06-27 | 0 | -0/+0 | |
| | | ||||||
| * | 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) | |||||
