summaryrefslogtreecommitdiffstats
path: root/src/extension (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-31InxParameter::string(): remove useless overridesPatrick Storz8-26/+7
2019-08-31More cleanupPatrick Storz15-68/+83
2019-08-31cleanup includes a bitPatrick Storz8-24/+50
2019-08-31Switch Inkscape::Extension to use InxWidgets instead of InxParametersPatrick Storz8-60/+106
2019-08-31Translatable enum can be protectedPatrick Storz1-5/+4
2019-08-31Add WidgetLabel replacing the former ParamDescriptionPatrick Storz5-22/+64
2019-08-31Rename Parameter -> InxParameter for consistencyPatrick Storz22-91/+90
2019-08-31Create new InxWidget base class for extension widgets.Patrick Storz14-135/+259
2019-08-31Implement "translationdomain" attribute for extensionsPatrick Storz9-56/+116
2019-08-31Remove unused "nopref" variant of effectsPatrick Storz2-10/+0
2019-08-31Properly handle extensions without id or namePatrick Storz3-101/+113
2019-08-31Derive optiongroup options from ParameterPatrick Storz2-46/+52
2019-08-31cleanup includes in parametersPatrick Storz6-24/+23
2019-08-31Add function to get proper translation within context of ParameterPatrick Storz7-34/+33
2019-08-31Parameter: remove unused constructorsPatrick Storz2-56/+0
2019-08-31Refactor a lot of the parameter handling codePatrick Storz49-1947/+1364
2019-08-31Move error classes to Parameter where they belongPatrick Storz3-25/+27
2019-08-31Use proper boolean valuesPatrick Storz3-3/+3
2019-08-31Remove effectively unused "silent" option from extensions.Patrick Storz3-27/+9
2019-08-31Remove unused and disabled "help" feature for extensionsPatrick Storz8-75/+6
2019-08-31Remove unused define ESCAPE_DOLLAR_COMMANDLINEPatrick Storz2-8/+0
2019-08-31Rename parameter source files to avoid name conflictsPatrick Storz23-42/+55
2019-08-31Remove unused functionsPatrick Storz2-51/+0
2019-08-31Move prefdialog to own directoryPatrick Storz28-39/+42
2019-08-31Only register desktop on Dbus onceNathan Lee1-6/+12
2019-08-23Eliminate clang warningsThomas Holder1-3/+3
2019-08-23Eliminate clang warningsThomas Holder3-2/+4
2019-07-11fix #325 LaTeX export brokenThomas Holder1-13/+2
2019-07-10Move reproducible-builds hack out of CairoRenderContextPatrick Storz2-45/+15
2019-07-10cairo-renderer: set metadata in outputPatrick Storz4-35/+139
2019-07-10cairo-renderer: fix commentPatrick Storz1-1/+1
2019-07-10cairo-renderer: / cairo-render-context: whitespace fixesPatrick Storz4-23/+21
2019-07-04Fix link export codeMarc Jeanmougin2-6/+10
2019-07-03Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583Marc Jeanmougin3-6/+45
2019-07-01Fix various minor typosYuri Chornoivan13-14/+14
2019-06-28hatch.jsValentin Ionita7-8/+12390
2019-06-26mesh.js updateValentin Ionita4-821/+1163
2019-06-20Ensure arena is released when the WMF failes to saveJames Collier1-0/+3
2019-06-20Display an error dialog when image is too large for WMFJames Collier1-14/+27
2019-06-20Fix typo mentioned in #44James Collier1-1/+1
2019-06-16Replace deprecated Gtk::Misc functionsKarl Cheng1-1/+2
2019-06-16Remove leftover GTK/gtkmm >= 3.16 checkKarl Cheng1-4/+0
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish1-2/+2
2019-05-29Rename effect attribute to "implements-custom-gui"Sergei Izmailov1-1/+1
2019-05-29Fix indentationSergei Izmailov1-3/+3
2019-05-29Rename "suppress-working-dialog" effect attribute to "application"Sergei Izmailov1-1/+1
2019-05-29feature: Allow effect extensions to disable working dialogSergei Izmailov1-1/+4
2019-05-28Fix formattingSergei Izmailov1-9/+11
2019-05-28Fix segfault for bad `--pdf-page` argument valuesSergei Izmailov1-0/+17
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis3-35/+0