summaryrefslogtreecommitdiffstats
path: root/src/widgets (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-24Fix for bug #362995 (Default Units in Document Properties ignored).Nicolas Dufour1-2/+37
2010-09-15Prevent opacity slider changes from going into undo as separate items. Fixes ...Jon A. Cruz1-15/+12
2010-09-12Stop overrun.Jon A. Cruz1-4/+0
2010-09-07Connected two toolbar buttons with the associated verbsJasper van de Gronde1-6/+12
2010-09-06Automatically add shortcuts to tooltipsJasper van de Gronde2-6/+8
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour3-19/+6
2010-07-18Correcting black gradient stops when swatches are set or drug.Jon A. Cruz1-27/+10
2010-07-18Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz1-27/+10
2010-07-10CSS length attributes must have units.Tavmjong Bah1-2/+2
2010-07-07Revert device-color for now.Jon A. Cruz1-20/+6
2010-07-07Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz5-44/+67
2010-07-04Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2-28/+26
2010-07-03Create only single-stop gradients when using Fill-n-Stroke to convert solid t...Jon A. Cruz1-7/+11
2010-07-02Added hidden preference to re-enable floating dialogs on problematic window m...Jon A. Cruz1-1/+2
2010-07-02Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz2-1/+6
2010-06-28Partial C++-ification of SPGradientJon A. Cruz6-17/+17
2010-06-17Disable edit dialog when custom swatch is edited in fill-n-stroke. Addressing...Jon A. Cruz1-18/+27
2010-06-16Fix crash when bringing up F&S dialog with the CMS picker as default when an ...Jon A. Cruz1-1/+2
2010-06-16Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2-54/+3
2010-06-07Added icons for Superscript and Subscript.Tavmjong Bah1-2/+2
2010-06-07"Fix" for bug #583593 (Default tool styles are not loaded for new users).Tavmjong Bah1-6/+9
2010-06-05Moved spray tool down, text tool up.Tavmjong Bah1-4/+18
2010-06-04Add support for baseline-shift attribute (all possible values).Tavmjong Bah1-1/+129
2010-06-01Flowed text does not support dx (kerning), dy, and rotation attributes.Tavmjong Bah1-20/+36
2010-05-18copyedit tooltipsbuliabyak1-14/+14
2010-05-18Add icons for line-height, letter-spacing, etc. to text toolbar.Tavmjong Bah1-6/+12
2010-05-16Text toolbar:Tavmjong Bah1-0/+22
2010-05-15A couple small bug fixes for new text toolbar widgets.Tavmjong Bah1-60/+70
2010-05-14Add dx (kerning), dy (vertical shifting), and rotate widgets toTavmjong Bah1-3/+216
2010-05-13Get rid of unneeded labels when the icons are self-explanatory.Tavmjong Bah1-2/+2
2010-05-13Add ability to set icons to insensitive. Used to disable "Justify"Tavmjong Bah1-14/+23
2010-04-29moved some marshalling functions to generic glib callsNathan Hurst1-1/+1
2010-04-28Unnecessary style selector removed from the Spray tool bar and preferences, a...Nicolas Dufour1-3/+9
2010-04-27inkscape-comboboxentry-action:Tavmjong Bah1-6/+19
2010-04-27some copyediting of labelsbuliabyak1-6/+6
2010-04-24Add alt-x shortcut to new text toolbar.Tavmjong Bah1-6/+7
2010-04-23Minor tweaks to text toolbar.Tavmjong Bah1-4/+4
2010-04-23Converted text toolbar to GTK toolbar.Tavmjong Bah1-822/+928
2010-04-16Second step in fixing changing of font faces.Tavmjong Bah1-25/+74
2010-04-12Leave uninitialized bools in preferences to the default 'false' value. Code s...Jon A. Cruz1-1/+1
2010-04-12Fixed state sync for node tool booleans. Addressing bug #426032.Jon A. Cruz1-430/+378
2010-04-11Correct calligraphic toggles getting out of sync with behavior.Jon A. Cruz1-25/+88
2010-04-06Fix "show handles" button state on Ctrl+HKrzysztof Kosi??ski1-0/+27
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-4/+4
2010-04-04Turn off debugging.Jon A. Cruz1-1/+1
2010-04-03Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski1-4/+4
2010-03-30Fix logic to avoid too many updates while dragging color sliders. Fixes bug# ...Jon A. Cruz1-19/+57
2010-03-29Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ...Jon A. Cruz5-62/+94
2010-03-28Phase 3 - Convert to C++ class, but still using C-style callbacks and signals.Jon A. Cruz3-130/+161
2010-03-27Phase 2b - remove use of SPWidget and wire signals directly.Jon A. Cruz1-76/+37