summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change XML vocabulary for keys, make keys parsing a bit more relaxedbulia byak2006-04-121-13/+20
| | | (bzr r500)
* WIP commitBob Jamison2006-04-122-7/+275
| | | (bzr r499)
* _desktop was not init'ed, sometimes leading to crashes on doubleclickRalf Stephan2006-04-121-1/+2
| | | (bzr r498)
* avoid name collisionBob Jamison2006-04-121-3/+3
| | | (bzr r497)
* change uint to unsigned intBob Jamison2006-04-121-2/+2
| | | (bzr r496)
* remove the old _d_changed and _typestr_changed hacks, replacing by an ↵bulia byak2006-04-123-68/+19
| | | | | int-valued local_change flag; this works much faster with less code (bzr r495)
* add some includesAaron Spike2006-04-121-0/+2
| | | (bzr r494)
* fix some includesAaron Spike2006-04-123-4/+4
| | | (bzr r493)
* remove extra endifAaron Spike2006-04-121-1/+0
| | | (bzr r492)
* add proper unix socket includesBob Jamison2006-04-121-0/+14
| | | (bzr r491)
* add new filesBob Jamison2006-04-121-4/+2
| | | (bzr r490)
* fix some includesAaron Spike2006-04-123-3/+3
| | | (bzr r489)
* fix include pathBob Jamison2006-04-121-8/+2
| | | (bzr r488)
* fix include pathsBob Jamison2006-04-122-9/+9
| | | (bzr r487)
* fix casting problemsBob Jamison2006-04-121-4/+4
| | | (bzr r486)
* change include pathsBob Jamison2006-04-121-5/+5
| | | (bzr r485)
* change include path for ziptoolBob Jamison2006-04-121-1/+1
| | | (bzr r484)
* Make correct reference to dom.hBob Jamison2006-04-121-1/+1
| | | (bzr r483)
* Modify includes to not conflict with inkscapeBob Jamison2006-04-121-3/+3
| | | (bzr r482)
* ReplacedBob Jamison2006-04-121-0/+17
| | | (bzr r481)
* Updated to work with automake. Someone please check the file list.Bob Jamison2006-04-121-51/+65
| | | (bzr r480)
* Add new rearranged /dom directoryBob Jamison2006-04-12281-0/+173617
| | | (bzr r479)
* 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)