summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First commit for java bindingBob Jamison2008-03-0818-0/+2933
| | | (bzr r5002)
* 2Geom fix: derivative of order 1 bezier, and an out of range bug affecting ↵JF Barraud2008-03-083-7/+6
| | | | | intersection computation. (bzr r5000)
* Fixed ctor intialization orderJon A. Cruz2008-03-081-5/+5
| | | (bzr r4999)
* Begin change from Spidermonkey binding to JVMBob Jamison2008-03-08175-113107/+0
| | | (bzr r4997)
* Oops. added ucd.c instead of ucd.cpp.Bob Jamison2008-03-081-0/+0
| | | (bzr r4996)
* Warning cleanupJon A. Cruz2008-03-0811-219/+218
| | | (bzr r4995)
* Fixed bug found by JonCruz. Using an unsigned int in findLast() caused an ↵Bob Jamison2008-03-081-5/+6
| | | | | infinite loop. (bzr r4994)
* Change charclass.cpp/h to ucd.cpp/hBob Jamison2008-03-081-1/+1
| | | (bzr r4993)
* Change charclass.cpp/h to ucd.cpp/hBob Jamison2008-03-088-102/+282
| | | (bzr r4992)
* fix 199791bulia byak2008-03-081-0/+2
| | | (bzr r4991)
* Node tool: snap to paths and their nodes, incl. to the path currently being ↵Diederik van Lierop2008-03-0816-74/+238
| | | | | edited (bzr r4989)
* make the infobox narrower and place add button above itbulia byak2008-03-081-3/+4
| | | (bzr r4988)
* add basic support for preserving processing instructions in the ASTMenTaLguY2008-03-0711-7/+107
| | | (bzr r4987)
* Fix #includeBob Jamison2008-03-071-1/+1
| | | (bzr r4986)
* Really fix P6M Clone Tiler mode (case where w <= h).Tavmjong Bah2008-03-071-1/+1
| | | (bzr r4985)
* Update charclass.h/cpp to use complete Unicode character databaseBob Jamison2008-03-078-656/+2112
| | | (bzr r4984)
* Fix for bug 199387 (p3, p6 modes of Clone Tiler broken)Tavmjong Bah2008-03-071-32/+32
| | | (bzr r4983)
* patch from 168792bulia byak2008-03-071-0/+5
| | | (bzr r4982)
* remove not-in-same-parent limitation in combine, allow it to skip non-pathsbulia byak2008-03-071-59/+64
| | | (bzr r4981)
* export sp_repr_write_stream()Bob Jamison2008-03-072-1/+4
| | | (bzr r4980)
* If present, use existent perspective as default for new boxes when opening a ↵Maximilian Albert2008-03-063-1/+18
| | | | | document. (bzr r4978)
* add preferences for path flashing on mouseoverJohan B. C. Engelen2008-03-066-24/+40
| | | (bzr r4977)
* Fix for bug #167364 - "Win2k: file dialog uses wrong home directory"Joel Holdsworth2008-03-061-1/+35
| | | (bzr r4976)
* tweak the helperpath flashing:Johan B. C. Engelen2008-03-052-1/+15
| | | | | | | | * reduce time a little (should this be a preference?) * when leaving an object, instantly hide the flasher. * when entering the same object as before, show the flasher again to be done: make preferences to turn on/off and any other desired settings (bzr r4972)
* Add flashing outline of path when hovering over it. (coded in 20 minutes so ↵Johan B. C. Engelen2008-03-052-2/+36
| | | | | | | perhaps buggy) Will be put under a preference, for those who want it. (bzr r4971)
* New menu command to quickly create guides around pageMaximilian Albert2008-03-055-0/+30
| | | (bzr r4970)
* fix 198818bulia byak2008-03-051-2/+4
| | | (bzr r4968)
* Bugfix for bug #168283: possible to create empty paths via text -> object to ↵Joel Holdsworth2008-03-051-0/+8
| | | | | path. Text that produces no glyphs is left unconverted. (bzr r4967)
* Also display guides as vertical/horizontal when they are angled at -90/180 ↵Maximilian Albert2008-03-041-2/+4
| | | | | degrees (bzr r4965)
* Apply Gail's patch which fixes LP #178646Maximilian Albert2008-03-041-3/+15
| | | (bzr r4964)
* add snapindicator to rect tool but not satisfactory yet...Johan B. C. Engelen2008-03-042-7/+30
| | | (bzr r4962)
* snapindicator in freehandJohan B. C. Engelen2008-03-042-4/+20
| | | (bzr r4959)
* snapindicator for gradient knotsJohan B. C. Engelen2008-03-041-0/+13
| | | (bzr r4958)
* snapindicator for nodehandle editing. buggy when doing constraintsnap, don't ↵Johan B. C. Engelen2008-03-041-3/+7
| | | | | know how to fix it. Diederik? :) (bzr r4956)
* Show snapindicator in nodetool :-)Johan B. C. Engelen2008-03-041-1/+9
| | | (bzr r4955)
* noop: reverted one line of commit #17642 (it's safe to call g_free with NULL)Maximilian Albert2008-03-041-2/+1
| | | (bzr r4953)
* Fixed buffer overrun in FileOpenDialogImplWin32::createFilterMenu, corrected ↵Joel Holdsworth2008-03-041-32/+36
| | | | | a couple of potential memory leaks, and tidied the code a bit (bzr r4950)
* Applied patch for LCMS from bug #182170Jon A. Cruz2008-03-041-0/+1
| | | (bzr r4949)
* r18294@shi: ted | 2008-03-03 15:11:22 -0800Ted Gould2008-03-031-2/+2
| | | | | Adding virtuals that got dropped somewhere along the path. (bzr r4946)
* new: guide snapping indicator! see if you like it, comments are always welcome!Johan B. C. Engelen2008-03-032-1/+5
| | | (bzr r4945)
* Avoid redundant additions for non-layer layersJon A. Cruz2008-03-031-1/+3
| | | (bzr r4943)
* added Marcin Floryan, made Gail's second name match new reality :)Alexandre Prokoudine2008-03-031-0/+2
| | | (bzr r4942)
* Avoid adding layers who's repr is null or disconnected, or with a parent ↵Jon A. Cruz2008-03-031-3/+19
| | | | | | | who's repr is null or disconnected. Fixes Bug #168586 (bzr r4939)
* Avoiding adding layers that are not listed in the document's current set.Jon A. Cruz2008-03-031-21/+108
| | | | | Fixes Bug #196098 (bzr r4938)
* r18238@shi: ted | 2008-03-01 14:46:00 -0800Ted Gould2008-03-031-2/+2
| | | | | Fixing it so that input/output have OK/Cancel like they used to. (bzr r4935)
* r18237@shi: ted | 2008-03-01 14:41:25 -0800Ted Gould2008-03-031-4/+1
| | | | | | | | Fix for LP: #191772 Makes it so that the response handler handles the DELETE_EVENT response also. Basically handled the same as close. (bzr r4934)
* Fix LP #196893 (weird snapping of 3D box Z handles)Maximilian Albert2008-03-031-1/+1
| | | (bzr r4933)
* changed vonkoch to use bbox of input object as reference.JF Barraud2008-03-031-6/+12
| | | (bzr r4932)
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-0211-42/+175
| | | | | | | | | remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931)
* stupid bug fix (crash upon big stroke length variation) + some parameters ↵JF Barraud2008-03-021-12/+22
| | | | | renamed (bzr r4927)