summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
| * Fix for 1015352 : Vacuum defs : Rename to 'Clean up document'John Smith2012-06-201-1/+1
| | | | | | (bzr r11506)
| * Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+11
| | | | | | (bzr r11406)
| * a few UI message fixesKris De Gussem2012-05-141-1/+1
| | | | | | (bzr r11363)
| * Fix for 169759 : HIG compliant Edit menuJohn Smith2012-05-111-1/+1
| | | | | | (bzr r11354)
* | Trunk mergeDenis Declara2012-05-051-2/+1
|\| | | | | (bzr r11073.1.29)
| * Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-2/+1
| | | | | | (bzr r11318)
* | Code Refactoreing. Moved parts of the code from tile.cpp tile.h to ↵Denis Declara2012-04-271-4/+4
|/ | | | | | | arrangetab.h, gridarrangetab(.cpp|.h), polararrangetab(.cpp|.h) Also modified the name of the verb used by the "Rows and Columns" dialog to SP_VERB_SELECTION_ARRANGE (bzr r11073.1.21)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-2/+7
| | | (bzr r11250)
* Translation. More disambiguations (see Bug #832560).Nicolas Dufour2012-04-131-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/832560 (bzr r11234)
* Fix for 170378 : Select same objects by fill or stroke : Added stroke styleJohn Smith2012-04-041-7/+12
| | | (bzr r11146)
* Fix for 170378 : Select same objects by fill or strokeJohn Smith2012-04-031-0/+15
| | | (bzr r11141)
* Adding verbs for lock and hide layers (see Bug #728081, patch by Jessica).Nicolas Dufour2012-03-281-0/+17
| | | (bzr r11131)
* Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith2012-03-241-2/+3
| | | (bzr r11125)
* Fix for 909328 : Dockable Find & Replace dialogJohn Smith2012-03-231-3/+1
| | | (bzr r11117)
* UI. Patch for Bug #789797 (Add an icon/definiton for Duplicate Current Layer).Nicolas Dufour2012-03-211-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/789797 (bzr r11108)
* Fix for 940715 : Convert XML Editor to a dockable dialogJohn Smith2012-03-091-2/+1
| | | (bzr r11065)
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-031-3/+8
| | | (bzr r11042)
* Fix for 927074 : Simplify Path Effects dialogJohn Smith2012-03-021-1/+1
| | | (bzr r11037)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-2/+3
|\ | | | | (bzr r11027)
| * merged with trunk so I can build again...Andrew Higginson2011-12-271-632/+574
| |\ | | | | | | (bzr r10092.1.36)
| * | Increased size of OCAL logo and removed "Powered by" textAndrew rugby471@gmail.com2011-03-251-1/+1
| | | | | | | | | | | | | | | Removed border of LoadingBox on startup (bzr r10092.1.21)
| * | Change menutems and title to "Import Clip Art"Andrew rugby471@gmail.com2011-03-251-1/+1
| | | | | | | | | (bzr r10092.1.20)
* | | Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-0/+1
| | | | | | | | | (bzr r11018)
* | | Fix for 934721 : Convert SpellCheck dialog to a dockable dialogJohn Smith2012-02-211-2/+2
| | | | | | | | | (bzr r11006)
* | | Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith2012-02-161-2/+1
| | | | | | | | | (bzr r10989)
* | | cppcheckKris De Gussem2012-02-151-7/+6
| | | | | | | | | (bzr r10987)
* | | Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis2012-02-151-2/+4
| | | | | | | | | | | | | | | Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
* | | Gtkmmification of object attributes dialog: image and link attributes now ↵Kris De Gussem2012-01-191-0/+7
| | | | | | | | | | | | | | | editable in dockable dialog (Bug #592323) (bzr r10910)
* | | add a menu item for using the Clone original LPE efficiently.Johan B. C. Engelen2012-01-151-0/+5
| | | | | | | | | (bzr r10889)
* | | Object properties dialog now dockable (derived from ↵Kris De Gussem2012-01-081-2/+3
| | | | | | | | | | | | | | | Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
* | | Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
| |/ |/| | | (bzr r10830)
* | 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)