summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Spray:Nicolas Dufour2011-03-291-46/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Spray context code clean-up (coding style and unused code removal). * Shift+k and Shift+l shortcuts inverted to reflect the mode order on azerty and qwerty keyboards. * Up and down keys now modify the population parameter. * Tooltips and status messages consistency fixes. * Old Q_() context replaced with C_() context macro. * Fix default values error in the parameters sliders. * Initial fix for duplicate window parameters update (the pressure button now updates as expected). * Fix a bug when spraying with GDK_SCROLL_DOWN (population value was reset to 100). * Default selcue set to 1, default gradient drag set to 0. Eraser: * Reodering the eraser tool parameters for UI consistency. * Default mode set to Cut out a path, default width set to 10. (bzr r10132)
* | | | | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-46/+57
| | | | | | | | | | | | | | | (bzr r10060)
* | | | | Bucket. Lowering the maximum shrink value (see Bug #587769, Paint Bucket: ↵Nicolas Dufour2011-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Upper/lower value in context menu of Grow/shrink are unrealistic). (bzr r10057)
* | | | | Translations. Context removed in filter-enums (context support too complex ↵Nicolas Dufour2011-02-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | to be added here) and replaced with context in input and toolbox where needed. inkscape.pot and fr.po updated accordingly. (bzr r10030)
* | | | | update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | | | | | | | | | | (bzr r10025)
* | | | | check for element modification before filling undo stackAdib Taraben2010-12-301-36/+72
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/510618 (bzr r9991)
* | | | Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-73/+75
|\ \ \ \ | | | | | | | | | | (bzr r9945.1.1)
| * | | | SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * | | | New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-45/+45
| |/ / / | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | | | C++ cleanup on patch.Jon A. Cruz2010-12-021-14/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/665316 - https://launchpad.net/bugs/669537 (bzr r9932)
* | | | Fix Bug #669537 - crash when activating "snap to path"Adonis Papaderos2010-11-251-9/+10
| |_|/ |/| | | | | | | | | | | mode after changing stroke width (no focus-out-event) (bzr r9917.3.1)
* | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | | Cleanups from backports.Jon A. Cruz2010-10-291-2/+2
| | | | | | | | | (bzr r9863)
* | | Connected two toolbar buttons with the associated verbsJasper van de Gronde2010-09-071-6/+12
| | | | | | | | | (bzr r9747)
* | | Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-3/+3
| |/ |/| | | (bzr r9745)
* | CSS length attributes must have units.Tavmjong Bah2010-07-101-2/+2
| | | | | | (bzr r9605)
* | Added hidden preference to re-enable floating dialogs on problematic window ↵Jon A. Cruz2010-07-021-1/+2
|/ | | | | managers. (bzr r9557)
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-161-51/+0
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503)
* Added icons for Superscript and Subscript.Tavmjong Bah2010-06-071-2/+2
| | | (bzr r9490)
* "Fix" for bug #583593 (Default tool styles are not loaded for new users).Tavmjong Bah2010-06-071-6/+9
| | | | | | (Call sp_desktop_set_style() with write_current = false.) Tweak superscript/subscript shifts/sizes. (bzr r9489)
* Moved spray tool down, text tool up.Tavmjong Bah2010-06-051-4/+18
| | | (bzr r9479)
* Add support for baseline-shift attribute (all possible values).Tavmjong Bah2010-06-041-1/+129
| | | | | | | | Add superscript and subscript support to Text toolbar. Missing icons for superscript and subscript. Known bug: adding a character to a superscript or subscript text string resets baseline-shift attribute. (bzr r9475)
* Flowed text does not support dx (kerning), dy, and rotation attributes.Tavmjong Bah2010-06-011-20/+36
| | | | | Disable corresponding widgets if flowed text selected. (bzr r9468)
* copyedit tooltipsbuliabyak2010-05-181-14/+14
| | | (bzr r9428)
* Add icons for line-height, letter-spacing, etc. to text toolbar.Tavmjong Bah2010-05-181-6/+12
| | | | | Include units in tooltips. (bzr r9427)
* Text toolbar:Tavmjong Bah2010-05-161-0/+22
| | | | | | | | Write out deprecated sodipodi:linespacing attribute (otherwise new line-height value gets overwritten by old linespacing value if text duplicated). "Fixes" 575829. Add calls to sp_document_maybe_done for dx, dy, rotate attributes. (bzr r9424)
* A couple small bug fixes for new text toolbar widgets.Tavmjong Bah2010-05-151-60/+70
| | | (bzr r9420)
* Add dx (kerning), dy (vertical shifting), and rotate widgets toTavmjong Bah2010-05-141-3/+216
| | | | | text toolbar along with routines needed by them. (bzr r9417)
* Get rid of unneeded labels when the icons are self-explanatory.Tavmjong Bah2010-05-131-2/+2
| | | (bzr r9410)
* Add ability to set icons to insensitive. Used to disable "Justify"Tavmjong Bah2010-05-131-14/+23
| | | | | button for non-flowed text in text-tool toolbar. (bzr r9408)
* Unnecessary style selector removed from the Spray tool bar and preferences, ↵Nicolas Dufour2010-04-281-3/+9
| | | | | and string disambiguation. (bzr r9386)
* inkscape-comboboxentry-action:Tavmjong Bah2010-04-271-6/+19
| | | | | | | | | Add option to add extra width to GtkComboBox. Add names to widgets so styles can be set with RC files. toolbox.cpp: Add extra width to font-family GtkComboBox. Change style of font-family drop-down from menu to list. (bzr r9384)
* some copyediting of labelsbuliabyak2010-04-271-6/+6
| | | (bzr r9383)
* Add alt-x shortcut to new text toolbar.Tavmjong Bah2010-04-241-6/+7
| | | (bzr r9369)
* Minor tweaks to text toolbar.Tavmjong Bah2010-04-231-4/+4
| | | (bzr r9366)
* Converted text toolbar to GTK toolbar.Tavmjong Bah2010-04-231-822/+928
| | | | | | | | | | | Moved Bold and Italics buttons to group font items together. Added items for line-height, word-spacing, and letter-spacing. Added ink-comboboxentry-action to wrap a GtkComboBoxEntry widget: Options: Pop-up completion menu. Use of external cell_data_func for formatting (e.g. font preview). Adjustable GtkEntry width. Display warning icon/tooltip if entry isn't in list. (bzr r9365)
* Second step in fixing changing of font faces.Tavmjong Bah2010-04-161-25/+74
| | | (bzr r9340)
* Leave uninitialized bools in preferences to the default 'false' value. Code ↵Jon A. Cruz2010-04-121-1/+1
| | | | | should initialize those explicitly and not count on GUI widgets to do so. (bzr r9318)
* Fixed state sync for node tool booleans. Addressing bug #426032.Jon A. Cruz2010-04-121-430/+378
| | | (bzr r9316)
* Correct calligraphic toggles getting out of sync with behavior.Jon A. Cruz2010-04-111-25/+88
| | | (bzr r9311)
* Fix "show handles" button state on Ctrl+HKrzysztof Kosi??ski2010-04-061-0/+27
| | | (bzr r9299)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-1/+1
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Move new "NodesShow*" action to be with the existing ones on the toolbar.Jon A. Cruz2010-03-081-1/+1
| | | (bzr r9162)
* Restore node toolbar buttons that were just commented out. Fixes bug #534045.Jon A. Cruz2010-03-071-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/534045 (bzr r9161)
* Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski2010-03-021-3/+3
| | | | | preserves the shape (bzr r9130)
* Disabled unfinished connection point edit mode. Added ↵Arcadie M. Cracan2010-02-211-3/+3
| | | | | inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored). (bzr r9103.1.1)
* Correcting statements collapsed to a single line.Jon A. Cruz2010-01-151-12/+36
| | | (bzr r8985)
* Warning cleanup.Jon A. Cruz2010-01-151-2/+2
| | | (bzr r8981)
* * Add "show transform handles" toggle button.Krzysztof Kosi??ski2010-01-141-9/+27
| | | | | | * Transform handle mode switching similar to selector tool, when node transform handles are visible. (bzr r8846.2.18)
* Merge GSoC 2009 node tool rewriteKrzysztof Kosi??ski2010-01-141-143/+91
|\ | | | | (bzr r8976)