summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-254-39/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* if export (most likely cairo) fails, issue a warning instead of crashingbulia byak2008-09-211-2/+2
| | | (bzr r6858)
* release reprs properlybulia byak2008-09-206-0/+12
| | | (bzr r6855)
* 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 transformation for items rendered as bitmaps (i.e. filters) inTavmjong Bah2008-09-161-4/+8
| | | | | Cairo PDF output. (bzr r6825)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-168-31/+47
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-166-6/+0
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* Fixes for clipping and masking:Tavmjong Bah2008-09-141-17/+31
| | | | | | Transformations. For masking, must convert RGBA mask to A for Cairo. (bzr r6810)
* LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen2008-09-103-7/+0
| | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789)
* 2geomify, remove warnings and other fixesUlf Erikson2008-09-104-491/+590
| | | (bzr r6788)
* Fix clipping for Cairo generated PNG's.Tavmjong Bah2008-09-101-2/+5
| | | (bzr r6787)
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen2008-09-075-7/+0
| | | | | references to nr-path.h) (bzr r6774)
* finally got the pattern transform rightbulia byak2008-09-061-19/+10
| | | (bzr r6771)
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-052-6/+8
| | | | | This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms. (bzr r6760)
* use smaller subpixel scaling; large values take more memory and sometimes ↵bulia byak2008-09-011-1/+1
| | | | | fail for too large patter tiles (bzr r6753)
* fix assert when exporting bug 171849 file, make sure small patterns are ↵bulia byak2008-09-011-2/+6
| | | | | exported properly by scaling them up (to use integer width/height) and then down (bzr r6750)
* Fix for missing defineJon A. Cruz2008-09-011-0/+1
| | | (bzr r6744)
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-015-3/+179
| | | (bzr r6743)
* fix names and mime types; cairo ps out now the defaultbulia byak2008-08-312-5/+5
| | | (bzr r6742)
* disable old non-cairo ps export via printbulia byak2008-08-311-1/+1
| | | (bzr r6741)
* remove cairo and experimental from the name; now this is THE pdf exporterbulia byak2008-08-311-2/+2
| | | (bzr r6740)
* properly transform clippath: transform of the item using the clippath must ↵bulia byak2008-08-312-1/+13
| | | | | also be applied (bzr r6739)
* remove unused variablesJohan B. C. Engelen2008-08-312-12/+10
| | | (bzr r6737)
* cairo-render-context extension implementation converted to 2geomJohan B. C. Engelen2008-08-312-64/+15
| | | (bzr r6736)
* Fix patterns when scaled.Tavmjong Bah2008-08-311-6/+10
| | | | | Avoid pattern size change due to rounding errors in ceil(). (bzr r6734)
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-295-26/+145
| | | (bzr r6726)
* temporarily, make pdf exporters switchable for testingbulia byak2008-08-291-1/+4
| | | (bzr r6725)
* Fixed crash due to use of uninitialized pointerJon A. Cruz2008-08-281-3/+3
| | | (bzr r6718)
* fixed a typoAlexandre Prokoudine2008-08-191-1/+1
| | | (bzr r6703)
* Remove further instances of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-141-7/+7
| | | (bzr r6628)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-1222-618/+621
| | | (bzr r6612)
* clean up code slightlyBob Jamison2008-08-103-85/+93
| | | (bzr r6604)
* merge silveiro's and my changesBob Jamison2008-08-092-104/+348
| | | (bzr r6601)
* fix marker behavior for moveto-only pathsJohan B. C. Engelen2008-08-081-2/+10
| | | (bzr r6596)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-086-15/+15
| | | (bzr r6593)
* change javafx output to 1.0 compiler syntaxBob Jamison2008-08-072-145/+74
| | | (bzr r6586)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-053-5/+5
| | | (bzr r6569)
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-055-15/+10
| | | (bzr r6564)
* EMF export patches submitted by SaGSUlf Erikson2008-08-041-32/+27
| | | | | | | Bug 253601: EMF export - Text has opaque background Bug 253611: EMF export - Bold, italic text attributes lost Bug 253614: EMF export - Possible indeterminism with the text aligment (bzr r6556)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-038-12/+0
| | | (bzr r6540)
* initial impl of gradients and opacitiesBob Jamison2008-08-022-73/+307
| | | (bzr r6525)
* finally got transforms right. flip Y and translateBob Jamison2008-08-012-19/+62
| | | (bzr r6519)
* make redundant. use correct fields of cubic bezier point arrayBob Jamison2008-08-014-304/+345
| | | (bzr r6514)
* un-remove applying item transform to each pointBob Jamison2008-08-013-24/+52
| | | (bzr r6504)
* Add item transformsBob Jamison2008-08-011-29/+53
| | | (bzr r6496)
* Warning cleanupJon A. Cruz2008-08-011-6/+6
| | | (bzr r6495)
* Get to compile in javafxBob Jamison2008-07-302-35/+53
| | | (bzr r6482)
* add placeholder for expert contributorsBob Jamison2008-07-305-0/+602
| | | (bzr r6474)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-254-0/+8
| | | (bzr r6416)
* Warning cleanupJon A. Cruz2008-07-202-11/+11
| | | (bzr r6367)