summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/clonetiler.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-12Add icons to show help in set defauls LPE parametersJabier Arraiza1-2/+2
2019-04-02Tidy various dialog UIsNathan Lee1-8/+30
2019-02-12Header cleanup.Tavmjong Bah1-1/+0
2019-01-08Remove unused header file.Tavmjong Bah1-1/+0
2019-01-02modernize loopsMarc Jeanmougin1-3/+1
2018-11-09Fix codding styleJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof1-2/+2
in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-07-21adding gtk-themeJabier Arraiza1-12/+13
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-3/+3
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-2/+2
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-13/+13
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-13/+21
A lot of header clean-up.
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2018-01-10Tiled Cloned: Remove check for 1.0 in shift exponent codeFlorian Märkl1-8/+4
2018-01-10Tiled Cloned: Simplify shift exponent codeFlorian Märkl1-10/+4
2018-01-10Tiled Cloned: Apply shift exponent to absolute shiftFlorian Märkl1-2/+14
2017-10-01First batchMarc Jeanmougin1-5/+3
2017-09-30Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin1-4/+3
2017-07-09Drop GdkWindow update stuff. Now handled automaticallyAlexander Valavanis1-1/+0
2017-06-29Remove old icon handling codeAlexander Valavanis1-3/+2
2016-11-11Add a make inkscape_pot to regen potfileMarc Jeanmougin1-1/+1
(bzr r15239)
2016-08-12CloneTiler: Replace all remaining g_signal usageAlex Valavanis1-222/+203
(bzr r15055)
2016-08-11CloneTiler: Further C++ificationAlex Valavanis1-9/+9
(bzr r15053)
2016-08-11CloneTiler: Further C++ificationAlex Valavanis1-98/+79
(bzr r15052)
2016-08-10CloneTiler: Further C++ificationAlex Valavanis1-255/+256
(bzr r15051)
2016-08-10CloneTiler: C++ifyAlex Valavanis1-72/+44
(bzr r15050)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-13/+1
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-189/+28
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+13
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-13/+1
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-4/+4
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-12/+12
(bzr r14954.1.19)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-4/+4
(bzr r14954.1.10)
2016-06-01Fix tiling when generic template used to create file. Try 2.Tavmjong Bah1-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)
2016-06-01Fix tiling when generic template used to create file.Tavmjong Bah1-1/+1
(bzr r14936)
2016-04-13clonetiler: Fix deprecated GtkAlignment #Hackfest2016Alex Valavanis1-6/+5
(bzr r14808)
2016-04-13clonetiler: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+13
(bzr r14807)
2015-11-08Fix a typoJabier Arraiza Cenoz1-1/+1
(bzr r14422.1.47)
2015-11-07Fixes from review form Mc-Jabier Arraiza Cenoz1-3/+3
(bzr r14422.1.46)
2015-11-07Use color if trace dialog is disabledJabier Arraiza Cenoz1-1/+1
(bzr r14422.1.43)
2015-10-31'End' of picker workJabier Arraiza Cenoz1-5/+0
(bzr r14422.1.35)
2015-10-31Working on pickerJabier Arraiza Cenoz1-2/+14
(bzr r14422.1.33)
2015-10-30Open trace dialog on click on pick toogleJabier Arraiza Cenoz1-4/+10
(bzr r14422.1.30)
2015-10-30Add optional presure to width and to sizeJabier Arraiza Cenoz1-4/+7
Start showing trace dialog (bzr r14422.1.27)
2015-10-04Fixes clonetiler trace mode on non-px documentsMarc Jeanmougin1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1502521 (bzr r14396)
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin1-2/+1
forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15)