summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/clonetiler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add icons to show help in set defauls LPE parametersJabier Arraiza2019-10-121-2/+2
|
* Tidy various dialog UIsNathan Lee2019-04-021-8/+30
|
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
|
* Remove unused header file.Tavmjong Bah2019-01-081-1/+0
|
* modernize loopsMarc Jeanmougin2019-01-021-3/+1
|
* Fix codding styleJabiertxof2018-11-091-1/+1
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-2/+2
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* 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
|
* adding gtk-themeJabier Arraiza2018-07-211-12/+13
|
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-3/+3
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | 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-13/+13
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-13/+21
| | | | A lot of header clean-up.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* Tiled Cloned: Remove check for 1.0 in shift exponent codeFlorian Märkl2018-01-101-8/+4
|
* Tiled Cloned: Simplify shift exponent codeFlorian Märkl2018-01-101-10/+4
|
* Tiled Cloned: Apply shift exponent to absolute shiftFlorian Märkl2018-01-101-2/+14
|
* First batchMarc Jeanmougin2017-10-011-5/+3
|
* Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-301-4/+3
|
* Drop GdkWindow update stuff. Now handled automaticallyAlexander Valavanis2017-07-091-1/+0
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-3/+2
|
* Add a make inkscape_pot to regen potfileMarc Jeanmougin2016-11-111-1/+1
| | | (bzr r15239)
* CloneTiler: Replace all remaining g_signal usageAlex Valavanis2016-08-121-222/+203
| | | (bzr r15055)
* CloneTiler: Further C++ificationAlex Valavanis2016-08-111-9/+9
| | | (bzr r15053)
* CloneTiler: Further C++ificationAlex Valavanis2016-08-111-98/+79
| | | (bzr r15052)
* CloneTiler: Further C++ificationAlex Valavanis2016-08-101-255/+256
| | | (bzr r15051)
* CloneTiler: C++ifyAlex Valavanis2016-08-101-72/+44
| | | (bzr r15050)
* Merged trunkAdrian Boguszewski2016-08-091-189/+28
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-189/+28
| |\ | | | | | | (bzr r15038)
| | * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-189/+28
| | | | | | | | | (bzr r15023.2.7)
* | | Merged trunkAdrian Boguszewski2016-08-031-13/+1
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-13/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+13
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-13/+1
| |/ | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-4/+4
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-12/+12
| | | | | | (bzr r14954.1.19)
* | Added items as a range functionAdrian Boguszewski2016-07-031-4/+4
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-4/+4
|/ | | (bzr r14954.1.10)
* Fix tiling when generic template used to create file. Try 2.Tavmjong Bah2016-06-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------- This line and the following will be ignored -------------- modified: src/ui/dialog/clonetiler.cpp unknown: inkscape_glyph_cursor.txt latex.patch libnrtype_OLD/ share/attributes/attindex.html share/attributes/propidx.html share/extensions/six.py share/icons/icons_template.svg share/icons/symbolic_icons_purged.svg src/cxxtests.xml src/default.svg src/export-objects/ src/glist_removal.diff src/sp-text.cpp_save src/display/cairo-utils.cpp_dither src/display/cairo-utils.h_dither src/display/drawing-shape.cpp_dither src/libnrtype/Layout-TNG-Input.cpp_attempt_to_replace_linefeeds src/libnrtype/Layout-TNG-Input.cpp_works src/ui/dialog/tags_backup.cpp (bzr r14937)
* Fix tiling when generic template used to create file.Tavmjong Bah2016-06-011-1/+1
| | | (bzr r14936)
* clonetiler: Fix deprecated GtkAlignment #Hackfest2016Alex Valavanis2016-04-131-6/+5
| | | (bzr r14808)
* clonetiler: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+13
| | | (bzr r14807)
* Fix a typoJabier Arraiza Cenoz2015-11-081-1/+1
| | | (bzr r14422.1.47)
* Fixes from review form Mc-Jabier Arraiza Cenoz2015-11-071-3/+3
| | | (bzr r14422.1.46)
* Use color if trace dialog is disabledJabier Arraiza Cenoz2015-11-071-1/+1
| | | (bzr r14422.1.43)
* 'End' of picker workJabier Arraiza Cenoz2015-10-311-5/+0
| | | (bzr r14422.1.35)
* Working on pickerJabier Arraiza Cenoz2015-10-311-2/+14
| | | (bzr r14422.1.33)