summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-10add item handler so that right-click works over an item; fixes 1751318bulia byak1-0/+25
2007-07-10shorter and less assuming status message - note that effects are used among o...bulia byak1-1/+1
2007-07-10move filters dialog to where it makes more sensebulia byak1-1/+1
2007-07-10move the box tool back where it belongs, in shapesbulia byak1-1/+1
2007-07-10Different default styles for non-parallel 3D box facesMaximilian Albert4-11/+47
2007-07-10Create all 3D box faces in the beginning (fixes resizing bug; first step towa...Maximilian Albert4-40/+51
2007-07-10More 3D auxiliary/convenience functionsMaximilian Albert3-4/+63
2007-07-10Click-select entire 3D boxes instead of only single faces; faces can still be...Maximilian Albert2-2/+2
2007-07-10Status message & cleanupsMaximilian Albert2-38/+37
2007-07-10correct way to transform coordinates (fixes earlier ad-hoc solution)Maximilian Albert2-26/+18
2007-07-10Different resizing variant for 3D boxes (8 handles)Maximilian Albert2-15/+110
2007-07-10small cleanupsMaximilian Albert3-3/+8
2007-07-10Filter effects interface:Nicholas Bishop2-160/+253
2007-07-09First version of feComposite filter effect rendererNiko Kiirala11-122/+612
2007-07-08fix 1731457bulia byak1-4/+4
2007-07-08fix inheriting paintserversbulia byak1-7/+15
2007-07-08add accessors for owner object and documentbulia byak1-0/+3
2007-07-08switch scale/rotate mode with Shift+sbulia byak1-0/+9
2007-07-08integer scale with Alt, instead of slow movementbulia byak1-4/+16
2007-07-06Fix #1740146.Johan B. C. Engelen9-121/+212
2007-07-06Fix for bug #1740146: always get current namedview, because it might have cha...Diederik van Lierop1-2/+4
2007-07-05Fixed broken Shift+LeftClick to set stroke functionJoel Holdsworth1-1/+3
2007-07-04make subtree monitoring part of XML::Node's interfaceMenTaLguY5-63/+41
2007-07-04First stab at a connection UI from NickMenTaLguY4-228/+533
2007-07-04Two variants of resizing 3D boxes (using three/four handles, respectively, de...Maximilian Albert4-16/+172
2007-07-04New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert6-7/+71
2007-07-04Added missing #ifdefs for HAVE_POPPLER_GLIBmiklosh1-1/+5
2007-07-04adapt to new paintservers API of SPStylebulia byak2-6/+5
2007-07-04switch fill/stroke paintservers to URIReferences, properly disconnect and del...bulia byak2-241/+188
2007-07-04add SPPaintServerReference for use in SPStylebulia byak1-3/+13
2007-07-04switch to using extract_uribulia byak1-2/+3
2007-07-04make it a bit more permissive with its argumentbulia byak1-2/+8
2007-07-04prevent crashes by disconnecting signals on destroybulia byak2-1/+7
2007-07-04Initial commit of Cairo-based PDF import using libpopplermiklosh4-0/+165
2007-07-03small cleanup (consistently use Box3D::Axis to specify axis directions)Maximilian Albert1-12/+8
2007-07-03Make box resizeable (currently 3 handles: arbitrary movement in XY plane, con...Maximilian Albert1-0/+81
2007-07-03Refactoring of 3D box internals.Maximilian Albert5-68/+132
2007-07-03Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert5-27/+105
2007-07-03More meaningful name for 3D axis directionsMaximilian Albert9-25/+27
2007-07-03Make 3D axes correspond to places in binary representation (allows for more g...Maximilian Albert2-11/+14
2007-07-03Swap axis directions Y and Z (for consistency)Maximilian Albert3-21/+21
2007-07-03Use arrays to manage corners and faces of 3D boxesMaximilian Albert5-85/+62
2007-07-03r15736@tres: ted | 2007-07-02 21:11:39 -0700Ted Gould1-1/+1
2007-07-03r15705@tres: ted | 2007-07-02 20:15:46 -0700Ted Gould3-517/+0
2007-07-03r15704@tres: ted | 2007-07-02 16:03:34 -0700Ted Gould4-203/+310
2007-07-03r15703@tres: ted | 2007-07-02 15:27:14 -0700Ted Gould1-4/+0
2007-07-03r15702@tres: ted | 2007-07-02 15:17:48 -0700Ted Gould3-10/+0
2007-07-02fix wrong modified signal handling: connecting was sigc but disconnecting was...bulia byak2-6/+9
2007-07-01was trying to have my cake and eat it too, memory-management-wise ... forMenTaLguY2-18/+7
2007-07-01initial implementation of XML::Subtree API for tracking changes on aMenTaLguY3-0/+181