| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Before the rev 10880 fix in xml/simple-node.cpp, text updating when dragging ↵ | bulia byak | 2006-04-09 | 1 | -0/+14 | |
| | | | | | | gradient handle worked solely due to a bug: a fake attribute change was fired on style= though it did not in fact change. Now that these fake change events are eliminated, we need to explicitly update the style of the text's arena items in _modified, same as is done e.g. in sp_shape_modified. (bzr r461) | |||||
| * | Purge of OptionMenu | Jon A. Cruz | 2006-04-09 | 2 | -18/+46 | |
| | | | | (bzr r460) | |||||
| * | Tweaked smaller size to be 3/4ths the menu size | Jon A. Cruz | 2006-04-09 | 1 | -2/+2 | |
| | | | | (bzr r459) | |||||
| * | Fixed array index calculation | Jon A. Cruz | 2006-04-08 | 1 | -2/+4 | |
| | | | | (bzr r458) | |||||
| * | Shrunk a few icon sizes. | Jon A. Cruz | 2006-04-08 | 6 | -21/+21 | |
| | | | | (bzr r457) | |||||
| * | remove superfluous line, compile warning | Ralf Stephan | 2006-04-07 | 1 | -2/+0 | |
| | | | | (bzr r456) | |||||
| * | Putting in smaller icon size | Jon A. Cruz | 2006-04-07 | 3 | -19/+79 | |
| | | | | (bzr r455) | |||||
| * | reverting part of last changes (eliminating the "invalid access to ↵ | Andrius Ramanauskas | 2006-04-07 | 2 | -2/+3 | |
| | | | | | | non-static data member `SPKnotClass::event' of NULL object" warnings) (bzr r454) | |||||
| * | tweaked mingw makefiles to not stop if self-generated and included files are ↵ | Adib Taraben | 2006-04-06 | 1 | -0/+1 | |
| | | | | | | missing (bzr r453) | |||||
| * | new files | Bob Jamison | 2006-04-06 | 3 | -18/+40 | |
| | | | | (bzr r451) | |||||
| * | Add variable to fix problems with autopackage | Aaron Spike | 2006-04-06 | 1 | -14/+15 | |
| | | | | (bzr r449) | |||||
| * | c -> cpp (eliminating unneded casts) | Andrius Ramanauskas | 2006-04-06 | 3 | -31/+27 | |
| | | | | (bzr r448) | |||||
| * | Typo | Andrius Ramanauskas | 2006-04-06 | 2 | -3/+3 | |
| | | | | (bzr r447) | |||||
| * | Adding simple debug | Jon A. Cruz | 2006-04-06 | 2 | -3/+114 | |
| | | | | (bzr r446) | |||||
| * | two crashes while editing nodes (one of those is reported as bug 1453558). | Andrius Ramanauskas | 2006-04-06 | 5 | -19/+82 | |
| | | | | | | | | * fixed by making SPKnotHolder a referenced class and adding ref/unref in knot_click_handler (which sometime change attributes and knot handler is destroyed before calling knotholder_update_knots); * fixed another crash by adding ref/unref to sp_knot_handler * also added signal disconnecting (bzr r445) | |||||
| * | missed a file | Jon A. Cruz | 2006-04-06 | 1 | -0/+34 | |
| | | | | (bzr r440) | |||||
| * | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 2006-04-06 | 20 | -115/+131 | |
| | | | | (bzr r439) | |||||
| * | Adding rendering-intent to <color-profile> | Jon A. Cruz | 2006-04-06 | 7 | -30/+268 | |
| | | | | (bzr r438) | |||||
| * | share/keyboards -> share/keys; first shot at configurable keymaps | MenTaLguY | 2006-04-06 | 3 | -255/+30 | |
| | | | | (bzr r437) | |||||
| * | introduce uniform resource path API to replace copy-and-pasted hacks | MenTaLguY | 2006-04-06 | 4 | -0/+171 | |
| | | | | (bzr r436) | |||||
| * | insert clippath/mask item above the unmasked item into the same parent, ↵ | bulia byak | 2006-04-05 | 1 | -8/+18 | |
| | | | | | | instead of just putting it on top of everything in the current layer (bzr r431) | |||||
| * | now sp_item_invoke_bbox_full does union of the item's bbox (after clippath ↵ | bulia byak | 2006-04-05 | 2 | -6/+18 | |
| | | | | | | cropping) with the box passed as parameter, instead of subclass bbox methods as before; this fixes a bug with bbox of a group containig a clipped item (bzr r430) | |||||
| * | add stroke to bbox for flowtext too | bulia byak | 2006-04-05 | 1 | -0/+15 | |
| | | | | (bzr r429) | |||||
| * | Fixing bug 1462517 | Andrius Ramanauskas | 2006-04-05 | 1 | -2/+4 | |
| | | | | (bzr r428) | |||||
| * | Fixed comment | Jon A. Cruz | 2006-04-05 | 1 | -1/+1 | |
| | | | | (bzr r427) | |||||
| * | Tuned icc-color() parsing | Jon A. Cruz | 2006-04-05 | 2 | -41/+94 | |
| | | | | (bzr r426) | |||||
| * | Adding new attributes | Jon A. Cruz | 2006-04-05 | 1 | -0/+2 | |
| | | | | (bzr r425) | |||||
| * | Moving out icc parser | Jon A. Cruz | 2006-04-05 | 4 | -62/+135 | |
| | | | | (bzr r424) | |||||
| * | Updated cases for attributes added in <color-profile> support | Jon A. Cruz | 2006-04-04 | 1 | -3/+3 | |
| | | | | (bzr r423) | |||||
| * | Converting attributes test to CxxTest | Jon A. Cruz | 2006-04-04 | 3 | -31/+37 | |
| | | | | (bzr r422) | |||||
| * | include errno.h | Aaron Spike | 2006-04-04 | 1 | -0/+1 | |
| | | | | (bzr r420) | |||||
| * | new file | Bob Jamison | 2006-04-03 | 3 | -6/+202 | |
| | | | | (bzr r419) | |||||
| * | initial parsing of icc-color() | Jon A. Cruz | 2006-04-03 | 1 | -1/+32 | |
| | | | | (bzr r418) | |||||
| * | CodingStyle: whitespace | Peter Moulder | 2006-04-03 | 1 | -604/+617 | |
| | | | | (bzr r417) | |||||
| * | 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) | |||||
