summaryrefslogtreecommitdiffstats
path: root/src/dialogs/clonetiler.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-24Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith1-2916/+0
(bzr r11125)
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-0/+5
(bzr r10992)
2012-02-15Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ↵Alex Valavanis1-2/+5
Hides many GTK deprecation errors that we can't fix in Inkscape (bzr r10982)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-01-13Adding expression calculator in Clone Tiler (see Bug #773636). Patch by Romain.Nicolas Dufour1-50/+59
(bzr r10879)
2012-01-07dropped deprecated function sp_repr_get_double_attributeKris De Gussem1-10/+12
(bzr r10858)
2012-01-04More GSEAL issuesAlex Valavanis1-1/+1
(bzr r10836)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-3/+3
(bzr r10826)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-11-05increase significant digits in clone tile dialogJohan B. C. Engelen1-5/+8
Fixed bugs: - https://launchpad.net/bugs/171980 (bzr r10725)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-4/+3
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-17/+13
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-11/+7
(bzr r10347.1.21)
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-15/+9
with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-6/+7
(bzr r10461)
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-7/+7
The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
2011-07-01Migrate clonetiler to GtkComboBoxAlex Valavanis1-25/+33
(bzr r10390.1.2)
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-3/+3
(bzr r10350.1.8)
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-1/+1
(bzr r10350.1.7)
2011-06-23Replace deprecated gtk_radio_button_group symbolAlex Valavanis1-8/+8
(bzr r10350.1.1)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
(bzr r10347.1.2)
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-51/+51
(bzr r10282.1.1)
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-115/+88
Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz1-0/+1
SP_ROOT() gtk type function/macro. (bzr r10254)
2011-04-11Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment ↵Nicolas Dufour1-101/+78
with non-zero page in the guide editor dialog). Clonetiler. Code consistency fix. (bzr r10157)
2011-03-08UI fix (message was not clear)Kris De Gussem1-1/+1
(bzr r10085)
2011-02-21Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz1-22/+24
(bzr r10064)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-93/+93
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-10-12Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski1-23/+5
(bzr r9828)
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour1-9/+3
(bzr r9722)
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-0/+1
to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68)
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-30/+2
(bzr r9508.1.67)
2010-08-14Fix paint bucket toolKrzysztof Kosi??ski1-1/+1
(bzr r9508.1.66)
2010-08-14Fix background tracing in clone tiler dialogKrzysztof Kosi??ski1-49/+41
(bzr r9508.1.65)
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-0/+1
(bzr r9508.1.44)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-4/+4
(bzr r9546.1.4)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-3/+3
SPDocument based methods (bzr r9546.1.3)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-7/+6
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8405)
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-25/+21
(bzr r7332)
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-8/+0
(bzr r7045)
2008-12-05more 2geomificationJohan B. C. Engelen1-2/+2
(bzr r6956)
2008-11-27small 2geomification of clone tile dialogJohan B. C. Engelen1-24/+24
(bzr r6911)
2008-11-21Merge from fe-movedTed Gould1-7/+5
(bzr r6891)
2008-10-27From trunkTed Gould1-131/+129
(bzr r6885)
2008-10-11Merging from trunkTed Gould1-7/+7
(bzr r6884)
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-129/+129
(bzr r6836)