| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix to return the end pointer when desired | Jon A. Cruz | 2006-04-03 | 1 | -0/+4 |
| | | | | (bzr r416) | ||||
| * | CodingStyle: const placement | Peter Moulder | 2006-04-03 | 1 | -6/+5 |
| | | | | (bzr r415) | ||||
| * | CodingStyle: whitespace | Peter Moulder | 2006-04-03 | 1 | -531/+530 |
| | | | | (bzr r414) | ||||
| * | CodingStyle: const placement | Peter Moulder | 2006-04-03 | 1 | -2/+2 |
| | | | | (bzr r413) | ||||
| * | cleanup: Remove some commented-out code. | Peter Moulder | 2006-04-03 | 1 | -95/+2 |
| | | | | (bzr r412) | ||||
| * | CodingStyle: whitespace, and move a few declarations to first use. | Peter Moulder | 2006-04-03 | 1 | -447/+451 |
| | | | | (bzr r411) | ||||
| * | cleanup: Remove commented-out code (dating from 2004, Big Pango Patch) | Peter Moulder | 2006-04-03 | 1 | -52/+1 |
| | | | | (bzr r410) | ||||
| * | CodingStyle: const placement | Peter Moulder | 2006-04-03 | 1 | -6/+6 |
| | | | | (bzr r409) | ||||
| * | Start of support for icc-color in fill/stroke. | Peter Moulder | 2006-04-03 | 2 | -5/+38 |
| | | | | (bzr r408) | ||||
| * | Add a version of the reader that indicates the end of the color specification. | Peter Moulder | 2006-04-03 | 2 | -4/+50 |
| | | | | (bzr r407) | ||||
| * | new | Peter Moulder | 2006-04-03 | 1 | -0/+29 |
| | | | | (bzr r406) | ||||
| * | Will not try to do image transform with named color profile | Jon A. Cruz | 2006-04-03 | 1 | -29/+33 |
| | | | | (bzr r404) | ||||
| * | Fixed to handle relative file paths | Jon A. Cruz | 2006-04-03 | 1 | -1/+13 |
| | | | | (bzr r403) | ||||
| * | Initial support of color-profile on <image> | Jon A. Cruz | 2006-04-03 | 5 | -2/+117 |
| | | | | (bzr r402) | ||||
| * | Adding support for <color-profile> element | Jon A. Cruz | 2006-04-02 | 7 | -0/+317 |
| | | | | (bzr r401) | ||||
| * | Fixed warnings | Jon A. Cruz | 2006-04-02 | 1 | -9/+9 |
| | | | | (bzr r400) | ||||
| * | Check for null pointer | Jon A. Cruz | 2006-04-02 | 1 | -18/+21 |
| | | | | (bzr r399) | ||||
| * | from Dale Harvey and Aaron Spike: fixes to overly-general "mouse down" | David Yip | 2006-04-02 | 1 | -2/+2 |
| | | | | | | detection logic in connect request receive code (bzr r398) | ||||
| * | added fix from Dale Harvey to expand incomplete JIDs specified in user | David Yip | 2006-04-01 | 1 | -0/+13 |
| | | | | | | text input box (bzr r397) | ||||
| * | forgot to check if the knot exists | bulia byak | 2006-04-01 | 1 | -2/+2 |
| | | | | (bzr r396) | ||||
| * | when switching node type, preserve the position of the mouseovered handle | bulia byak | 2006-04-01 | 1 | -2/+10 |
| | | | | (bzr r395) | ||||
| * | more optimizations: do not fire knot/handle moved events if the position is ↵ | bulia byak | 2006-04-01 | 1 | -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. Cruz | 2006-04-01 | 2 | -0/+17 |
| | | | | (bzr r391) | ||||
| * | merge ::dragging and ::dynahand | MenTaLguY | 2006-04-01 | 2 | -24/+14 |
| | | | | (bzr r390) | ||||
| * | add documentation | MenTaLguY | 2006-04-01 | 1 | -2/+13 |
| | | | | (bzr r389) | ||||
| * | oops, fix silly crash | bulia byak | 2006-04-01 | 1 | -4/+0 |
| | | | | (bzr r388) | ||||
| * | remove undo_label juggling for curve_drag; remove synthesize_events (speeds ↵ | bulia byak | 2006-04-01 | 1 | -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 byak | 2006-04-01 | 2 | -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 calls | bulia byak | 2006-04-01 | 1 | -2/+8 |
| | | | | (bzr r385) | ||||
| * | switch get_nearest_position and get_point to using supplied livarot Path ↵ | bulia byak | 2006-04-01 | 2 | -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 byak | 2006-04-01 | 1 | -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 byak | 2006-04-01 | 5 | -13/+0 |
| | | | | | | fired fake events that i never needed (bzr r382) | ||||
| * | patch #1450307 - option for select all to work in layer with it's sub-layers: | Andrius Ramanauskas | 2006-03-31 | 6 | -28/+107 |
| | | | | | | | | * 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 Moulder | 2006-03-31 | 1 | -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 Moulder | 2006-03-31 | 2 | -32/+17 |
| | | | | | | rid of color_hreffed,color_listening flags. (bzr r378) | ||||
| * | excise never-used code and stale comments | bulia byak | 2006-03-31 | 2 | -150/+44 |
| | | | | (bzr r377) | ||||
| * | Select much improved, but need to fix rotate and scale | Bob Jamison | 2006-03-30 | 1 | -140/+24 |
| | | | | (bzr r376) | ||||
| * | Tweaked to build with g++4.1. Thanks, <garrett>. | Bob Jamison | 2006-03-30 | 1 | -111/+113 |
| | | | | (bzr r375) | ||||
| * | added variable tremor | bulia byak | 2006-03-30 | 3 | -6/+54 |
| | | | | (bzr r374) | ||||
| * | clean up PPM output code | Bob Jamison | 2006-03-30 | 1 | -17/+13 |
| | | | | (bzr r373) | ||||
| * | WIP. siox election progress. fix api a bit. | Bob Jamison | 2006-03-30 | 3 | -40/+191 |
| | | | | (bzr r372) | ||||
| * | r11257@tres: ted | 2006-03-29 21:29:33 -0800 | Ted Gould | 2006-03-30 | 2 | -46/+8 |
| | | | | | | | | | Removing the caching of the widgets in the extension editor. This removes a GTKmm call to unparent, which isn't supported in 2.4.x. It might have been nice, but really computers are fast enough to redraw widgets today. (bzr r371) | ||||
| * | fixed typo. removed duplicates of SP_VERB_DIALOG_EXTENSIONEDITOR | Bob Jamison | 2006-03-29 | 1 | -8/+0 |
| | | | | (bzr r368) | ||||
| * | string plural form (for languages with multiple plural forms) | Andrius Ramanauskas | 2006-03-29 | 1 | -2/+5 |
| | | | | (bzr r367) | ||||
| * | svn propset svn:eol-style native *.h *.cpp | Peter Moulder | 2006-03-29 | 1 | -396/+396 |
| | | | | (bzr r366) | ||||
| * | r11145@tres: ted | 2006-03-27 22:01:44 -0800 | Ted Gould | 2006-03-29 | 1 | -4/+1 |
| | | | | | | Ah, missed some help dialog stuff. Ah, cruft. (bzr r363) | ||||
| * | r11144@tres: ted | 2006-03-27 22:00:25 -0800 | Ted Gould | 2006-03-29 | 3 | -105/+0 |
| | | | | | | | Changing the theory of operation. No reason to have an independed help dialog file, everything will go through the extensions dialog. (bzr r362) | ||||
| * | r11143@tres: ted | 2006-03-27 21:54:21 -0800 | Ted Gould | 2006-03-29 | 2 | -1/+3 |
| | | | | | | | | | | | Hiding the button for the extension editor and the help button on the preferences dialogs. While they are marginially useful now, I've had too much of this code on my machine for too long. I'd like to have more of it see the light of day, and protect it from thigns like crashes. Defeats the point of Open Source if everything is just sitting on my harddrive. (bzr r361) | ||||
| * | r11142@tres: ted | 2006-03-27 21:52:50 -0800 | Ted Gould | 2006-03-29 | 4 | -10/+70 |
| | | | | | | | Adding in the basic infrastructure for handling the cascading status dialogs between the different subclasses of widgets. (bzr r360) | ||||
| * | r11141@tres: ted | 2006-03-27 21:51:34 -0800 | Ted Gould | 2006-03-29 | 1 | -9/+17 |
| | | | | | | Additional protections against not finding an extension in the database (bzr r359) | ||||
