summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-183-69/+98
| | | (bzr r5981)
* patch 188381 for tolerance control on pencilbulia byak2008-06-141-2/+115
| | | (bzr r5942)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* 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)
* Added preferences for controlling external image editing and reload.Jon A. Cruz2008-05-181-1/+2
| | | | | Fixes bug #171824. (bzr r5687)
* Fixed warnings from deprecated functionJon A. Cruz2008-05-184-28/+34
| | | (bzr r5686)
* Added external image edit launch and refresh on changedJon A. Cruz2008-05-171-7/+16
| | | (bzr r5685)
* Warning cleanupJon A. Cruz2008-05-172-5/+5
| | | (bzr r5682)
* Warning cleanupJon A. Cruz2008-05-101-2/+2
| | | (bzr r5645)
* Updating deprecated type calls.Jon A. Cruz2008-05-066-80/+103
| | | (bzr r5617)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-042-2/+2
| | | (bzr r5594)
* 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-253-53/+71
| | | | | #221676. (bzr r5514)
* use the user-specified bounding box typebulia byak2008-04-171-2/+8
| | | (bzr r5460)
* 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)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-64/+64
| | | (bzr r5379)
* Enable/disable selection tools to match selectionJon A. Cruz2008-04-051-13/+35
| | | (bzr r5353)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-5/+0
| | | (bzr r5299)
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-2/+2
| | | (bzr r5265)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-301-0/+65
| | | | | minimal checking was done with existing Makefile_insert (bzr r5241)
* - 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)
* Major overhaul of the selector tool's internals to improve handling of ↵Diederik van Lierop2008-03-251-1/+2
| | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189)
* warning cleanupJon A. Cruz2008-03-221-1/+1
| | | (bzr r5163)
* Line-end fixupsJon A. Cruz2008-03-222-155/+155
| | | (bzr r5161)
* Really fix compile (patch by Krzysztof Kosiński)Maximilian Albert2008-03-224-1/+158
| | | (bzr r5154)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-212-10/+6
| | | (bzr r5149)
* 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)
* Warning cleanupJon A. Cruz2008-03-151-1/+1
| | | (bzr r5097)
* Refactor color wheel triangle draw codeJohn Bintz2008-03-151-113/+63
| | | (bzr r5093)
* 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)
* Move 3D box code out of sp-canvas.cppMaximilian Albert2008-03-091-0/+4
| | | (bzr r5008)
* add basic support for preserving processing instructions in the ASTMenTaLguY2008-03-071-0/+25
| | | (bzr r4987)
* Warning cleanupJon A. Cruz2008-02-281-30/+30
| | | (bzr r4891)
* Warning and whitespace cleanupJon A. Cruz2008-02-242-84/+94
| | | (bzr r4838)
* Fix LP #194718Maximilian Albert2008-02-231-2/+2
| | | (bzr r4836)