summaryrefslogtreecommitdiffstats
path: root/src/dialogs/clonetiler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-3/+3
| | | (bzr r3791)
* Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to ↵Peter Moulder2007-05-231-1/+7
| | | | | GEOMETRIC_BBOX, as requested in bug #1722238. (bzr r3036)
* make rotations, scales and flips work with the object's rotation axisbulia byak2007-03-311-11/+21
| | | (bzr r2795)
* fix the combination of P4+ symmetries with exponentbulia byak2007-03-231-14/+11
| | | (bzr r2743)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-16/+23
| | | (bzr r2538)
* switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY2007-03-041-10/+8
| | | | | rect handling, though) (bzr r2536)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-6/+3
| | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466)
* fix crash when tracing with too small clonesbulia byak2007-02-241-1/+2
| | | (bzr r2423)
* fix crash when tracing with too small clonesbulia byak2007-02-241-0/+4
| | | (bzr r2422)
* fix 1658088bulia byak2007-02-121-4/+4
| | | (bzr r2370)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+1
| | | | | create methods to match DOM (bzr r2253)
* fix filter area clipping when blurring a squeezed objectbulia byak2007-01-161-1/+1
| | | (bzr r2221)
* non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen2006-11-271-10/+13
| | | (bzr r2045)
* fix calculating the blur radius, use the new APIbulia byak2006-10-231-5/+5
| | | (bzr r1841)
* make blur slider a percentage; change opacity to 1..100 as well; ensure the ↵bulia byak2006-10-201-1/+4
| | | | | filter margins are at least twice the blur radius (bzr r1817)
* undo annotationsbulia byak2006-10-101-3/+3
| | | (bzr r1793)
* Add blurbulia byak2006-10-081-10/+89
| | | (bzr r1781)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-3/+6
| | | (bzr r1315)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-1/+2
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-16/+16
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* Shrunk a few icon sizes.Jon A. Cruz2006-04-081-2/+2
| | | (bzr r457)
* Decoupling from direct use of GtkIconSize to allow for smaller custom ones.Jon A. Cruz2006-04-061-2/+2
| | | (bzr r439)
* preserve (but not use yet) rotation center when making tiled clonesbulia byak2006-03-281-0/+18
| | | (bzr r315)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-0/+1
| | | (bzr r232)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+3
| | | | | #1290647 (bzr r180)
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-241-0/+3
| | | | | part of fix for #1290647 (bzr r178)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-77/+77
| | | (bzr r134)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+2578
(bzr r1)