summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-348/+400
| | | (bzr r10659)
* UI. Fix for bug #817249 (Help->About Inkscape icon missing in rev 10505, Win32).Nicolas Dufour2011-08-291-1/+1
| | | (bzr r10599)
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-281-177/+55
| | | (bzr r10582.1.10)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-119/+119
| | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches2011-06-221-0/+5
| | | (bzr r10343)
* The label ‘Guides Around Page’ does not include a verb. ‘Guides Around ↵Felipe Corr??a da Silva Sanches2011-06-221-1/+1
| | | | | | | | | Page’ what? 'Create Guides Around the Page' :-D http://cuts.thinking-garment.com/144 (bzr r10340)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-6/+17
|\ | | | | (bzr r9508.1.89)
| * Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-061-0/+11
| | | | | | (bzr r10259)
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
| * UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ↵Nicolas Dufour2011-04-211-5/+5
| | | | | | | | | | | | | | | | verbs / default key mapping). Fixed bugs: - https://launchpad.net/bugs/768277 (bzr r10187)
* | No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-5/+0
|/ | | (bzr r9508.1.82)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-2/+2
| | | (bzr r10067)
* NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-5/+20
| | | (bzr r10065)
* Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-291-1/+1
| | | (bzr r9990)
* Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem2010-12-291-1/+1
| | | (bzr r9989)
* Mnemonics in fill and stroke dialog and menuKris De Gussem2010-12-171-1/+1
| | | (bzr r9964)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-23/+26
|\ | | | | (bzr r9945.1.1)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-061-1/+2
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-12/+12
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | 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)
* | Tooltips inconsistency fix (Bug 340723)Kris De Gussem2010-09-191-1/+1
| | | | | | (bzr r9769)
* | Fixed valgrind-detected issue with tooltip shortcuts and profile manager on ↵Jon A. Cruz2010-09-101-19/+33
| | | | | | | | | | delete. (bzr r9753)
* | Connected two toolbar buttons with the associated verbsJasper van de Gronde2010-09-071-3/+3
| | | | | | (bzr r9747)
* | Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-2/+18
| | | | | | (bzr r9745)
* | Disabling Print Colors dialog due to lack of resolution from mailing list ↵Josh Andler2010-07-071-5/+5
|/ | | | | thread and no response by author (bzr r9593)
* Switching to new input dialog. Allows for a better UI and addresses bug ↵Jon A. Cruz2010-04-111-6/+0
| | | | | | | | | #334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312)
* Initial cut of glyph selector dialog is in. Fixes bug #343186.Jon A. Cruz2010-04-011-0/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268)
* Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz2010-03-191-1/+1
| | | (bzr r9209)
* Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski2010-02-281-6/+6
| | | (bzr r9118)
* Adding the Interpolate tutorial in Help>TutorialsNicolas Dufour2010-01-241-2/+8
| | | (bzr r9019)
* Restore encapsulation of selection implementation.Jon A. Cruz2010-01-151-62/+9
| | | (bzr r8983)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-0/+26
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-0/+10
| | | | | | | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
| * Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-301-0/+16
| | | | | | (bzr r8851)
* | * Implement node snapping.Krzysztof Kosi??ski2010-01-101-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-40/+25
|/ | | (bzr r8846.1.1)
* since SP_VERB_XMPP_CLIENT is commented out in .h, it must be commented out ↵bulia byak2009-10-191-2/+2
| | | | | here to, otherwise compilation on windows fails (bzr r8797)
* Updated buildtool's files to undefine whiteboard. Comment out OCAL Export ↵Josh Andler2009-09-271-9/+9
| | | | | dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. (bzr r8661)
* Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes ↵Maximilian Albert2009-08-091-1/+1
| | | | | when trying to export files, dunno why) (bzr r8457)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-8/+8
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-8/+8
| | | (bzr r8404)
* Change 'Effect' to 'Extension' in Extensions menu.Tavmjong Bah2009-06-091-6/+6
| | | | | Change capitalization of "Guides Around Page" for consistency. (bzr r8030)
* Fixed ellipsisAlexandre Prokoudine2009-05-281-1/+1
| | | (bzr r7959)
* Fix the rest of missing icons in the geometry tool. Closes: #358132Krzysztof Kosi??ski2009-04-201-1/+1
| | | (bzr r7742)
* Fix the "select all" icon and remove stuff causing problems from ↵Krzysztof Kosi??ski2009-04-111-1/+1
| | | | | widgets/icon.cpp (bzr r7685)
* Edit > Duplicate Layer should duplicate hidden items, locked items, ↵Ed Halley2009-03-101-2/+21
| | | | | sublayers, everything (bzr r7464)
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-081-1/+1
| | | (bzr r7443)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-5/+5
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-172/+165
| | | (bzr r7332)