summaryrefslogtreecommitdiffstats
path: root/src/tools-switch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Translations. Removing sp-color-gtkselector.cpp from translatable files.Nicolas Dufour2012-12-031-1/+1
| | | | | | UI. Fix for Bug #836477 (Spray Tool: Descriptions in status bar "... scroll to spray something" need more words). Translations. Translation template update. (bzr r11926)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+9
| | | (bzr r11406)
* Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-061-0/+8
| | | (bzr r10259)
* Tweak and spray:Nicolas Dufour2011-04-011-1/+1
| | | | | | | | * Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray). * Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes). * Tweak tool code consistency fix. * Spray tool default status message modified. (bzr r10139)
* 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)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-0/+8
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-301-0/+8
| | | | | | (bzr r8851)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-3/+2
|/ | | (bzr r8846.1.1)
* The status bar message now mentions Sketch mode for PencilAlexandre Prokoudine2009-05-221-1/+1
| | | (bzr r7915)
* New Pen and Pencil tools messages (Ctrl+click only works with straight line ↵Nicolas Dufour2009-03-211-2/+2
| | | | | modes). (bzr r7533)
* make doubleclick not only switch to text but also position cursorbulia byak2009-02-161-1/+2
| | | (bzr r7300)
* From trunkTed Gould2008-10-271-49/+25
| | | (bzr r6885)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-251-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882)
* Groundwork for new LPETool tool (which consists of subtools that are ↵Maximilian Albert2008-08-181-0/+9
| | | | | constructed from LPEs) (bzr r6645)
* update calligraphic statusbar messagebulia byak2008-07-241-1/+1
| | | (bzr r6407)
* Initial cut of eraser toolJon A. Cruz2008-04-261-0/+9
| | | (bzr r5524)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵Maximilian Albert2008-01-191-2/+2
| | | | | with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-1/+3
| | | | | 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)
* tweak toolbulia byak2007-08-081-0/+9
| | | (bzr r3423)
* Click-select entire 3D boxes instead of only single faces; faces can still ↵Maximilian Albert2007-07-101-1/+1
| | | | | be selected with (Alt+)Ctrl-Click (bzr r3210)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-211-0/+10
| | | | | boxes in a fixed perspective without any live interaction. (bzr r3084)
* update statusbar message for calligraphybulia byak2007-04-111-1/+1
| | | (bzr r2852)
* Change tool switch message for paint bucketJohn Bintz2007-03-311-1/+1
| | | (bzr r2791)
* Add ctrl+click to paint bucket to change clicked object's fill and stroke to ↵John Bintz2007-03-111-1/+1
| | | | | current setting (bzr r2603)
* rename flood to paintbucket, copyeditbulia byak2007-02-261-4/+4
| | | (bzr r2449)
* Add flood fill toolJohn Bintz2007-02-251-0/+9
| | | (bzr r2432)
* double-click on offset changes to node toolJosh Andler2007-01-251-2/+6
| | | (bzr r2287)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-14/+14
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+248
(bzr r1)