summaryrefslogtreecommitdiffstats
path: root/src/menus-skeleton.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-121-0/+1
| | | (bzr r12506.1.1)
* NewFromTemplate GSoC project for static templatesSlagvi Public2013-08-141-1/+1
|\ | | | | (bzr r12476)
| * Old templates support removedSlagvi Public2013-07-241-1/+0
| | | | | | (bzr r12379.2.13)
| * Adding NewFromTemplate to the Inkscape menuSlagvi Public2013-07-021-0/+1
| | | | | | (bzr r12379.2.5)
* | Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski2013-07-231-1/+0
|/ | | (bzr r12428)
* Big change in symbols ui and selection chemistry.Martin Owens2013-06-151-4/+0
| | | (bzr r12374)
* Drop checks for ancient dependency versions. These are satisfied elsewhere.Alex Valavanis2013-03-161-2/+0
| | | (bzr r12213)
* Drop dead Inkboard code. Config flag no longer existsAlex Valavanis2013-03-041-5/+0
| | | (bzr r12173)
* Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-111-0/+5
| | | (bzr r11782)
* Fix for 172222 : Move direct to specified layerJohn Smith2012-09-221-0/+1
| | | (bzr r11695)
* Fix for 980520 : Conflicting accelerator keysJohn Smith2012-08-291-1/+1
| | | (bzr r11631)
* Fix for 819671 : No visual indication for grid and snap being on/offJohn Smith2012-08-091-4/+4
| | | (bzr r11600)
* Fix for 722625 : Select Same by Object TypeJohn Smith2012-07-251-0/+1
| | | (bzr r11573)
* Patch for bug #728081 (Keyboard shortcut - Lock current layer).Nicolas Dufour2012-07-051-1/+4
| | | (bzr r11528)
* Fix for 1005064 : Move menu item File->Input Devices to Edit->Input DevicesJohn Smith2012-06-191-1/+2
| | | (bzr r11505)
* Fix for 1005064 : Move menu item File->Input Devices to Edit->Input DevicesJohn Smith2012-06-111-1/+1
| | | (bzr r11487)
* Fix for 997888 : Merge into Document PropertiesJohn Smith2012-05-171-1/+1
| | | (bzr r11374)
* Fix for 169759 : HIG compliant Edit menuJohn Smith2012-05-111-1/+1
| | | (bzr r11354)
* Fix for 170378 : Select same objects by fill or stroke : Added stroke styleJohn Smith2012-04-041-2/+3
| | | (bzr r11146)
* Fix for 170378 : Select same objects by fill or strokeJohn Smith2012-04-031-0/+5
| | | (bzr r11141)
* Fix for 390458 : Convert Export Bitmap to a dockable dialogJohn Smith2012-03-031-1/+1
| | | (bzr r11042)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-2/+0
|\ | | | | (bzr r11027)
| * merged with trunk so I can build again...Andrew Higginson2011-12-271-1/+2
| |\ | | | | | | (bzr r10092.1.36)
| * | Remove some GNOME_VFS checksAndrew rugby471@gmail.com2011-04-181-2/+0
| | | | | | | | | | | | | | | Try to use read_async instead of load_contents_async, not working at the moment :( (bzr r10092.1.31)
* | | add a menu item for using the Clone original LPE efficiently.Johan B. C. Engelen2012-01-151-0/+1
| |/ |/| | | (bzr r10889)
* | Adding a "Remove All Guides" option to the Edit menu.Felipe Corr??a da Silva Sanches2011-06-221-0/+1
| | | | | | (bzr r10343)
* | UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ↵Nicolas Dufour2011-04-211-1/+1
|/ | | | | | | | verbs / default key mapping). Fixed bugs: - https://launchpad.net/bugs/768277 (bzr r10187)
* NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-0/+8
| | | (bzr r10065)
* 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)
* Disabling Print Colors dialog due to lack of resolution from mailing list ↵Josh Andler2010-07-071-2/+3
| | | | | thread and no response by author (bzr r9593)
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-161-0/+2
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503)
* Switching to new input dialog. Allows for a better UI and addresses bug ↵Jon A. Cruz2010-04-111-1/+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/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268)
* Adding the Interpolate tutorial in Help>TutorialsNicolas Dufour2010-01-241-0/+1
| | | (bzr r9019)
* Reenable new input device dialog for further developmentJon A. Cruz2009-12-131-2/+1
| | | (bzr r8886)
* - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-0/+2
| | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881)
* Comment out non-functioning menu itemJosh Andler2009-11-091-1/+1
| | | (bzr r8828)
* Updated buildtool's files to undefine whiteboard. Comment out OCAL Export ↵Josh Andler2009-09-271-1/+1
| | | | | dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. (bzr r8661)
* this terminal submenu really saves us no spacebulia byak2009-03-261-5/+3
| | | (bzr r7563)
* make aspell optionalbulia byak2009-02-241-0/+2
| | | (bzr r7361)
* spellcheckerbulia byak2009-02-171-0/+2
| | | (bzr r7311)
* prevent hotkey clash (at least for english)bulia byak2009-02-101-2/+2
| | | (bzr r7260)
* Filters, Extensions menusbulia byak2009-02-101-4/+7
| | | (bzr r7259)
* Turn off new input dialog pending cleanupJon A. Cruz2009-01-201-1/+2
| | | (bzr r7150)
* fix/revert 20519 and 20521Johan B. C. Engelen2009-01-171-2/+2
| | | (bzr r7142)
* Remove INKSCAPE_VERSION from menus-skeleton.hKrzysztof Kosi??ski2009-01-141-1/+1
| | | (bzr r7132)
* fixing the build (in Ubuntu GNU/Linux at least)Felipe Corr??a da Silva Sanches2009-01-141-1/+1
| | | (bzr r7130)
* partly fix build .................Johan B. C. Engelen2009-01-131-1/+1
| | | (bzr r7128)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-1/+1
| | | (bzr r7107)
* From trunkTed Gould2008-10-271-3/+1
| | | (bzr r6885)