summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-274-7/+7
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* more unreffing temporary styles properlybulia byak2007-06-274-7/+7
| | | (bzr r3114)
* initial filter UI code drop from NickMenTaLguY2007-06-241-65/+78
| | | (bzr r3095)
* merge OpenFont license supportMenTaLguY2007-06-241-0/+18
| | | (bzr r3094)
* Right clicking on the swatch now correctly sets the outline colour.Joel Holdsworth2007-06-241-18/+23
| | | (bzr r3091)
* Using the blur slider no longer destroys filters already applied to the objectNiko Kiirala2007-06-231-2/+2
| | | (bzr r3086)
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵Peter Moulder2007-06-211-1/+6
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082)
* Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to ↵Peter Moulder2007-05-231-1/+7
| | | | | GEOMETRIC_BBOX, as requested in bug #1722238. (bzr r3036)
* removed the software-only licenses which are not legally clear for ↵Jon Phillips2007-04-041-20/+0
| | | | | content/artwork, note, they still work, just not giving ppl. the wrong choices in UI (bzr r2819)
* fix 1516323bulia byak2007-04-011-1/+1
| | | (bzr r2808)
* make rotations, scales and flips work with the object's rotation axisbulia byak2007-03-311-11/+21
| | | (bzr r2795)
* move extension adding to the right place so it's added on export, not on browsebulia byak2007-03-251-38/+41
| | | (bzr r2754)
* patch from Gail to add justify button to text dialog (bug 1679367)bulia byak2007-03-251-3/+32
| | | (bzr r2753)
* updated creative commons licenses to 3.0 and fixed public domain uriJon Phillips2007-03-241-7/+7
| | | (bzr r2750)
* fix the combination of P4+ symmetries with exponentbulia byak2007-03-231-14/+11
| | | (bzr r2743)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-202-2/+3
| | | (bzr r2723)
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-181-0/+1
| | | | | from mellum (Falk Hueffner) (bzr r2696)
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-6/+6
| | | | | (Falk Hueffner) (bzr r2695)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-113-15/+21
| | | | | recent bbox regressions. (bzr r2604)
* Merge further bbox workMenTaLguY2007-03-101-19/+15
| | | (bzr r2596)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-044-103/+161
| | | (bzr r2538)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-044-77/+56
| | | | | rect handling, though) (bzr r2536)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
| | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466)
* add 'hide all except selected' checkboxbulia byak2007-02-251-5/+28
| | | (bzr r2429)
* fix crash when tracing with too small clonesbulia byak2007-02-241-1/+2
| | | (bzr r2423)
* fix crash when tracing with too small clonesbulia byak2007-02-241-0/+4
| | | (bzr r2422)
* Disabling transientize callback - it's currently causing some data lossBryce Harrington2007-02-231-9/+11
| | | | | when switching between windows. (bzr r2419)
* When selecting 'none', the marker wasn't getting removed from the line.Bryce Harrington2007-02-231-30/+47
| | | | | This fixes that. (bzr r2418)
* Adjusting how items in the marker menu are selected, so the recentlyBryce Harrington2007-02-211-4/+2
| | | | | selected marker at the top of the menu shows as the selection. (bzr r2415)
* Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2007-02-211-1/+2
| | | | | | marker dropdown with the same preview image as the unmodified stock marker. This adds the source document's uri to the cache index. (bzr r2413)
* Adding handler for switching documents, to regenerate the marker menusBryce Harrington2007-02-211-24/+24
| | | (bzr r2412)
* Completes fix for 980157. Markers in current document's defs is nowBryce Harrington2007-02-201-46/+87
| | | | | | | | | | | | shown in top of the marker dropdown menu. When you select a marker from the dropdown, all three menus are updated to show what you selected at the top. Note that to implement this, a marker cache is introduced, because otherwise the regeneration of the menus would be noticeably too slow. There is still a modest pause during the regeneration, but it's fairly reasonable on my machine. (bzr r2404)
* Moving cache management code from .h to .cpp.Bryce Harrington2007-02-201-17/+21
| | | | | Making the marker dropdowns static so they can be updated. (bzr r2403)
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-201-2/+1
| | | (bzr r2402)
* Partial fix for bug 980157.Bryce Harrington2007-02-201-61/+14
| | | | | | | | | | This commit disables the code that prevents stock markers from appearing at the top of the marker menu, as discussed in the bug report. Additionally, this patch factors out the pixmap rendering code, which is nearly identical to the rendering code in icon.cpp (and perhaps elsewhere). (bzr r2401)
* fix 1658088bulia byak2007-02-121-4/+4
| | | (bzr r2370)
* batch export checkboxbulia byak2007-02-121-71/+186
| | | (bzr r2369)
* fix warningbulia byak2007-02-111-1/+1
| | | (bzr r2367)
* Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-localJon Phillips2007-02-111-0/+4
| | | | | | GNOME-VFS URIs. We could do before on commandline, but this allows us to with the gui! Yeah! This is useful for the plans for webdav and Open Clip Art Library. (bzr r2357)
* comment for the futurebulia byak2007-01-251-0/+2
| | | (bzr r2288)
* listen to subselection-changed signal to reflect gradient stop opacitiesbulia byak2007-01-251-0/+1
| | | (bzr r2280)
* patch 1642531bulia byak2007-01-241-1/+1
| | | (bzr r2274)
* replacing sp_repr_new*Kees Cook2007-01-212-30/+51
| | | (bzr r2255)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-213-4/+6
| | | | | create methods to match DOM (bzr r2253)
* prevent self-induced firings of opacity-changed callback; fixes 1636968bulia byak2007-01-171-5/+2
| | | (bzr r2234)
* fix filter area clipping when blurring a squeezed objectbulia byak2007-01-161-1/+1
| | | (bzr r2221)
* patch 1632843bulia byak2007-01-111-1/+1
| | | (bzr r2178)
* Only evaluate stock markers if the inkscape:stockid tag is actuallyBryce Harrington2007-01-101-5/+7
| | | | | | defined. Fixes bug 1631906. (bzr r2170)
* Small edits to copyright info.Johan B. C. Engelen2007-01-061-2/+3
| | | (bzr r2139)