summaryrefslogtreecommitdiffstats
path: root/src/main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-21[Bug #1572242] Add --export-inkscape-svg=FILENAME command line option to expo...shlomif-gmail1-6/+25
2017-02-18Disable GTK3 "client side decorations" on Windows by setting "GTK_CSD=0"Eduard Braun1-7/+11
2017-02-05forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin1-2/+7
2017-01-18Fix usage information for "--export-pdf-version"Eduard Braun1-1/+1
2016-11-06further cppificationMarc Jeanmougin1-6/+4
2016-11-07Remove embedded build date, to allow reproducible building.Mattia Rizzolo1-1/+1
2016-10-03beautify identsDmitry Zhulanov1-1/+1
2016-10-01disable xverb feature if WITH_YAML definedDmitry Zhulanov1-4/+11
2016-09-26add x-verbs supportDmitry Zhulanov1-0/+22
2016-08-18Fix compilation errorEduard Braun1-1/+1
2016-08-15Add changes for compilation with trunkTavmjong Bah & Kamalpreet Grewal1-1/+1
2016-08-09Move some main functions to Application classAlex Valavanis1-96/+8
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-15/+1
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-5/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+15
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-15/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
2016-07-14Last part of new SPObject children listAdrian Boguszewski1-4/+2
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-2/+2
2016-05-17GTK3: Fix error if default style.css file not found. Modified patch from houz.Tavmjong Bah1-33/+49
2016-05-16GTK3: Fix compile for GTK3 versions less than 3.16. Try 2.Tavmjong Bah1-3/+14
2016-05-15GTK3: Fix compile for GTK3 versions less than 3.16.Tavmjong Bah1-0/+4
2016-05-08Start of GTK3 external style sheet support.Tavmjong Bah1-0/+34
2015-11-20window/task bar icon missing when installed in non-standard locationRaphael Rosch1-0/+4
2015-09-30Change command line PostScript export level to 3 (bug #1432310)Adrian Johnson1-3/+3
2015-05-08Remove round_rectangle_outwards from helper/geom.hKrzysztof Kosi??ski1-1/+1
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin1-1/+3
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-3/+0
2015-02-26Rename libgc/ => inkgc/ to reflect difference from Boehm GCLiam P. White1-1/+1
2015-02-25Isolate components of libgcLiam P. White1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-6/+6
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-12/+11
2015-02-04Fix for Bug #1417990 (Trunk: crash on export to PS/EPS/PDF via command line (...Nicolas Dufour1-8/+4
2014-11-02default export dpi = 96Alvin Penner1-4/+4
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-6/+6
2014-06-27Move constructor/destructor into private section, remove protected section. R...Liam P. White1-2/+2
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-2/+2
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-7/+7
2014-06-03Fix for bugs 1262782 and 1262792mathog1-0/+1
2014-04-05Allow command line options -i and -j to effect plain-svg output, this involve...Martin Owens1-0/+16
2014-04-03Use the save mechanism from the export instead of suplicating code to save an...Martin Owens1-8/+4
2014-03-29Removed obsolete header file.Markus Engel1-1/+1
2014-01-27Protect pdf and png exports from failure and output reasonalbe warnings.Martin Owens1-4/+11
2014-01-27Protect export options from blank filenames, png, pdf, emf and wmf. This shou...Martin Owens1-1/+14
2014-01-02Fix for Bug #950781 (There is no disk in drive error when opening Inkscape in...Nicolas Dufour1-2/+5
2013-11-21reorder header file includes. Because glibmm depends on a deprecated/threads....Johan B. C. Engelen1-2/+3
2013-11-13Add command line support for EMF and WMF export, by David Mathog.Nicolas Dufour1-19/+44