summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/export.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix PNG export dialog crash (heap-use-after-free)Thomas Holder2019-11-201-3/+3
| | | | Possibly related to inbox#1185
* Eliminate clang warningsThomas Holder2019-08-231-19/+5
| | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-2/+4
| | | | | | | - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox
* Fix various minor typosYuri Chornoivan2019-07-011-4/+4
|
* Tidy various dialog UIsNathan Lee2019-04-021-18/+22
|
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-6/+6
| | | | Makes searching through code for them easier.
* Remove unused header file.Tavmjong Bah2019-01-081-1/+0
|
* modernize loopsMarc Jeanmougin2019-01-021-6/+6
|
* Rm deprecated budget widgetsAlexander Valavanis2018-12-291-4/+12
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-2/+2
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-20/+20
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-19/+20
| | | | A lot of header clean-up.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Make bitmap export progress dialog transient for the main windowEduard Braun2017-11-301-0/+1
|
* Allow to cancel PNG exportEduard Braun2017-11-251-4/+4
| | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1195929
* Remove deprecated GNOME VFSStefano Facchini2017-10-131-9/+1
| | | | Just use Gio::File when access to non-local files is needed.
* Fix Gtk alignment APIAlexander Valavanis2017-07-081-2/+4
|
* Refactor profile directory use and promote IO::Resource get_path and ↵Martin Owens2017-06-281-1/+2
| | | | get_filename methods
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-8/+1
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* fixing to new trunkJabiertxof2017-01-241-13/+17
|\ | | | | (bzr r15142.1.38)
| * antialiasing options on exportMarc Jeanmougin2017-01-041-3/+12
| | | | | | (bzr r15391)
| * Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-271-10/+5
| | | | | | (bzr r15366)
* | Add exportersJabier Arraiza Cenoz2016-11-051-3/+0
| | | | | | (bzr r15142.1.32)
* | Update to trunkJabier Arraiza Cenoz2016-10-251-1/+1
|\| | | | | (bzr r15142.1.26)
| * CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* | Doc rotate startJabier Arraiza Cenoz2016-10-021-1/+11
|/ | | (bzr r15142.1.1)
* minor fix (+ satisfy build bots (?))Marc Jeanmougin2016-09-251-3/+4
| | | (bzr r15132)
* Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵Marc Jeanmougin2016-09-251-5/+56
| | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131)
* Merged trunkAdrian Boguszewski2016-08-091-90/+6
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-90/+6
| |\ | | | | | | (bzr r15038)
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-5/+0
| | | | | | | | | (bzr r15023.2.8)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-84/+6
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-14/+1
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-14/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+15
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-15/+1
| |/ | | | | (bzr r15025)
* | Renamed some functions, fixed testsAdrian Boguszewski2016-07-271-1/+1
| | | | | | (bzr r14954.1.28)
* | Added items as a range functionAdrian Boguszewski2016-07-031-6/+8
|\| | | | | (bzr r14954.1.13)
* | Added xmlNodes as range functionAdrian Boguszewski2016-07-011-5/+4
| | | | | | (bzr r14954.1.12)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-7/+7
|/ | | (bzr r14954.1.10)
* static code analysisKris De Gussem2015-11-051-3/+3
| | | (bzr r14446)
* Export. Fix for bug #170295 (default export image name for not-saved drawings).Nicolas Dufour2015-09-121-0/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/170295 (bzr r14357)
* Force PNG bitmap export to always write with PNG extensionJabier Arraiza Cenoz2015-07-101-3/+5
| | | (bzr r14238)
* updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\ | | | | (bzr r13922.1.19)