summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tolerance => smoothing, add presetsbulia byak2008-07-091-5/+6
| | | (bzr r6243)
* Use icons in tool overflow menu now that stock icon hook is inJon A. Cruz2008-07-071-1/+6
| | | (bzr r6201)
* fix 245960, switch most of the rest of calligraphic controls to 0..100bulia byak2008-07-071-28/+28
| | | (bzr r6199)
* Warning cleanupJon A. Cruz2008-07-051-7/+7
| | | (bzr r6163)
* Add new shape 'crescendo' in dropdown box of pen toolMaximilian Albert2008-07-031-0/+1
| | | (bzr r6129)
* First shot at a dropdown selector for various shapes in pen/pencil tool, ↵Maximilian Albert2008-07-031-0/+56
| | | | | | | along the lines of Valerie's blueprint. TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text (bzr r6127)
* Use hscale instead of scalebutton by defaultJon A. Cruz2008-07-021-4/+0
| | | (bzr r6116)
* Adding use of GtkScaleButton when availableJon A. Cruz2008-07-011-9/+14
| | | (bzr r6105)
* make use of slidersbulia byak2008-06-301-10/+16
| | | (bzr r6104)
* Initial cut of sliders in toolbarsJon A. Cruz2008-06-301-35/+38
| | | (bzr r6096)
* Fixed i18n for overflow menu items.Jon A. Cruz2008-06-301-1/+1
| | | (bzr r6095)
* remove unused functionbulia byak2008-06-281-44/+0
| | | (bzr r6083)
* warning cleanupFelipe Corr??a da Silva Sanches2008-06-221-11/+5
| | | (bzr r6024)
* Changed tools toolbar to use stock GtkToolbar via simple wrapper actions.Jon A. Cruz2008-06-191-44/+225
| | | | | | | Fixes bug #166862. Fixes bug #168677. Fixes bug #168648. (bzr r6000)
* Fixed tool tooltipsJon A. Cruz2008-06-181-17/+19
| | | (bzr r5982)
* Conversion to toolbars and preserve size upon undockJon A. Cruz2008-06-181-60/+83
| | | (bzr r5981)
* patch 188381 for tolerance control on pencilbulia byak2008-06-141-2/+115
| | | (bzr r5942)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-8/+8
| | | (bzr r5884)
* Add 'Mode' label and icon for regular Bezier mode in pen/pencil toolbarMaximilian Albert2008-06-081-17/+64
| | | (bzr r5854)
* marked forgotten translatable messageAlexandre Prokoudine2008-06-041-1/+1
| | | (bzr r5804)
* New 'spiro spline mode' in pen/pencil tool which automatically adds the ↵Maximilian Albert2008-06-041-5/+29
| | | | | spiro spline LPE to newly drawn paths (bzr r5800)
* Initial cut of eraser toolJon A. Cruz2008-04-261-0/+87
| | | (bzr r5524)
* Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug ↵Jon A. Cruz2008-04-251-41/+58
| | | | | #221676. (bzr r5514)
* i18n: Added some comments for translators.Marcin Floryan2008-04-151-0/+4
| | | (bzr r5449)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-11/+11
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* make delete-preserving-shape the default used by the toolbar delete buttonbulia byak2008-04-101-1/+1
| | | (bzr r5405)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-3/+2
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* node tool: more logical grouping of buttons, copyedit of tooltipsbulia byak2008-03-261-14/+16
| | | (bzr r5193)
* Really fix compile (patch by Krzysztof Kosiński)Maximilian Albert2008-03-221-1/+1
| | | (bzr r5154)
* The header for calligraphic rename is in dialogs, not widgets. Quick fix to ↵JiHO2008-03-211-1/+1
| | | | | get HEAD compiling. (bzr r5145)
* Added dialog to name new calligraphicAubanel Monnier2008-03-211-24/+40
| | | | | profiles (bzr r5142)
* More woke on calligraaphic presets:Aubanel Monnier2008-03-191-60/+148
| | | | | | | | | | | | | | | | Added a No Preset entry Made save button and save functionality Changing settings swithces back the preset combo to No Preset Internals: added several functions in pref-utils: add child-pref, get list of children, number of children added a function to retrieve the model from egeActioSelectOne Todos: when a profile is selected, the save button should be a delete button that deletes the current profile find a way to (re)name new profiles find a way to get unique ids (are ids mandatory in preferences anyway ?) (bzr r5125)
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-4/+4
| | | (bzr r5122)
* move edit clippath/mask commands to the node toolbar, disable them when not ↵bulia byak2008-03-181-11/+111
| | | | | relevant (bzr r5113)
* calligraphic profiles are now read from the preferencesAubanel Monnier2008-03-141-115/+54
| | | | | | TODO1: Fix problem on init (Should react on the set signal instead of change but cannot find if such a signal exists) TODO2: Find a way to display svg icons in the combo box and add a property icon_id in configuration (bzr r5088)
* calligraphic presetsAubanel Monnier2008-03-131-21/+114
| | | (bzr r5083)
* dropper modes: replace undecipherable icons with text labelsbulia byak2008-03-121-4/+13
| | | (bzr r5061)
* Warning cleanupJon A. Cruz2008-02-281-30/+30
| | | (bzr r4891)
* Fix LP #194718Maximilian Albert2008-02-231-2/+2
| | | (bzr r4836)
* * on-canvas clip and mask editing :) in the object menu you can find how to ↵Johan B. C. Engelen2008-02-231-0/+19
| | | | | | | edit them. * show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) (bzr r4834)
* Changed how tooltips for verbs are fetched to display translated versions ↵Marcin Floryan2008-02-221-1/+1
| | | | | correctly in the toolbox. Closes #169103. (bzr r4822)
* make the font family drop-down a little less flakeybulia byak2008-02-161-14/+40
| | | (bzr r4740)
* * Localization for menubar tooltips, patch by Marcin Floryan (closes: #169103)Luca Bruno2008-02-101-1/+1
| | | (bzr r4690)
* fix 189661bulia byak2008-02-061-1/+3
| | | (bzr r4669)
* Fix for LP #168959 as per John Cliff's 'patch' in the bug trackerMaximilian Albert2008-02-021-1/+4
| | | (bzr r4637)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* further fixes to font size combo: activate on defocus except when caused by ↵bulia byak2008-01-281-4/+36
| | | | | esc; parse the value and serialize it back per css rules for setting style only if parsed successfully, to prevent corruption by bogus or empty values (bzr r4608)
* fix 168397 and other font size combo bugsbulia byak2008-01-271-23/+33
| | | (bzr r4607)
* remove the strutsbulia byak2008-01-111-13/+0
| | | (bzr r4456)
* Fix for Bug #181663 (Font style errors / assert when changing style)Gail Carmichael2008-01-101-6/+38
| | | | | | - I didn't see the problem described in the main part, but the assert was overzealous and, in my new opinion, shouldn't be there, so it's gone. - Fixed other style button problems mentioned in comments. (bzr r4453)