summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Moving out icc parserJon A. Cruz2006-04-054-62/+135
| | | (bzr r424)
* Updated cases for attributes added in <color-profile> supportJon A. Cruz2006-04-041-3/+3
| | | (bzr r423)
* Converting attributes test to CxxTestJon A. Cruz2006-04-043-31/+37
| | | (bzr r422)
* Add LittleCMSBob Jamison2006-04-042-2/+4
| | | (bzr r421)
* include errno.hAaron Spike2006-04-041-0/+1
| | | (bzr r420)
* new fileBob Jamison2006-04-033-6/+202
| | | (bzr r419)
* initial parsing of icc-color()Jon A. Cruz2006-04-031-1/+32
| | | (bzr r418)
* CodingStyle: whitespacePeter Moulder2006-04-031-604/+617
| | | (bzr r417)
* fix to return the end pointer when desiredJon A. Cruz2006-04-031-0/+4
| | | (bzr r416)
* CodingStyle: const placementPeter Moulder2006-04-031-6/+5
| | | (bzr r415)
* CodingStyle: whitespacePeter Moulder2006-04-031-531/+530
| | | (bzr r414)
* CodingStyle: const placementPeter Moulder2006-04-031-2/+2
| | | (bzr r413)
* cleanup: Remove some commented-out code.Peter Moulder2006-04-031-95/+2
| | | (bzr r412)
* CodingStyle: whitespace, and move a few declarations to first use.Peter Moulder2006-04-031-447/+451
| | | (bzr r411)
* cleanup: Remove commented-out code (dating from 2004, Big Pango Patch)Peter Moulder2006-04-031-52/+1
| | | (bzr r410)
* CodingStyle: const placementPeter Moulder2006-04-031-6/+6
| | | (bzr r409)
* Start of support for icc-color in fill/stroke.Peter Moulder2006-04-032-5/+38
| | | (bzr r408)
* Add a version of the reader that indicates the end of the color specification.Peter Moulder2006-04-032-4/+50
| | | (bzr r407)
* newPeter Moulder2006-04-031-0/+29
| | | (bzr r406)
* Reducing the minimum required LittleCms version to 1.14, as checked by ↵Jon A. Cruz2006-04-031-1/+1
| | | | | Scribus people. (bzr r405)
* Will not try to do image transform with named color profileJon A. Cruz2006-04-031-29/+33
| | | (bzr r404)
* Fixed to handle relative file pathsJon A. Cruz2006-04-031-1/+13
| | | (bzr r403)
* Initial support of color-profile on <image>Jon A. Cruz2006-04-036-5/+127
| | | (bzr r402)
* Adding support for <color-profile> elementJon A. Cruz2006-04-028-0/+325
| | | (bzr r401)
* Fixed warningsJon A. Cruz2006-04-022-9/+13
| | | (bzr r400)
* Check for null pointerJon A. Cruz2006-04-022-18/+27
| | | (bzr r399)
* from Dale Harvey and Aaron Spike: fixes to overly-general "mouse down" David Yip2006-04-021-2/+2
| | | | | detection logic in connect request receive code (bzr r398)
* added fix from Dale Harvey to expand incomplete JIDs specified in user David Yip2006-04-011-0/+13
| | | | | text input box (bzr r397)
* forgot to check if the knot existsbulia byak2006-04-011-2/+2
| | | (bzr r396)
* when switching node type, preserve the position of the mouseovered handlebulia byak2006-04-011-2/+10
| | | (bzr r395)
* Fixed dateJon A. Cruz2006-04-011-1/+1
| | | (bzr r394)
* Follow-up for missed fileJon A. Cruz2006-04-012-1/+39
| | | (bzr r393)
* more optimizations: do not fire knot/handle moved events if the position is ↵bulia byak2006-04-011-161/+156
| | | | | in fact the same, or from batch move/rotate/scale/align/distribute functions that act on all selected nodes; replace append by prepend+reverse on subpaths list; mass rename and comment rewrite to unify terminology (bzr r392)
* Introducing optional LittleCms use.Jon A. Cruz2006-04-013-0/+23
| | | (bzr r391)
* merge ::dragging and ::dynahandMenTaLguY2006-04-013-24/+20
| | | (bzr r390)
* add documentationMenTaLguY2006-04-012-2/+17
| | | (bzr r389)
* oops, fix silly crashbulia byak2006-04-011-4/+0
| | | (bzr r388)
* remove undo_label juggling for curve_drag; remove synthesize_events (speeds ↵bulia byak2006-04-011-20/+18
| | | | | things up some more); pass nodepath->livarot_path or nodepath to various functions that previously took an item (bzr r387)
* store and update livarot_path in nodepath; switch curve_drag to not updating ↵bulia byak2006-04-012-45/+81
| | | | | the repr, only spcurve; rename and export update_repr_* used in node-context (bzr r386)
* update (and optimize) get_nearest_position and get_point callsbulia byak2006-04-011-2/+8
| | | (bzr r385)
* switch get_nearest_position and get_point to using supplied livarot Path ↵bulia byak2006-04-012-19/+7
| | | | | instead of creating one each time from an item (bzr r384)
* turns out, all these synthesize_events were not necessary at all - they just ↵bulia byak2006-04-011-2/+0
| | | | | fired fake events that i never needed (bzr r383)
* turns out, all these synthesize_events were not necessary at all - they just ↵bulia byak2006-04-015-13/+0
| | | | | fired fake events that i never needed (bzr r382)
* correcting file listAndrius Ramanauskas2006-03-311-2/+4
| | | (bzr r381)
* patch #1450307 - option for select all to work in layer with it's sub-layers:Andrius Ramanauskas2006-03-317-28/+114
| | | | | | | * Replaced check-box in preferences with 3 radio buttons (in all document in current layer only, in current layer with sub-layers) * Altered "Select all" functionality to include objects in sub-layers (if preference is on) * Altered TAB functionality to include sub-layers (had to introduce "context layer" concept in Selection class - without it TAB'ing would end in deepest child, but it needs to return to parent on subsequent TAB key press) (bzr r380)
* cleanup: (sp_style_paint_clear): All callers were passing hunref=TRUE, ↵Peter Moulder2006-03-311-17/+11
| | | | | unset=FALSE, so simplify by getting rid of those parameters. (bzr r379)
* Disallow none/currentColor/uri as values for the `color' property, and get ↵Peter Moulder2006-03-312-32/+17
| | | | | rid of color_hreffed,color_listening flags. (bzr r378)
* excise never-used code and stale commentsbulia byak2006-03-312-150/+44
| | | (bzr r377)
* Select much improved, but need to fix rotate and scaleBob Jamison2006-03-301-140/+24
| | | (bzr r376)
* Tweaked to build with g++4.1. Thanks, <garrett>.Bob Jamison2006-03-301-111/+113
| | | (bzr r375)