summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/clonetiler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-08-12CloneTiler: Replace all remaining g_signal usageAlex Valavanis1-222/+203
2016-08-11CloneTiler: Further C++ificationAlex Valavanis1-9/+9
2016-08-11CloneTiler: Further C++ificationAlex Valavanis1-98/+79
2016-08-10CloneTiler: Further C++ificationAlex Valavanis1-255/+256
2016-08-10CloneTiler: C++ifyAlex Valavanis1-72/+44
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-13/+1
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-189/+28
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+13
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-13/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-4/+4
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-12/+12
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-4/+4
2016-06-01Fix tiling when generic template used to create file. Try 2.Tavmjong Bah1-1/+2
2016-06-01Fix tiling when generic template used to create file.Tavmjong Bah1-1/+1
2016-04-13clonetiler: Fix deprecated GtkAlignment #Hackfest2016Alex Valavanis1-6/+5
2016-04-13clonetiler: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+13
2015-11-08Fix a typoJabier Arraiza Cenoz1-1/+1
2015-11-07Fixes from review form Mc-Jabier Arraiza Cenoz1-3/+3
2015-11-07Use color if trace dialog is disabledJabier Arraiza Cenoz1-1/+1
2015-10-31'End' of picker workJabier Arraiza Cenoz1-5/+0
2015-10-31Working on pickerJabier Arraiza Cenoz1-2/+14
2015-10-30Open trace dialog on click on pick toogleJabier Arraiza Cenoz1-4/+10
2015-10-30Add optional presure to width and to sizeJabier Arraiza Cenoz1-4/+7
2015-10-04Fixes clonetiler trace mode on non-px documentsMarc Jeanmougin1-1/+1
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin1-2/+1
2015-02-21Fix for bug 469885: Tiled Clones / Trace: Apply to Size skews resulting clone...Marc Jeanmougin1-1/+3
2015-02-20Clones. Fix for bug #168651 (Tiled clones inside transformed groups broken)Marc Jeanmougin1-3/+4
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-3/+4
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-8/+6
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-11/+11
2014-12-21Purge sp_desktop_message_stackLiam P. White1-4/+4
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-5/+5
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-2/+2
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-8/+14
2014-10-13Fixed: "Called C++ object pointer is null"Tavmjong Bah1-1/+6
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-08-26Standardise InkscapeApplication GObject implementation (namespace not support...Alex Valavanis1-2/+2
2014-07-11scale tiled clones to document units (Bug 1288860)Alvin Penner1-8/+10
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
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-5/+1
2014-06-252. connect signalsLiam P. White1-18/+22
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-2/+2
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-5/+5
2013-08-04Switched to global UnitTable.Matthew Petroff1-5/+1
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff1-11/+6