summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating the includes on these files because they need to include ↵Ted Gould2008-11-232-0/+2
| | | | | simple-node.h as they ARE using the implementation. (bzr r6894)
* Merging in the OpenMP work from the mailing list with some improved build files.Ted Gould2008-11-231-29/+42
| | | (bzr r6893)
* Merge from fe-movedTed Gould2008-11-21373-7908/+4896
| | | (bzr r6891)
* Merge from trunkTed Gould2008-11-013-11/+22
| | | (bzr r6890)
* Making it so that including simple-node.h will generate an errorTed Gould2008-10-314-1/+7
| | | (bzr r6889)
* Patch from Hannes Hochreiner to make it so that attributes on the root node ↵Ted Gould2008-10-311-2/+21
| | | | | copy correctly. (bzr r6888)
* Merge from trunkTed Gould2008-10-3149-681/+749
| | | (bzr r6887)
* Merge from trunkTed Gould2008-10-2870-435/+1787
| | | (bzr r6886)
* From trunkTed Gould2008-10-27297-5317/+6197
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-11146-1494/+1997
| | | (bzr r6884)
* Merge from trunk.Ted Gould2008-09-251-96/+34
| | | (bzr r6883)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-2524-96/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882)
* [i18n] Added use of plural forms.Marcin Floryan2008-09-241-1/+1
| | | (bzr r6881)
* Whitespace cleanupJon A. Cruz2008-09-241-1/+1
| | | (bzr r6880)
* Added base metadata to exported png files. Fixes bug #189954.Jon A. Cruz2008-09-241-9/+104
| | | (bzr r6879)
* Whitespace cleanupJon A. Cruz2008-09-241-66/+66
| | | (bzr r6878)
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-2348-455/+1220
| | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877)
* add a path parameter to doeffect_stack_test to test a bug + fix a stupid ↵JF Barraud2008-09-231-1/+1
| | | | | error. sorry. (bzr r6876)
* add a path parameter to doeffect_stack_test to test a bugJF Barraud2008-09-232-1/+5
| | | (bzr r6875)
* remove lpeobject_ref when invalid lpe nameJohan B. C. Engelen2008-09-231-0/+5
| | | (bzr r6874)
* fix crash on entering invalid lpe name in xmlJohan B. C. Engelen2008-09-232-8/+6
| | | (bzr r6873)
* it's not a good idea to change key of arenaitem in the middle of an update; ↵bulia byak2008-09-231-10/+0
| | | | | not only this is unnecessary, but it results in a hard to catch windows-only crash (bzr r6871)
* Made bitmap printing use the DPI setting (bug 258916)Niko Kiirala2008-09-221-3/+7
| | | (bzr r6870)
* Adjust blink time and base frequency on gtk setting. Fixes bug #272605.Jon A. Cruz2008-09-221-3/+12
| | | (bzr r6869)
* hide item instead of unreffing, and unref arena to prevent memory leakbulia byak2008-09-221-2/+3
| | | (bzr r6868)
* releasing fails to delete document, even when memory is scarce, so delete it ↵bulia byak2008-09-211-1/+2
| | | | | explicitly (bzr r6867)
* on closing and document change, if this was the last view on this document, ↵bulia byak2008-09-211-5/+9
| | | | | delete document to free up memory (bzr r6866)
* rewrote the document list as a (SPDocument,use_count) map, incrementing ↵bulia byak2008-09-212-32/+46
| | | | | use_count for each view of the document; address warnings and fixmes (bzr r6865)
* fix crash: desktop->selection was not deleted when desktop is destroyedbulia byak2008-09-211-0/+5
| | | (bzr r6864)
* - refactor snapping code, removing code duplicationDiederik van Lierop2008-09-219-232/+248
| | | | | - fix snapping to page corners (bzr r6863)
* fix crash: connections were not disconnected on destructionbulia byak2008-09-211-1/+5
| | | (bzr r6862)
* Const correctnessJon A. Cruz2008-09-211-1/+1
| | | (bzr r6860)
* Fixes for missing icons and icon size issues.Jon A. Cruz2008-09-214-55/+79
| | | (bzr r6859)
* if export (most likely cairo) fails, issue a warning instead of crashingbulia byak2008-09-211-2/+2
| | | (bzr r6858)
* properly detach SPObject from repr when deleting clonebulia byak2008-09-201-1/+10
| | | (bzr r6857)
* fix overreffing of reprs by clones: only ref a repr by a non-cloned SPObjectbulia byak2008-09-201-3/+4
| | | (bzr r6856)
* release reprs properlybulia byak2008-09-2010-0/+21
| | | (bzr r6855)
* fix leak and potential crash by disconnecting on deletebulia byak2008-09-202-1/+12
| | | (bzr r6854)
* Don't clip mask surface to mask bounding box.Tavmjong Bah2008-09-201-2/+4
| | | | | | The mask bounding box is the geometric bounding box which dosn't allow for filters that can extend outside the box. Partial fix for bug 208217. (bzr r6853)
* fix writing invalid color:none; optimize opacity (only if <1) and marker-... ↵bulia byak2008-09-191-14/+31
| | | | | (only if different from marker) (bzr r6851)
* Tweak of member to Geom classBob Jamison2008-09-192-3/+3
| | | (bzr r6849)
* by default, try square arrangement, not 1 row as beforebulia byak2008-09-191-5/+8
| | | (bzr r6847)
* Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.Bob Jamison2008-09-191-2/+2
| | | (bzr r6846)
* transform modes for tweak toolbulia byak2008-09-194-158/+393
| | | (bzr r6843)
* Warning cleanupJon A. Cruz2008-09-191-12/+11
| | | (bzr r6841)
* Yet another NR ==> Geom changeMaximilian Albert2008-09-185-144/+140
| | | (bzr r6840)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-1885-862/+884
| | | (bzr r6839)
* NR ==> Geom conversion in sp-canvasMaximilian Albert2008-09-182-14/+14
| | | (bzr r6838)
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-1814-123/+120
| | | (bzr r6837)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-1826-397/+427
| | | (bzr r6836)