summaryrefslogtreecommitdiffstats
path: root/src/dialogs/clonetiler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated gtk_radio_button_group symbolAlex Valavanis2011-06-231-8/+8
| | | (bzr r10350.1.1)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-265/+216
|\ | | | | (bzr r9508.1.89)
| * Replace deprecated GtkSignalAlex Valavanis2011-06-131-51/+51
| | | | | | (bzr r10282.1.1)
| * Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-115/+88
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-0/+1
| | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
| * Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment ↵Nicolas Dufour2011-04-111-101/+78
| | | | | | | | | | | | | | with non-zero page in the guide editor dialog). Clonetiler. Code consistency fix. (bzr r10157)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-116/+118
|\| | | | | (bzr r9508.1.73)
| * UI fix (message was not clear)Kris De Gussem2011-03-081-1/+1
| | | | | | (bzr r10085)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-22/+24
| | | | | | (bzr r10064)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-93/+93
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-28/+27
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-28/+27
| |\ | | | | | | (bzr r9945.1.1)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-4/+4
| | | | | | | | | (bzr r9546.1.4)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-3/+3
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-33/+9
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
| * | Remove the failed and unused "new gui" stuff.Krzysztof Kosi??ski2010-10-121-23/+5
| | | | | | | | | (bzr r9828)
| * | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-9/+3
| |/ | | | | (bzr r9722)
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-0/+1
| | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68)
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-30/+2
| | | | | | (bzr r9508.1.67)
* | Fix paint bucket toolKrzysztof Kosi??ski2010-08-141-1/+1
| | | | | | (bzr r9508.1.66)
* | Fix background tracing in clone tiler dialogKrzysztof Kosi??ski2010-08-141-49/+41
| | | | | | (bzr r9508.1.65)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-0/+1
|/ | | (bzr r9508.1.44)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8405)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-25/+21
| | | (bzr r7332)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-8/+0
| | | (bzr r7045)
* more 2geomificationJohan B. C. Engelen2008-12-051-2/+2
| | | (bzr r6956)
* small 2geomification of clone tile dialogJohan B. C. Engelen2008-11-271-24/+24
| | | (bzr r6911)
* Merge from fe-movedTed Gould2008-11-211-7/+5
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-131/+129
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-7/+7
| | | (bzr r6884)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-129/+129
| | | (bzr r6836)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-143/+159
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* hide the item shown for tracing, fixes leakbulia byak2008-09-161-4/+9
| | | (bzr r6821)
* since all values are 0..1, shifting gamma up must use power<1 so that the ↵bulia byak2008-08-181-2/+2
| | | | | values are actually increased by it (bzr r6695)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* make clonetiler obey the bbox prefsbulia byak2008-07-241-6/+4
| | | (bzr r6412)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-1/+1
| | | (bzr r5594)
* patch from bug 170978bulia byak2008-03-271-8/+8
| | | (bzr r5205)
* set busy cursor and statusbar message while creating clonesbulia byak2008-03-221-0/+11
| | | (bzr r5158)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-5/+4
| | | (bzr r5149)
* fix 179178bulia byak2008-03-091-0/+3
| | | (bzr r5012)
* Really fix P6M Clone Tiler mode (case where w <= h).Tavmjong Bah2008-03-071-1/+1
| | | (bzr r4985)
* Fix for bug 199387 (p3, p6 modes of Clone Tiler broken)Tavmjong Bah2008-03-071-32/+32
| | | (bzr r4983)
* Fix for bug 184668 (Tile clone random scaling broken)Tavmjong Bah2008-02-261-2/+2
| | | (bzr r4863)