summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed link order errorJon A. Cruz2006-04-101-1/+1
| | | (bzr r474)
* Temporary work-around for markup validation errorsJon A. Cruz2006-04-102-3/+3
| | | (bzr r473)
* 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)
* Fixed jumping eyeJon A. Cruz2006-04-092-67/+75
| | | (bzr r468)
* 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)
* Fixed <b></b> mismatchesJon A. Cruz2006-04-092-2/+6
| | | (bzr r464)
* 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-087-21/+29
| | | (bzr r457)
* remove superfluous line, compile warningRalf Stephan2006-04-071-2/+0
| | | (bzr r456)
* Putting in smaller icon sizeJon A. Cruz2006-04-074-19/+86
| | | (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-062-6/+21
| | | | | missing (bzr r453)
* add make.files make.ofiles make.dep as targets to the makefile.mingwAdib Taraben2006-04-061-1/+10
| | | (bzr r452)
* new filesBob Jamison2006-04-063-18/+40
| | | (bzr r451)
* Update autopackage specfile for lcmsAaron Spike2006-04-061-2/+2
| | | (bzr r450)
* 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-063-3/+120
| | | (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)
* one type and small updateAndrius Ramanauskas2006-04-061-1478/+974
| | | (bzr r444)
* ignore generated test .cppJon A. Cruz2006-04-060-0/+0
| | | (bzr r443)
* ignore2Jon A. Cruz2006-04-060-0/+0
| | | (bzr r442)
* ignoreJon A. Cruz2006-04-060-0/+0
| | | (bzr r441)
* missed a fileJon A. Cruz2006-04-062-1/+35
| | | (bzr r440)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-0621-116/+148
| | | (bzr r439)
* Adding rendering-intent to <color-profile>Jon A. Cruz2006-04-068-30/+276
| | | (bzr r438)
* share/keyboards -> share/keys; first shot at configurable keymapsMenTaLguY2006-04-0612-269/+691
| | | (bzr r437)
* introduce uniform resource path API to replace copy-and-pasted hacksMenTaLguY2006-04-065-4/+181
| | | (bzr r436)
* new language zh_TWArpad Biro2006-04-051-1/+1
| | | (bzr r435)
* new language zh_TWArpad Biro2006-04-051-1/+1
| | | (bzr r434)
* updated PO filesArpad Biro2006-04-0537-43095/+70674
| | | (bzr r433)
* POTFILES.in maintenanceArpad Biro2006-04-051-0/+2
| | | (bzr r432)
* 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-053-41/+100
| | | (bzr r426)
* Adding new attributesJon A. Cruz2006-04-051-0/+2
| | | (bzr r425)