| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix 1777084 | bulia byak | 2007-08-20 | 1 | -0/+7 |
| | | | | (bzr r3545) | ||||
| * | Rolled back a couple of nasties from a bad patch...oops! Added author of the | Jon Phillips | 2007-08-14 | 1 | -19/+1 |
| | | | | | | last code, Jason Kivlighn from his patch to fix cc namespacing... (bzr r3465) | ||||
| * | Applied patches for default metadata and for fix on creative commons namespace. | Jon Phillips | 2007-08-14 | 1 | -51/+69 |
| | | | | (bzr r3464) | ||||
| * | Filter effects: | Nicholas Bishop | 2007-08-08 | 1 | -3/+1 |
| | | | | | | * Removed the "Filter" option from the Blend mode combobox in the Fill and Stroke dialog. (bzr r3419) | ||||
| * | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 2007-07-11 | 1 | -1/+2 |
| | | | | | | (patch by gbanaszk) (bzr r3227) | ||||
| * | Fixed broken Shift+LeftClick to set stroke function | Joel Holdsworth | 2007-07-05 | 1 | -1/+3 |
| | | | | (bzr r3187) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 4 | -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 properly | bulia byak | 2007-06-27 | 4 | -7/+7 |
| | | | | (bzr r3114) | ||||
| * | initial filter UI code drop from Nick | MenTaLguY | 2007-06-24 | 1 | -65/+78 |
| | | | | (bzr r3095) | ||||
| * | merge OpenFont license support | MenTaLguY | 2007-06-24 | 1 | -0/+18 |
| | | | | (bzr r3094) | ||||
| * | Right clicking on the swatch now correctly sets the outline colour. | Joel Holdsworth | 2007-06-24 | 1 | -18/+23 |
| | | | | (bzr r3091) | ||||
| * | Using the blur slider no longer destroys filters already applied to the object | Niko Kiirala | 2007-06-23 | 1 | -2/+2 |
| | | | | (bzr r3086) | ||||
| * | Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵ | Peter Moulder | 2007-06-21 | 1 | -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 Moulder | 2007-05-23 | 1 | -1/+7 |
| | | | | | | GEOMETRIC_BBOX, as requested in bug #1722238. (bzr r3036) | ||||
| * | removed the software-only licenses which are not legally clear for ↵ | Jon Phillips | 2007-04-04 | 1 | -20/+0 |
| | | | | | | content/artwork, note, they still work, just not giving ppl. the wrong choices in UI (bzr r2819) | ||||
| * | fix 1516323 | bulia byak | 2007-04-01 | 1 | -1/+1 |
| | | | | (bzr r2808) | ||||
| * | make rotations, scales and flips work with the object's rotation axis | bulia byak | 2007-03-31 | 1 | -11/+21 |
| | | | | (bzr r2795) | ||||
| * | move extension adding to the right place so it's added on export, not on browse | bulia byak | 2007-03-25 | 1 | -38/+41 |
| | | | | (bzr r2754) | ||||
| * | patch from Gail to add justify button to text dialog (bug 1679367) | bulia byak | 2007-03-25 | 1 | -3/+32 |
| | | | | (bzr r2753) | ||||
| * | updated creative commons licenses to 3.0 and fixed public domain uri | Jon Phillips | 2007-03-24 | 1 | -7/+7 |
| | | | | (bzr r2750) | ||||
| * | fix the combination of P4+ symmetries with exponent | bulia byak | 2007-03-23 | 1 | -14/+11 |
| | | | | (bzr r2743) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 2 | -2/+3 |
| | | | | (bzr r2723) | ||||
| * | add required includes for gcc 4.3 and fix a const issue -- patch #1675635 | MenTaLguY | 2007-03-18 | 1 | -0/+1 |
| | | | | | | from mellum (Falk Hueffner) (bzr r2696) | ||||
| * | fix 64-bit issues with width of npos -- patch #1675697 from mellum | MenTaLguY | 2007-03-18 | 1 | -6/+6 |
| | | | | | | (Falk Hueffner) (bzr r2695) | ||||
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 3 | -15/+21 |
| | | | | | | recent bbox regressions. (bzr r2604) | ||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -19/+15 |
| | | | | (bzr r2596) | ||||
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 4 | -103/+161 |
| | | | | (bzr r2538) | ||||
| * | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 2007-03-04 | 4 | -77/+56 |
| | | | | | | rect handling, though) (bzr r2536) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -1/+1 |
| | | | | (bzr r2472) | ||||
| * | refactor sp_svg_transform_write to return a dynamically-allocated string | MenTaLguY | 2007-02-28 | 1 | -6/+3 |
| | | | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466) | ||||
| * | add 'hide all except selected' checkbox | bulia byak | 2007-02-25 | 1 | -5/+28 |
| | | | | (bzr r2429) | ||||
| * | fix crash when tracing with too small clones | bulia byak | 2007-02-24 | 1 | -1/+2 |
| | | | | (bzr r2423) | ||||
| * | fix crash when tracing with too small clones | bulia byak | 2007-02-24 | 1 | -0/+4 |
| | | | | (bzr r2422) | ||||
| * | Disabling transientize callback - it's currently causing some data loss | Bryce Harrington | 2007-02-23 | 1 | -9/+11 |
| | | | | | | when switching between windows. (bzr r2419) | ||||
| * | When selecting 'none', the marker wasn't getting removed from the line. | Bryce Harrington | 2007-02-23 | 1 | -30/+47 |
| | | | | | | This fixes that. (bzr r2418) | ||||
| * | Adjusting how items in the marker menu are selected, so the recently | Bryce Harrington | 2007-02-21 | 1 | -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 the | Bryce Harrington | 2007-02-21 | 1 | -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 menus | Bryce Harrington | 2007-02-21 | 1 | -24/+24 |
| | | | | (bzr r2412) | ||||
| * | Completes fix for 980157. Markers in current document's defs is now | Bryce Harrington | 2007-02-20 | 1 | -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 Harrington | 2007-02-20 | 1 | -17/+21 |
| | | | | | | Making the marker dropdowns static so they can be updated. (bzr r2403) | ||||
| * | Moving functions from svg_preview_cache.h to a new .cpp | Bryce Harrington | 2007-02-20 | 1 | -2/+1 |
| | | | | (bzr r2402) | ||||
| * | Partial fix for bug 980157. | Bryce Harrington | 2007-02-20 | 1 | -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 1658088 | bulia byak | 2007-02-12 | 1 | -4/+4 |
| | | | | (bzr r2370) | ||||
| * | batch export checkbox | bulia byak | 2007-02-12 | 1 | -71/+186 |
| | | | | (bzr r2369) | ||||
| * | fix warning | bulia byak | 2007-02-11 | 1 | -1/+1 |
| | | | | (bzr r2367) | ||||
| * | Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local | Jon Phillips | 2007-02-11 | 1 | -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 future | bulia byak | 2007-01-25 | 1 | -0/+2 |
| | | | | (bzr r2288) | ||||
| * | listen to subselection-changed signal to reflect gradient stop opacities | bulia byak | 2007-01-25 | 1 | -0/+1 |
| | | | | (bzr r2280) | ||||
| * | patch 1642531 | bulia byak | 2007-01-24 | 1 | -1/+1 |
| | | | | (bzr r2274) | ||||
| * | replacing sp_repr_new* | Kees Cook | 2007-01-21 | 2 | -30/+51 |
| | | | | (bzr r2255) | ||||
