summaryrefslogtreecommitdiffstats
path: root/src/dialogs/clonetiler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-24Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith1-2916/+0
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
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-51/+51
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-115/+88
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-0/+1
2011-04-11Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment w...Nicolas Dufour1-101/+78
2011-03-08UI fix (message was not clear)Kris De Gussem1-1/+1
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-22/+24
2011-02-02update to latest 2geom !Johan B. C. Engelen1-93/+93
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-23/+5
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour1-9/+3
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-0/+1
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-30/+2
2010-08-14Fix paint bucket toolKrzysztof Kosi??ski1-1/+1
2010-08-14Fix background tracing in clone tiler dialogKrzysztof Kosi??ski1-49/+41
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-0/+1
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-4/+4
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-3/+3
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-7/+6
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-25/+21
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-8/+0
2008-12-05more 2geomificationJohan B. C. Engelen1-2/+2
2008-11-27small 2geomification of clone tile dialogJohan B. C. Engelen1-24/+24
2008-11-21Merge from fe-movedTed Gould1-7/+5
2008-10-27From trunkTed Gould1-131/+129
2008-10-11Merging from trunkTed Gould1-7/+7
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-129/+129