summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* * 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)
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-182-6/+6
| | | (bzr r4765)
* make the font family drop-down a little less flakeybulia byak2008-02-161-14/+40
| | | (bzr r4740)
* remove old and apparently unused hack that was causing bug 192060bulia byak2008-02-151-7/+0
| | | (bzr r4735)
* comment fixbulia byak2008-02-132-3/+3
| | | (bzr r4726)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-1/+1
| | | (bzr r4706)
* * 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)
* Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop2008-02-052-13/+26
| | | (bzr r4662)
* Fix missing ruler and document title updates when a file is opened in an ↵Maximilian Albert2008-02-032-0/+11
| | | | | existing window (bzr r4640)
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-032-3/+4
| | | (bzr r4639)
* Fix for LP #168959 as per John Cliff's 'patch' in the bug trackerMaximilian Albert2008-02-021-1/+4
| | | (bzr r4637)