summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-06Automatically add shortcuts to tooltipsJasper van de Gronde1-3/+3
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-1/+1
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-2/+2
2010-07-10CSS length attributes must have units.Tavmjong Bah1-2/+2
2010-07-02Added hidden preference to re-enable floating dialogs on problematic window m...Jon A. Cruz1-1/+2
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-45/+45
2010-06-16Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz1-51/+0
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-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-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-1/+1
2010-03-08Move new "NodesShow*" action to be with the existing ones on the toolbar.Jon A. Cruz1-1/+1
2010-03-07Restore node toolbar buttons that were just commented out. Fixes bug #534045.Jon A. Cruz1-3/+3
2010-03-02Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski1-3/+3
2010-02-21Disabled unfinished connection point edit mode. Added inkscape:connection-sta...Arcadie M. Cracan1-3/+3
2010-01-15Correcting statements collapsed to a single line.Jon A. Cruz1-12/+36
2010-01-15Warning cleanup.Jon A. Cruz1-2/+2
2010-01-14* Add "show transform handles" toggle button.Krzysztof Kosi??ski1-9/+27
2010-01-14Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski1-1/+1
2010-01-13Adding a 'widescreen' task.Jon A. Cruz1-13/+50
2010-01-12Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz1-8/+20
2010-01-12Enabling now that some have confirmed proper functionality on 64-bit.Jon A. Cruz1-1/+1
2010-01-11Implemented dynamic repositioning of toolboxes.Jon A. Cruz1-0/+2
2010-01-11Disable questioned code section.Jon A. Cruz1-0/+28
2010-01-10Removed null'd use of icons.Jon A. Cruz1-9/+1
2010-01-10Temporarily block out code giving problems on 64-bit.Jon A. Cruz1-0/+4
2010-01-10Completed base code to flip toolbox orientation.Jon A. Cruz1-8/+69
2010-01-10Avoid crash by uninitialized perspectives.Maximilian Albert1-3/+3
2010-01-09Initial c++-ification of toolbox creation.Jon A. Cruz1-38/+85
2010-01-07Added UXManager. Cleaning up toolbox creation.Jon A. Cruz1-56/+48