summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed file/folder for ishmalAaron Spike2006-04-12258-164610/+0
| | | (bzr r478)
* fix 1466070bulia byak2006-04-121-1/+1
| | | (bzr r477)
* fix typo found by corneliusAaron Spike2006-04-101-1/+1
| | | (bzr r475)
* Fixed link order errorJon A. Cruz2006-04-101-1/+1
| | | (bzr r474)
* Allow setting bitmap size by adjusting height as well as widthAaron Spike2006-04-101-3/+67
| | | (bzr r472)
* First dependency on ziptoolBob Jamison2006-04-101-4/+4
| | | (bzr r471)
* Add ziptool temporarilyBob Jamison2006-04-101-1/+3
| | | (bzr r470)
* New test files. I will rip this out later.Bob Jamison2006-04-102-0/+3452
| | | (bzr r469)
* add paste width/height separatelybulia byak2006-04-091-0/+2
| | | (bzr r467)
* clear nascent_object on Esc, so that click - Esc - letter does not type textbulia byak2006-04-091-0/+1
| | | (bzr r466)
* Fixed problem when swatches were larger than provided areaJon A. Cruz2006-04-091-2/+2
| | | (bzr r465)
* Extended use of .hJon A. Cruz2006-04-091-1/+9
| | | (bzr r463)
* Adding in new icon sizeJon A. Cruz2006-04-097-19/+27
| | | (bzr r462)
* Before the rev 10880 fix in xml/simple-node.cpp, text updating when dragging ↵bulia byak2006-04-091-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 OptionMenuJon A. Cruz2006-04-092-18/+46
| | | (bzr r460)
* Tweaked smaller size to be 3/4ths the menu sizeJon A. Cruz2006-04-091-2/+2
| | | (bzr r459)
* Fixed array index calculationJon A. Cruz2006-04-081-2/+4
| | | (bzr r458)
* Shrunk a few icon sizes.Jon A. Cruz2006-04-086-21/+21
| | | (bzr r457)
* remove superfluous line, compile warningRalf Stephan2006-04-071-2/+0
| | | (bzr r456)
* Putting in smaller icon sizeJon A. Cruz2006-04-073-19/+79
| | | (bzr r455)
* reverting part of last changes (eliminating the "invalid access to ↵Andrius Ramanauskas2006-04-072-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 Taraben2006-04-061-0/+1
| | | | | missing (bzr r453)
* new filesBob Jamison2006-04-063-18/+40
| | | (bzr r451)
* Add variable to fix problems with autopackageAaron Spike2006-04-061-14/+15
| | | (bzr r449)
* c -> cpp (eliminating unneded casts)Andrius Ramanauskas2006-04-063-31/+27
| | | (bzr r448)
* TypoAndrius Ramanauskas2006-04-062-3/+3
| | | (bzr r447)
* Adding simple debugJon A. Cruz2006-04-062-3/+114
| | | (bzr r446)
* two crashes while editing nodes (one of those is reported as bug 1453558).Andrius Ramanauskas2006-04-065-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 fileJon A. Cruz2006-04-061-0/+34
| | | (bzr r440)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-0620-115/+131
| | | (bzr r439)
* Adding rendering-intent to <color-profile>Jon A. Cruz2006-04-067-30/+268
| | | (bzr r438)
* share/keyboards -> share/keys; first shot at configurable keymapsMenTaLguY2006-04-063-255/+30
| | | (bzr r437)
* introduce uniform resource path API to replace copy-and-pasted hacksMenTaLguY2006-04-064-0/+171
| | | (bzr r436)
* insert clippath/mask item above the unmasked item into the same parent, ↵bulia byak2006-04-051-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 byak2006-04-052-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 toobulia byak2006-04-051-0/+15
| | | (bzr r429)
* Fixing bug 1462517Andrius Ramanauskas2006-04-051-2/+4
| | | (bzr r428)
* Fixed commentJon A. Cruz2006-04-051-1/+1
| | | (bzr r427)
* Tuned icc-color() parsingJon A. Cruz2006-04-052-41/+94
| | | (bzr r426)
* Adding new attributesJon A. Cruz2006-04-051-0/+2
| | | (bzr r425)
* 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)
* 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)