summaryrefslogtreecommitdiffstats
path: root/src/extension/input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-6/+6
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-13/+13
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Misc. typosluz.paz2018-01-081-2/+2
| | | Found via `codespell`
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | (bzr r15025)
* Fix for 426763 : Cancelling import leads to error messageJohn Smith2012-10-111-2/+5
| | | (bzr r11777)
* header cleaningAlex Valavanis2012-02-261-1/+1
| | | (bzr r11017)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-9/+9
| | | (bzr r10830)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-13/+0
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8405)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+4
| | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
* r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould2008-02-291-33/+36
| | | | | | | | | | | | | | | | | | | | | | | | Okay, sadly I'm not keeping the version history because I'm not convenced that SVK will do it right. One mega-patch, but that's life. Reshuffle the exection-env and prefdialog code so that the state machines aren't intertwines, which fixes a whole host of bugs with them. I think the behavior is correct now. Make it so that the effects can count how many preferences they have to determine if the dialog should be shown (fix above). Once this code was written it was easy to make it show an ellipsis on the verb if there is a dialog or not. This involved removing ellipsis from those effects that had it hard coded. Make it so that the parameters know that their command line options are going into a list. They don't have to acknowledge it, but they can, and specifically notebook does and handles it differently. This should fix the notebooks on Win32, but doesn't apparently completely. Change the script extension on windows to use pythonw instead of python so that the command line doesn't appear all the time. (bzr r4908)
* Removing some debug statementsBryce Harrington2008-01-061-4/+0
| | | (bzr r4402)
* Fixing up a few more filesBryce Harrington2008-01-051-1/+5
| | | (bzr r4391)
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵Peter Moulder2007-06-211-10/+1
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-2/+2
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* r10921@tres: ted | 2006-02-13 09:40:25 -0800Ted Gould2006-03-291-1/+1
| | | | | | | Adding in support for a <help> tag in the base extension part of the INX file. Currently that just gets passed to the prefdialog, but it will be used in a little while. (bzr r334)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+261
(bzr r1)