| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | warning cleanup and fixed string free issue | Jon A. Cruz | 2008-05-04 | 1 | -1/+1 |
| | | | | (bzr r5594) | ||||
| * | patch from bug 170978 | bulia byak | 2008-03-27 | 1 | -8/+8 |
| | | | | (bzr r5205) | ||||
| * | set busy cursor and statusbar message while creating clones | bulia byak | 2008-03-22 | 1 | -0/+11 |
| | | | | (bzr r5158) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -5/+4 |
| | | | | (bzr r5149) | ||||
| * | fix 179178 | bulia byak | 2008-03-09 | 1 | -0/+3 |
| | | | | (bzr r5012) | ||||
| * | Really fix P6M Clone Tiler mode (case where w <= h). | Tavmjong Bah | 2008-03-07 | 1 | -1/+1 |
| | | | | (bzr r4985) | ||||
| * | Fix for bug 199387 (p3, p6 modes of Clone Tiler broken) | Tavmjong Bah | 2008-03-07 | 1 | -32/+32 |
| | | | | (bzr r4983) | ||||
| * | Fix for bug 184668 (Tile clone random scaling broken) | Tavmjong Bah | 2008-02-26 | 1 | -2/+2 |
| | | | | (bzr r4863) | ||||
| * | Cleanup: | Tavmjong Bah | 2007-12-24 | 1 | -237/+509 |
| | | | | | | | | | | | | | | | | | | | | | | | | Consistant variable names. x, y used for positions. i, j used for column/row. Added check boxes to remove the automatic adding of tile width and height in calculating shift. Useful when placing clones on a circle or spiral (and in some cases when using the Exponent parameter where adding a -100% shift is not the same as excluding the shift). Added "Base" parameters to scaling. This allows drawing of logarithmic spirals such as found in nature (e.g. nautilus shell, pine cone). When non-zero, it changes the scale factor to be base^(scale-1). Added "Cumulate" to shift, scale, rotate. In the case of shifting, it allows uniformly scaled clones to be placed touching each other. For example, a "10% shift" normally results in clones being shifted by 10%, 20%, 30%, ... With the Cumulate box checked, the shifts become 10%, 10+20%, 10+20+30%, ... Adding "Cumulate" to the Scale and Rotation tabs may be of dubious value... but it can easily be removed. (bzr r4299) | ||||
| * | fix pmg | bulia byak | 2007-12-02 | 1 | -8/+12 |
| | | | | (bzr r4155) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -37/+37 |
| | | | | (bzr r4043) | ||||
| * | Fixed unsafe hardcoding of buffer size | Jon A. Cruz | 2007-09-24 | 1 | -3/+3 |
| | | | | (bzr r3791) | ||||
| * | Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to ↵ | Peter Moulder | 2007-05-23 | 1 | -1/+7 |
| | | | | | | GEOMETRIC_BBOX, as requested in bug #1722238. (bzr r3036) | ||||
| * | make rotations, scales and flips work with the object's rotation axis | bulia byak | 2007-03-31 | 1 | -11/+21 |
| | | | | (bzr r2795) | ||||
| * | fix the combination of P4+ symmetries with exponent | bulia byak | 2007-03-23 | 1 | -14/+11 |
| | | | | (bzr r2743) | ||||
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 1 | -16/+23 |
| | | | | (bzr r2538) | ||||
| * | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 2007-03-04 | 1 | -10/+8 |
| | | | | | | rect handling, though) (bzr r2536) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -1/+1 |
| | | | | (bzr r2472) | ||||
| * | refactor sp_svg_transform_write to return a dynamically-allocated string | MenTaLguY | 2007-02-28 | 1 | -6/+3 |
| | | | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466) | ||||
| * | fix crash when tracing with too small clones | bulia byak | 2007-02-24 | 1 | -1/+2 |
| | | | | (bzr r2423) | ||||
| * | fix crash when tracing with too small clones | bulia byak | 2007-02-24 | 1 | -0/+4 |
| | | | | (bzr r2422) | ||||
| * | fix 1658088 | bulia byak | 2007-02-12 | 1 | -4/+4 |
| | | | | (bzr r2370) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -1/+1 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | fix filter area clipping when blurring a squeezed object | bulia byak | 2007-01-16 | 1 | -1/+1 |
| | | | | (bzr r2221) | ||||
| * | non-gtkmm dialogs are now always opened ON-screen | Johan B. C. Engelen | 2006-11-27 | 1 | -10/+13 |
| | | | | (bzr r2045) | ||||
| * | fix calculating the blur radius, use the new API | bulia byak | 2006-10-23 | 1 | -5/+5 |
| | | | | (bzr r1841) | ||||
| * | make blur slider a percentage; change opacity to 1..100 as well; ensure the ↵ | bulia byak | 2006-10-20 | 1 | -1/+4 |
| | | | | | | filter margins are at least twice the blur radius (bzr r1817) | ||||
| * | undo annotations | bulia byak | 2006-10-10 | 1 | -3/+3 |
| | | | | (bzr r1793) | ||||
| * | Add blur | bulia byak | 2006-10-08 | 1 | -10/+89 |
| | | | | (bzr r1781) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -1/+1 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -1/+1 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -3/+6 |
| | | | | (bzr r1315) | ||||
| * | replace nr_new() with g_new(), and try to converge on using the glib ↵ | MenTaLguY | 2006-05-28 | 1 | -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, ↵ | MenTaLguY | 2006-04-17 | 1 | -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. Cruz | 2006-04-08 | 1 | -2/+2 |
| | | | | (bzr r457) | ||||
| * | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 2006-04-06 | 1 | -2/+2 |
| | | | | (bzr r439) | ||||
| * | preserve (but not use yet) rotation center when making tiled clones | bulia byak | 2006-03-28 | 1 | -0/+18 |
| | | | | (bzr r315) | ||||
| * | #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. | Peter Moulder | 2006-03-13 | 1 | -0/+1 |
| | | | | (bzr r232) | ||||
| * | make sure only positive dialog positions are read from preferences, fixes ↵ | Ralf Stephan | 2006-02-24 | 1 | -0/+3 |
| | | | | | | #1290647 (bzr r180) | ||||
| * | make sure no negative dialog position is written into preferences, | Ralf Stephan | 2006-02-24 | 1 | -0/+3 |
| | | | | | | part of fix for #1290647 (bzr r178) | ||||
| * | bulk whitespace removal patch #1198588 by gigaclon | Ralf Stephan | 2006-02-13 | 1 | -77/+77 |
| | | | | (bzr r134) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+2578 |
| (bzr r1) | |||||
