summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/clonetiler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Open trace dialog on click on pick toogleJabier Arraiza Cenoz2015-10-301-4/+10
| | | (bzr r14422.1.30)
* Add optional presure to width and to sizeJabier Arraiza Cenoz2015-10-301-4/+7
| | | | | Start showing trace dialog (bzr r14422.1.27)
* Fixes clonetiler trace mode on non-px documentsMarc Jeanmougin2015-10-041-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1502521 (bzr r14396)
* Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin2015-04-261-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)
* Merge, resolved conflictsMarc Jeanmougin2015-02-231-4/+7
|\ | | | | (bzr r13922.1.8)
| * Fix for bug 469885: Tiled Clones / Trace: Apply to Size skews resulting ↵Marc Jeanmougin2015-02-211-1/+3
| | | | | | | | | | | | | | | | clone grid Fixed bugs: - https://launchpad.net/bugs/469885 (bzr r13934)
| * Clones. Fix for bug #168651 (Tiled clones inside transformed groups broken)Marc Jeanmougin2015-02-201-3/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168651 (bzr r13929)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-3/+4
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-8/+6
|/ | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-11/+11
| | | (bzr r13820)
* Purge sp_desktop_message_stackLiam P. White2014-12-211-4/+4
| | | (bzr r13817)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-1/+1
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-5/+5
| | | (bzr r13809)
* Update to trunk r13766Liam P. White2014-11-261-2/+2
|\ | | | | (bzr r13341.5.24)
| * Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-2/+2
| | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* | Update to trunk r13750Liam P. White2014-11-241-8/+14
|\| | | | | (bzr r13341.5.23)
| * Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-8/+14
| | | | | | (bzr r13700)
* | Update to experimental r13619Liam P. White2014-10-181-1/+6
|\| | | | | (bzr r13341.5.18)
| * Update to trunk r13621Liam P. White2014-10-171-1/+6
| |\ | | | | | | (bzr r13341.1.278)
| | * Fixed: "Called C++ object pointer is null"Tavmjong Bah2014-10-131-1/+6
| | | | | | | | | (bzr r13609)
* | | Update to experimental r13598Liam P. White2014-10-081-1/+1
|\| | | | | | | | (bzr r13341.5.17)
| * | Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | | | | | | | (bzr r13341.1.247)