summaryrefslogtreecommitdiffstats
path: root/src/shortcuts.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+2
| | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-0/+3
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix for 998276 : Keyboard shortcuts not appearing in the main menu under UnityJohn Smith2013-02-181-9/+59
| | | (bzr r12132)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
| | | (bzr r12014)
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-14/+510
| | | (bzr r11895)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-3/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-3/+7
| | | (bzr r11250)
* Shortcut patch. Fixes bug #974531Jon A. Cruz2012-04-121-13/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/974531 (bzr r11232)
* 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)
* 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)
* Cleanups from backports.Jon A. Cruz2010-10-291-8/+11
| | | (bzr r9863)
* Fixed valgrind-detected issue with tooltip shortcuts and profile manager on ↵Jon A. Cruz2010-09-101-8/+9
| | | | | delete. (bzr r9753)
* Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-2/+26
| | | (bzr r9745)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* fix 1498769bulia byak2006-06-021-2/+2
| | | (bzr r1129)
* minor cleanupsMenTaLguY2006-04-151-9/+5
| | | (bzr r530)
* change XML vocabulary for keys, make keys parsing a bit more relaxedbulia byak2006-04-121-13/+20
| | | (bzr r500)
* share/keyboards -> share/keys; first shot at configurable keymapsMenTaLguY2006-04-061-11/+30
| | | (bzr r437)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+195
(bzr r1)