| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment ↵ | Nicolas Dufour | 2011-04-11 | 1 | -101/+78 |
| | | | | | | | | with non-zero page in the guide editor dialog). Clonetiler. Code consistency fix. (bzr r10157) | ||||
| * | UI fix (message was not clear) | Kris De Gussem | 2011-03-08 | 1 | -1/+1 |
| | | | | (bzr r10085) | ||||
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -22/+24 |
| | | | | (bzr r10064) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -93/+93 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -28/+27 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -4/+4 |
| | | | | | | | (bzr r9546.1.4) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -3/+3 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -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) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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??ski | 2010-10-12 | 1 | -23/+5 |
| | | | | | | | (bzr r9828) | ||||
| * | | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 1 | -9/+3 |
| |/ | | | (bzr r9722) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8405) | ||||
| * | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 2009-02-19 | 1 | -25/+21 |
| | | | | (bzr r7332) | ||||
| * | get rid of a lot of no longer needed "libnr/nr-..." includes. | Johan B. C. Engelen | 2008-12-30 | 1 | -8/+0 |
| | | | | (bzr r7045) | ||||
| * | more 2geomification | Johan B. C. Engelen | 2008-12-05 | 1 | -2/+2 |
| | | | | (bzr r6956) | ||||
| * | small 2geomification of clone tile dialog | Johan B. C. Engelen | 2008-11-27 | 1 | -24/+24 |
| | | | | (bzr r6911) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -7/+5 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -131/+129 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -7/+7 |
| | | | | (bzr r6884) | ||||
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 1 | -129/+129 |
| | | | | (bzr r6836) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 1 | -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 leak | bulia byak | 2008-09-16 | 1 | -4/+9 |
| | | | | (bzr r6821) | ||||
| * | since all values are 0..1, shifting gamma up must use power<1 so that the ↵ | bulia byak | 2008-08-18 | 1 | -2/+2 |
| | | | | | | values are actually increased by it (bzr r6695) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| | | | | (bzr r6569) | ||||
| * | make clonetiler obey the bbox prefs | bulia byak | 2008-07-24 | 1 | -6/+4 |
| | | | | (bzr r6412) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| | | | | (bzr r5915) | ||||
| * | 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) | ||||
