summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent ↵Johan B. C. Engelen2008-01-091-1/+1
| | | | | name clash on windows compile. (bzr r4437)
* Enable 3D box toolbarMaximilian Albert2008-01-081-259/+280
| | | (bzr r4436)
* noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left ↵Maximilian Albert2008-01-061-1/+0
| | | | | over from copy & paste (bzr r4405)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-16/+82
| | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-100/+157
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Warning cleanupJon A. Cruz2007-12-081-162/+0
| | | (bzr r4192)
* Removed conditional GTK+ < 2.6.0 code since 2.8.0 has been a requirement for ↵Jon A. Cruz2007-12-061-11/+0
| | | | | almost a year (bzr r4184)
* Warning cleanupJon A. Cruz2007-12-061-2/+1
| | | (bzr r4183)
* Add unit selector for node coordinate entriesMaximilian Albert2007-12-051-8/+36
| | | (bzr r4181)
* Always set coord entry fields inactive when switching to the node toolMaximilian Albert2007-12-051-0/+4
| | | (bzr r4179)
* Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool.Johan B. C. Engelen2007-12-051-0/+18
| | | (bzr r4177)
* Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 ↵Maximilian Albert2007-12-051-49/+184
| | | | | and #172113) (bzr r4174)
* Implemented use of "short_label" for toolbar items.Jon A. Cruz2007-12-041-165/+191
| | | | | Fixes bug #168826. (bzr r4167)
* make the order of buttons the same as that of menu commandsbulia byak2007-11-161-4/+4
| | | (bzr r4089)
* store paint bucket offset units in preferences to work around toolbar ↵John Bintz2007-11-011-3/+4
| | | | | initialization issue (bzr r4000)
* keep family list open when font is selectedMenTaLguY2007-10-051-3/+2
| | | (bzr r3835)
* * Marking empty strings as non-translatableLuca Bruno2007-09-131-12/+12
| | | (bzr r3742)
* add select all, select all in all layers, deselect to selector toolbarbulia byak2007-09-111-0/+4
| | | (bzr r3719)
* ensure select-one labels in tweak and paintbucketbulia byak2007-09-101-10/+10
| | | (bzr r3712)
* rearrange, disable fidelity for color modesbulia byak2007-09-101-2/+8
| | | (bzr r3705)
* reorder widgets for better logical groupingbulia byak2007-09-101-5/+6
| | | (bzr r3704)