summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/clonetiler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-07-18Ported "ui/dialog/clonetiler.*".Matthew Petroff1-32/+54
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-1/+1
2013-03-29Header cleanupAlex Valavanis1-1/+0
2012-12-09Migrate remaining stuff from GtkTable to GtkGridAlex Valavanis1-4/+43
2012-11-15cppcheck: Simple fixes for src/ui/dialogAlex Valavanis1-10/+10
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-4/+53
2012-04-10Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis1-0/+15
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+60
2012-03-24Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith1-1269/+1186
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-0/+5
2012-02-15Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...Alex Valavanis1-2/+5
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-01-13Adding expression calculator in Clone Tiler (see Bug #773636). Patch by Romain.Nicolas Dufour1-50/+59
2012-01-07dropped deprecated function sp_repr_get_double_attributeKris De Gussem1-10/+12
2012-01-04More GSEAL issuesAlex Valavanis1-1/+1
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-3/+3
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-11-05increase significant digits in clone tile dialogJohan B. C. Engelen1-5/+8
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-4/+3
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-17/+13
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-11/+7
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-15/+9
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-6/+7
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-7/+7
2011-07-01Migrate clonetiler to GtkComboBoxAlex Valavanis1-25/+33
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-3/+3
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-1/+1
2011-06-23Replace deprecated gtk_radio_button_group symbolAlex Valavanis1-8/+8