| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Killed old, now obsolete, object-properties (a.k.a F&S) dialog. | gustav_b | 2007-09-20 | 1 | -477/+0 |
| | | | | (bzr r3782) | ||||
| * | 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) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 1 | -1/+1 |
| | | | | | | 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 | -1/+1 |
| | | | | (bzr r3114) | ||||
| * | initial filter UI code drop from Nick | MenTaLguY | 2007-06-24 | 1 | -65/+78 |
| | | | | (bzr r3095) | ||||
| * | Using the blur slider no longer destroys filters already applied to the object | Niko Kiirala | 2007-06-23 | 1 | -2/+2 |
| | | | | (bzr r3086) | ||||
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -9/+15 |
| | | | | | | recent bbox regressions. (bzr r2604) | ||||
| * | 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 1632843 | bulia byak | 2007-01-11 | 1 | -1/+1 |
| | | | | (bzr r2178) | ||||
| * | non-gtkmm dialogs are now always opened ON-screen | Johan B. C. Engelen | 2006-11-27 | 1 | -7/+10 |
| | | | | (bzr r2045) | ||||
| * | add % to the blur/opacity labels | bulia byak | 2006-11-19 | 1 | -2/+2 |
| | | | | (bzr r1989) | ||||
| * | workaround for crash 1580903 and several other issues caused by GTK's ↵ | bulia byak | 2006-10-26 | 1 | -1/+15 |
| | | | | | | braindead behavior exposed by display interruptibility (bzr r1866) | ||||
| * | fix crash: when closing a document, the selection we're passed as argument ↵ | bulia byak | 2006-10-24 | 1 | -1/+1 |
| | | | | | | may be not the one of the active desktop, so use SP_ACTIVE_DESKTOP instead (bzr r1851) | ||||
| * | simplify by using the new API | bulia byak | 2006-10-23 | 1 | -4/+1 |
| | | | | (bzr r1840) | ||||
| * | make blur slider a percentage; change opacity to 1..100 as well; ensure the ↵ | bulia byak | 2006-10-20 | 1 | -15/+22 |
| | | | | | | filter margins are at least twice the blur radius (bzr r1817) | ||||
| * | undo annotations | bulia byak | 2006-10-10 | 1 | -3/+3 |
| | | | | (bzr r1793) | ||||
| * | cleanup, use the new APIs | bulia byak | 2006-10-07 | 1 | -72/+8 |
| | | | | (bzr r1776) | ||||
| * | simplify style-querying for blur radius; move Blur slider above Opacity, cleanup | bulia byak | 2006-10-04 | 1 | -44/+38 |
| | | | | (bzr r1766) | ||||
| * | Fixed a crash in modifying filter parameters in XML editor. | Niko Kiirala | 2006-08-25 | 1 | -3/+1 |
| | | | | | | Fixed filters not appearing, when a file with filters is loaded. (bzr r1638) | ||||
| * | 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) | ||||
| * | Object groups can be blurred. Blur slider updates when selection changes. ↵ | Hugo Rodrigues | 2006-08-20 | 1 | -22/+51 |
| | | | | | | Comments added/fixed. (bzr r1622) | ||||
| * | Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵ | Hugo Rodrigues | 2006-08-14 | 1 | -41/+51 |
| | | | | | | Fixed sp-object-repr.cpp typos (bzr r1598) | ||||
| * | Added skeleton files for other filter primitives' SP-objects. Added blur ↵ | Hugo Rodrigues | 2006-08-02 | 1 | -0/+143 |
| | | | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -1/+2 |
| | | | | (bzr r1315) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -1/+1 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | Shrunk a few icon sizes. | Jon A. Cruz | 2006-04-08 | 1 | -1/+1 |
| | | | | (bzr r457) | ||||
| * | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 2006-04-06 | 1 | -1/+1 |
| | | | | (bzr r439) | ||||
| * | make sure only positive dialog positions are read from preferences, fixes ↵ | Ralf Stephan | 2006-02-24 | 1 | -0/+4 |
| | | | | | | #1290647 (bzr r180) | ||||
| * | make sure no negative dialog position is written into preferences, | Ralf Stephan | 2006-02-24 | 1 | -0/+3 |
| | | | | | | part of fix for #1290647 (bzr r178) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+318 |
| (bzr r1) | |||||
