18 years agoGet rid of the SP_DT_* macros which do nothing more than provide additional, confusin...
Get rid of the SP_DT_* macros which do nothing more than provide additional, confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions.
SP_DT_DOCUMENT -> sp_desktop_document
minor cleanups
fix node position when joining to close subpath; allow to lock the position of one of the nodes to be joined by mouseovering it
fix an old typo by lauris
less confusing tooltips
Got images working correctly
Attempt to preserve the shape of the path when deleting nodes
Old deletion behavior is available via Ctrl+Delete
Old deletion behavior is available via Ctrl+Delete
Remove warnings
remove warnings
fix XMLCh/int warnings
Fixed desktop-to-doc Y flip
Fixed end-of-block marker
Initial results
removing generated file
reduce flattening precision back somewhat, to prevent too many new nodes appearing after a boolop
Added curves
Added meta-info stub
More WIP. Got all of the files generated. Now just work on content.xml to get viable info into OO.org
Made the format buffer larger and part of the class, not the stack.
small update
add zipentry methods
wip
add inkscape.xml (copy of default.xml) and xara.xml keymaps
renamed many verbs to more meaningful names, fixed a few inconsistencies, rearranged and commented keys/default.xml
add some sp_* stuff
still WIP. added tree-descending code
changed CVS to SVN updated link to svn hints
changed CVS to SVN updated link to svn hints
change XML vocabulary for keys, make keys parsing a bit more relaxed
WIP commit
_desktop was not init'ed, sometimes leading to crashes on doubleclick
avoid name collision
change uint to unsigned int
remove the old _d_changed and _typestr_changed hacks, replacing by an int-valued local_change flag; this works much faster with less code
add some includes
fix some includes
remove extra endif
add proper unix socket includes
add new files
fix some includes
fix include path
fix include paths
fix casting problems
change include paths
change include path for ziptool
Make correct reference to dom.h
Modify includes to not conflict with inkscape
Replaced
Updated to work with automake. Someone please check the file list.
Add new rearranged /dom directory
Removed file/folder for ishmal
fix wiki url
fix typo found by cornelius
Fixed link order error
Temporary work-around for markup validation errors
Allow setting bitmap size by adjusting height as well as width
First dependency on ziptool
Add ziptool temporarily
New test files. I will rip this out later.
Fixed jumping eye
add paste width/height separately
clear nascent_object on Esc, so that click - Esc - letter does not type text
Fixed problem when swatches were larger than provided area
Fixed <b></b> mismatches
Extended use of .h
Adding in new icon size
18 years agoBefore the rev 10880 fix in xml/simple-node.cpp, text updating when dragging gradient...
Before the rev 10880 fix in xml/simple-node.cpp, text updating when dragging 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.
Purge of OptionMenu
Tweaked smaller size to be 3/4ths the menu size
Fixed array index calculation
Shrunk a few icon sizes.
remove superfluous line, compile warning
Putting in smaller icon size
reverting part of last changes (eliminating the "invalid access to non-static data member `SPKnotClass::event' of NULL object" warnings)
tweaked mingw makefiles to not stop if self-generated and included files are missing
add make.files make.ofiles make.dep as targets to the makefile.mingw
new files
Update autopackage specfile for lcms
Add variable to fix problems with autopackage
c -> cpp (eliminating unneded casts)
Typo
Adding simple debug
two crashes while editing nodes (one of those is reported as bug 1453558).
* 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
* 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
one type and small update
ignore generated test .cpp
ignore2
ignore
missed a file
Decoupling from direct use of GtkIconSize to allow for smaller custom ones.
Adding rendering-intent to <color-profile>
share/keyboards -> share/keys; first shot at configurable keymaps
introduce uniform resource path API to replace copy-and-pasted hacks
new language zh_TW
new language zh_TW
updated PO files