summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* InxParameter::string(): remove useless overridesPatrick Storz2019-08-318-26/+7
* More cleanupPatrick Storz2019-08-3115-68/+83
* cleanup includes a bitPatrick Storz2019-08-318-24/+50
* Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz2019-08-318-60/+106
* Translatable enum can be protectedPatrick Storz2019-08-311-5/+4
* Add WidgetLabel replacing the former ParamDescriptionPatrick Storz2019-08-315-22/+64
* Rename Parameter -> InxParameter for consistencyPatrick Storz2019-08-3122-91/+90
* Create new InxWidget base class for extension widgets.Patrick Storz2019-08-3114-135/+259
* Implement "translationdomain" attribute for extensionsPatrick Storz2019-08-319-56/+116
* Remove unused "nopref" variant of effectsPatrick Storz2019-08-312-10/+0
* Properly handle extensions without id or namePatrick Storz2019-08-313-101/+113
* Derive optiongroup options from ParameterPatrick Storz2019-08-312-46/+52
* cleanup includes in parametersPatrick Storz2019-08-316-24/+23
* Add function to get proper translation within context of ParameterPatrick Storz2019-08-317-34/+33
* Parameter: remove unused constructorsPatrick Storz2019-08-312-56/+0
* Refactor a lot of the parameter handling codePatrick Storz2019-08-3149-1947/+1364
* Move error classes to Parameter where they belongPatrick Storz2019-08-313-25/+27
* Use proper boolean valuesPatrick Storz2019-08-313-3/+3
* Remove effectively unused "silent" option from extensions.Patrick Storz2019-08-313-27/+9
* Remove unused and disabled "help" feature for extensionsPatrick Storz2019-08-318-75/+6
* Remove unused define ESCAPE_DOLLAR_COMMANDLINEPatrick Storz2019-08-312-8/+0
* Rename parameter source files to avoid name conflictsPatrick Storz2019-08-3123-42/+55
* Remove unused functionsPatrick Storz2019-08-312-51/+0
* Move prefdialog to own directoryPatrick Storz2019-08-3128-39/+42
* Only register desktop on Dbus onceNathan Lee2019-08-311-6/+12
* Eliminate clang warningsThomas Holder2019-08-231-3/+3
* Eliminate clang warningsThomas Holder2019-08-233-2/+4
* fix #325 LaTeX export brokenThomas Holder2019-07-111-13/+2
* Move reproducible-builds hack out of CairoRenderContextPatrick Storz2019-07-102-45/+15
* cairo-renderer: set metadata in outputPatrick Storz2019-07-104-35/+139
* cairo-renderer: fix commentPatrick Storz2019-07-101-1/+1
* cairo-renderer: / cairo-render-context: whitespace fixesPatrick Storz2019-07-104-23/+21
* Fix link export codeMarc Jeanmougin2019-07-042-6/+10
* Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583Marc Jeanmougin2019-07-033-6/+45
* Fix various minor typosYuri Chornoivan2019-07-0113-14/+14
* hatch.jsValentin Ionita2019-06-287-8/+12390
* mesh.js updateValentin Ionita2019-06-264-821/+1163
* Ensure arena is released when the WMF failes to saveJames Collier2019-06-201-0/+3
* Display an error dialog when image is too large for WMFJames Collier2019-06-201-14/+27
* Fix typo mentioned in #44James Collier2019-06-201-1/+1
* Merge branch 'gtk3-deprecated' of gitlab.com:Qantas94Heavy/inkscapeMarc Jeanmougin2019-06-202-5/+2
|\
| * Replace deprecated Gtk::Misc functionsKarl Cheng2019-06-161-1/+2
| * Remove leftover GTK/gtkmm >= 3.16 checkKarl Cheng2019-06-161-4/+0
* | Refactoring: replace funcs with methods.Shlomi Fish2019-06-121-2/+2
|/
* Merge changesAlexander Valavanis2019-06-052-3/+25
|\
| * Rename effect attribute to "implements-custom-gui"Sergei Izmailov2019-05-291-1/+1
| * Fix indentationSergei Izmailov2019-05-291-3/+3
| * Rename "suppress-working-dialog" effect attribute to "application"Sergei Izmailov2019-05-291-1/+1
| * feature: Allow effect extensions to disable working dialogSergei Izmailov2019-05-291-1/+4
| * Fix formattingSergei Izmailov2019-05-281-9/+11