| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Click-select entire 3D boxes instead of only single faces; faces can still ↵ | Maximilian Albert | 2007-07-10 | 2 | -2/+2 | |
| | | | | | | be selected with (Alt+)Ctrl-Click (bzr r3210) | |||||
| * | Status message & cleanups | Maximilian Albert | 2007-07-10 | 2 | -38/+37 | |
| | | | | (bzr r3209) | |||||
| * | correct way to transform coordinates (fixes earlier ad-hoc solution) | Maximilian Albert | 2007-07-10 | 2 | -26/+18 | |
| | | | | (bzr r3208) | |||||
| * | Different resizing variant for 3D boxes (8 handles) | Maximilian Albert | 2007-07-10 | 2 | -15/+110 | |
| | | | | (bzr r3207) | |||||
| * | small cleanups | Maximilian Albert | 2007-07-10 | 3 | -3/+8 | |
| | | | | (bzr r3206) | |||||
| * | Filter effects interface: | Nicholas Bishop | 2007-07-10 | 2 | -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 renderer | Niko Kiirala | 2007-07-09 | 11 | -122/+612 | |
| | | | | (bzr r3201) | |||||
| * | fix 1731457 | bulia byak | 2007-07-08 | 1 | -4/+4 | |
| | | | | (bzr r3200) | |||||
| * | fix inheriting paintservers | bulia byak | 2007-07-08 | 1 | -7/+15 | |
| | | | | (bzr r3199) | |||||
| * | add accessors for owner object and document | bulia byak | 2007-07-08 | 1 | -0/+3 | |
| | | | | (bzr r3198) | |||||
| * | switch scale/rotate mode with Shift+s | bulia byak | 2007-07-08 | 1 | -0/+9 | |
| | | | | (bzr r3196) | |||||
| * | integer scale with Alt, instead of slow movement | bulia byak | 2007-07-08 | 1 | -4/+16 | |
| | | | | (bzr r3193) | |||||
| * | Fix #1740146. | Johan B. C. Engelen | 2007-07-06 | 9 | -121/+212 | |
| | | | | (bzr r3190) | |||||
| * | Fix for bug #1740146: always get current namedview, because it might have ↵ | Diederik van Lierop | 2007-07-06 | 1 | -2/+4 | |
| | | | | | | changed when multiple documents are open (bzr r3189) | |||||
| * | Fixed broken Shift+LeftClick to set stroke function | Joel Holdsworth | 2007-07-05 | 1 | -1/+3 | |
| | | | | (bzr r3187) | |||||
| * | make subtree monitoring part of XML::Node's interface | MenTaLguY | 2007-07-04 | 5 | -63/+41 | |
| | | | | (bzr r3186) | |||||
| * | First stab at a connection UI from Nick | MenTaLguY | 2007-07-04 | 4 | -228/+533 | |
| | | | | (bzr r3185) | |||||
| * | Two variants of resizing 3D boxes (using three/four handles, respectively, ↵ | Maximilian Albert | 2007-07-04 | 4 | -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 Albert | 2007-07-04 | 6 | -7/+71 | |
| | | | | | | (un)constrained movement of corners, too; determine midpoints of edges) (bzr r3183) | |||||
| * | Added missing #ifdefs for HAVE_POPPLER_GLIB | miklosh | 2007-07-04 | 1 | -1/+5 | |
| | | | | (bzr r3182) | |||||
| * | adapt to new paintservers API of SPStyle | bulia byak | 2007-07-04 | 2 | -6/+5 | |
| | | | | (bzr r3181) | |||||
| * | switch fill/stroke paintservers to URIReferences, properly disconnect and ↵ | bulia byak | 2007-07-04 | 2 | -241/+188 | |
| | | | | | | delete connections on destroy; remove some old crap; fixes a ton of old bugs (bzr r3180) | |||||
| * | add SPPaintServerReference for use in SPStyle | bulia byak | 2007-07-04 | 1 | -3/+13 | |
| | | | | (bzr r3179) | |||||
| * | switch to using extract_uri | bulia byak | 2007-07-04 | 1 | -2/+3 | |
| | | | | (bzr r3178) | |||||
| * | make it a bit more permissive with its argument | bulia byak | 2007-07-04 | 1 | -2/+8 | |
| | | | | (bzr r3177) | |||||
| * | prevent crashes by disconnecting signals on destroy | bulia byak | 2007-07-04 | 2 | -1/+7 | |
| | | | | (bzr r3176) | |||||
| * | Initial commit of Cairo-based PDF import using libpoppler | miklosh | 2007-07-04 | 4 | -0/+165 | |
| | | | | (bzr r3175) | |||||
| * | 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) | |||||
