summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Connected two toolbar buttons with the associated verbsJasper van de Gronde2010-09-071-6/+12
* Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-3/+3
* CSS length attributes must have units.Tavmjong Bah2010-07-101-2/+2
* Added hidden preference to re-enable floating dialogs on problematic window m...Jon A. Cruz2010-07-021-1/+2
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-161-51/+0
* Added icons for Superscript and Subscript.Tavmjong Bah2010-06-071-2/+2
* "Fix" for bug #583593 (Default tool styles are not loaded for new users).Tavmjong Bah2010-06-071-6/+9
* Moved spray tool down, text tool up.Tavmjong Bah2010-06-051-4/+18
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-041-1/+129
* Flowed text does not support dx (kerning), dy, and rotation attributes.Tavmjong Bah2010-06-011-20/+36
* copyedit tooltipsbuliabyak2010-05-181-14/+14
* Add icons for line-height, letter-spacing, etc. to text toolbar.Tavmjong Bah2010-05-181-6/+12
* Text toolbar:Tavmjong Bah2010-05-161-0/+22
* A couple small bug fixes for new text toolbar widgets.Tavmjong Bah2010-05-151-60/+70
* Add dx (kerning), dy (vertical shifting), and rotate widgets toTavmjong Bah2010-05-141-3/+216
* Get rid of unneeded labels when the icons are self-explanatory.Tavmjong Bah2010-05-131-2/+2
* Add ability to set icons to insensitive. Used to disable "Justify"Tavmjong Bah2010-05-131-14/+23
* Unnecessary style selector removed from the Spray tool bar and preferences, a...Nicolas Dufour2010-04-281-3/+9
* inkscape-comboboxentry-action:Tavmjong Bah2010-04-271-6/+19
* some copyediting of labelsbuliabyak2010-04-271-6/+6
* Add alt-x shortcut to new text toolbar.Tavmjong Bah2010-04-241-6/+7
* Minor tweaks to text toolbar.Tavmjong Bah2010-04-231-4/+4
* Converted text toolbar to GTK toolbar.Tavmjong Bah2010-04-231-822/+928
* Second step in fixing changing of font faces.Tavmjong Bah2010-04-161-25/+74
* Leave uninitialized bools in preferences to the default 'false' value. Code s...Jon A. Cruz2010-04-121-1/+1
* Fixed state sync for node tool booleans. Addressing bug #426032.Jon A. Cruz2010-04-121-430/+378
* Correct calligraphic toggles getting out of sync with behavior.Jon A. Cruz2010-04-111-25/+88
* Fix "show handles" button state on Ctrl+HKrzysztof Kosi??ski2010-04-061-0/+27
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-1/+1
* Move new "NodesShow*" action to be with the existing ones on the toolbar.Jon A. Cruz2010-03-081-1/+1
* Restore node toolbar buttons that were just commented out. Fixes bug #534045.Jon A. Cruz2010-03-071-3/+3
* Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski2010-03-021-3/+3
* Disabled unfinished connection point edit mode. Added inkscape:connection-sta...Arcadie M. Cracan2010-02-211-3/+3
* Correcting statements collapsed to a single line.Jon A. Cruz2010-01-151-12/+36
* Warning cleanup.Jon A. Cruz2010-01-151-2/+2
* * Add "show transform handles" toggle button.Krzysztof Kosi??ski2010-01-141-9/+27
* Merge GSoC 2009 node tool rewriteKrzysztof Kosi??ski2010-01-141-143/+91
|\
| * Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski2010-01-141-1/+1
| * * Merge from trunkKrzysztof Kosi??ski2010-01-141-679/+1264
| |\
| * | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-143/+91
* | | Adding a 'widescreen' task.Jon A. Cruz2010-01-131-13/+50
| |/ |/|
* | Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz2010-01-121-8/+20
* | Enabling now that some have confirmed proper functionality on 64-bit.Jon A. Cruz2010-01-121-1/+1
* | Implemented dynamic repositioning of toolboxes.Jon A. Cruz2010-01-111-0/+2
* | Disable questioned code section.Jon A. Cruz2010-01-111-0/+28
* | Removed null'd use of icons.Jon A. Cruz2010-01-101-9/+1
* | Temporarily block out code giving problems on 64-bit.Jon A. Cruz2010-01-101-0/+4
* | Completed base code to flip toolbox orientation.Jon A. Cruz2010-01-101-8/+69
* | Avoid crash by uninitialized perspectives.Maximilian Albert2010-01-101-3/+3
* | Initial c++-ification of toolbox creation.Jon A. Cruz2010-01-091-38/+85