summaryrefslogtreecommitdiffstats
path: root/src/extension/extension.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-16Replace deprecated Gtk::Misc functionsKarl Cheng1-1/+2
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-4/+0
2019-04-02Tidy various dialog UIsNathan Lee1-6/+10
2019-01-02modernize loopsMarc Jeanmougin1-5/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-1/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-16/+16
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-24/+24
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-6/+6
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-6/+6
2018-01-08Misc. typosluz.paz1-2/+2
2017-12-20Make script warnings transient for "Working..." dialogEduard Braun1-0/+1
2017-11-07Misc. typosUnknown1-1/+1
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-17/+7
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens1-1/+0
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-1/+2
2017-04-24Extensions: Fixes and improvements for "gui-description" parameter attribute ...Eduard Braun1-1/+1
2017-04-09Some code refactoring for consistencyEduard Braun1-3/+3
2017-02-26Gtk+ 3 deprecation fixesAlex Valavanis1-0/+4
2017-02-12Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun1-2/+4
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun1-15/+17
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+1
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-20/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+1
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2014-09-23Extensions. Fix for Bug #1372200 (Comment within <script> element in INX file...Nicolas Dufour1-2/+7
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-1/+1
2014-06-11Extensions. Fix for Bug #505920 (inkscape loads extension even if the script ...Nicolas Dufour1-0/+3
2014-04-28Extensions. Fix for Bug #1307554 (Don't show the Export > win32 vector print ...Nicolas Dufour1-0/+12
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-05Refactor: Changed some functions from Extension to const.Vinícius dos Santos Oliveira1-8/+8
2013-06-05Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira1-0/+22
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2013-03-08Drop more Gtk::Table usageAlex Valavanis1-4/+22
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-5/+5
2012-01-03Fixed null-pointer ctor crashes.Jon A. Cruz1-14/+20
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-3/+1
2011-12-19Const correctness fixes that also correct bug #893146.Jon A. Cruz1-36/+7
2011-10-04More forward.h purging.Jon A. Cruz1-1/+1
2011-05-27Add "silent" option to extension inx file so that extension authors can opt-o...Felipe Corr??a da Silva Sanches1-0/+14
2010-12-03Extensions. Notebooks now work with internal extensions.Nicolas Dufour1-38/+36
2010-09-07Extensions. General UI improvements (gnome HIG). New group header extension p...Nicolas Dufour1-1/+1
2010-09-03Extensions. Tooltips are now translatable (Bug #629726).Nicolas Dufour1-1/+1
2010-03-18Added wrappers for the "optiongroup" type that correspond to existing "float"...Jon A. Cruz1-0/+15
2010-03-04Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski1-2/+4
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-12/+12