| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix 1777084 | bulia byak | 2007-08-20 | 1 | -0/+7 |
| | | | | (bzr r3545) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 1 | -3/+3 |
| | | | | | | 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 | 1 | -3/+3 |
| | | | | (bzr r3114) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+2 |
| | | | | (bzr r2723) | ||||
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 1 | -41/+60 |
| | | | | (bzr r2538) | ||||
| * | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 2007-03-04 | 1 | -58/+39 |
| | | | | | | rect handling, though) (bzr r2536) | ||||
| * | 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) | ||||
| * | Only evaluate stock markers if the inkscape:stockid tag is actually | Bryce Harrington | 2007-01-10 | 1 | -5/+7 |
| | | | | | | | defined. Fixes bug 1631906. (bzr r2170) | ||||
| * | Fix 1516933 (text stroke crash inkscape) | gustav_b | 2006-12-31 | 1 | -0/+3 |
| | | | | (bzr r2112) | ||||
| * | Marker menus now display custom markers in a document that are present | Bryce Harrington | 2006-12-07 | 1 | -46/+73 |
| | | | | | | | | when the document is loaded. The menus won't update with new markers, though, and there's a couple other issues that need to be addressed before its 100% reliable. (bzr r2080) | ||||
| * | Renaming sp-marker.* to marker.* | Bryce Harrington | 2006-12-06 | 1 | -1/+1 |
| | | | | (bzr r2077) | ||||
| * | Documenting all routines in stroke-style.cpp | Bryce Harrington | 2006-11-27 | 1 | -8/+111 |
| | | | | (bzr r2043) | ||||
| * | undo annotations | bulia byak | 2006-10-10 | 1 | -10/+10 |
| | | | | (bzr r1793) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -1/+1 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -1/+1 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -9/+18 |
| | | | | (bzr r1315) | ||||
| * | replace nr_new() with g_new(), and try to converge on using the glib ↵ | MenTaLguY | 2006-05-28 | 1 | -2/+3 |
| | | | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -16/+16 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 2006-04-06 | 1 | -1/+1 |
| | | | | (bzr r439) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1726 |
| (bzr r1) | |||||
