| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | more debug output messages | Bob Jamison | 2008-04-13 | 1 | -2/+4 | |
| | | | | (bzr r5420) | |||||
| * | remove split_at_discontinuities from LPE code, because it has been moved to ↵ | Johan B. C. Engelen | 2008-04-13 | 2 | -46/+1 | |
| | | | | | | 2geom. (bzr r5419) | |||||
| * | sync with current 2geom, split_at_discontinuities method and SVGEllipticalArc | Johan B. C. Engelen | 2008-04-13 | 2 | -6/+27 | |
| | | | | (bzr r5418) | |||||
| * | Make fallback to iq auth in the odd situation of server saying it has ↵ | Bob Jamison | 2008-04-13 | 4 | -22/+60 | |
| | | | | | | streams v1.0, but doesnt handle sasl (server bug) (bzr r5417) | |||||
| * | Make pedro dom list simpler | Bob Jamison | 2008-04-13 | 3 | -19/+24 | |
| | | | | (bzr r5416) | |||||
| * | make saslMd5Authenticate() error message a bit smarter | Bob Jamison | 2008-04-13 | 1 | -1/+15 | |
| | | | | (bzr r5415) | |||||
| * | address some char* string literal warnings. | Peter Moulder | 2008-04-13 | 3 | -4/+4 | |
| | | | | (bzr r5414) | |||||
| * | Rewrote code to get rid of 32/64 bit problems, and to make is more ↵ | Bob Jamison | 2008-04-13 | 2 | -203/+196 | |
| | | | | | | stream-like. A bad type pun assuming that a long was 32 bits caused bug #216571 on a 64 bit machine. (bzr r5413) | |||||
| * | Several different i18n issues fixed following report from a_b (adresses bug ↵ | Marcin Floryan | 2008-04-12 | 12 | -24/+29 | |
| | | | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412) | |||||
| * | Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to ↵ | Jasper van de Gronde | 2008-04-12 | 1 | -3/+33 | |
| | | | | | | prevent endpoints from wrongly being recognized as distinct. (fixing bug 216152) (bzr r5411) | |||||
| * | Preserve transform of topmost object when combining paths (fixing bug 215255). | Jasper van de Gronde | 2008-04-12 | 1 | -4/+6 | |
| | | | | (bzr r5410) | |||||
| * | Spiro splines LPE using code by Raph Levien | bulia byak | 2008-04-12 | 10 | -0/+1430 | |
| | | | | (bzr r5409) | |||||
| * | with ctrl, snap handles also to the direction of the opposite handle or line ↵ | bulia byak | 2008-04-12 | 1 | -9/+43 | |
| | | | | | | segment, its continuation and perpendiculars (bzr r5408) | |||||
| * | Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a ↵ | Diederik van Lierop | 2008-04-11 | 10 | -101/+87 | |
| | | | | | | std::list in four different places. Now this is handled in only one place (bzr r5407) | |||||
| * | Cmake: Correct INKSCAPE_LIBDIR value in config.h.cmake, to correct compiling ↵ | Joshua L. Blocher | 2008-04-11 | 1 | -1/+1 | |
| | | | | | | issue with dependency.cpp (bzr r5406) | |||||
| * | make delete-preserving-shape the default used by the toolbar delete button | bulia byak | 2008-04-10 | 1 | -1/+1 | |
| | | | | (bzr r5405) | |||||
| * | make handle length/angle display immediate | bulia byak | 2008-04-10 | 1 | -1/+1 | |
| | | | | (bzr r5404) | |||||
| * | fix bug: extra node added when joining two-node subpaths; comments | bulia byak | 2008-04-10 | 1 | -0/+11 | |
| | | | | (bzr r5403) | |||||
| * | cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also ↵ | Johan B. C. Engelen | 2008-04-10 | 2 | -18/+18 | |
| | | | | | | excluded from build in build.xml (bzr r5402) | |||||
| * | cmake: exclude /src/dom/odf/SvgOdg.cpp that is also excluded from build in ↵ | Johan B. C. Engelen | 2008-04-10 | 1 | -1/+1 | |
| | | | | | | build.xml (bzr r5401) | |||||
| * | cmake: exclude some files that are also excluded from build in build.xml | Johan B. C. Engelen | 2008-04-10 | 3 | -13/+14 | |
| | | | | (bzr r5400) | |||||
| * | adjust the file generation path fir sp-marshal to jive with the include vs ↵ | Aaron Spike | 2008-04-10 | 1 | -5/+1 | |
| | | | | | | add_directories mentality (bzr r5398) | |||||
| * | process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES() | Aaron Spike | 2008-04-10 | 15 | -178/+98 | |
| | | | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397) | |||||
| * | change doEffect functions to use const& parameters | Johan B. C. Engelen | 2008-04-09 | 24 | -35/+35 | |
| | | | | (bzr r5394) | |||||
| * | change to c++ style casts in Effect::New | Johan B. C. Engelen | 2008-04-09 | 1 | -12/+11 | |
| | | | | (bzr r5393) | |||||
| * | change doEffect_path to default to calling pwd2 for all continuous subpaths | Johan B. C. Engelen | 2008-04-09 | 3 | -20/+38 | |
| | | | | (bzr r5392) | |||||
| * | Following this thread: ↵ | Marcin Floryan | 2008-04-09 | 4 | -21/+39 | |
| | | | | | | http://www.nabble.com/Extension-parameters-td9064285.html#a9064285 cleaned up python webbrowser_* scripts by replacing with one generic launch_webbrowser.py. This required a bit of work with extensions to handle hidden GUI parameters better. URLs are now in the inkscape_help_*.inx files. (bzr r5390) | |||||
| * | another currentColor fix from bug 174720 | bulia byak | 2008-04-08 | 1 | -2/+2 | |
| | | | | (bzr r5389) | |||||
| * | rename LPESkeletalStrokes -> LPEPatternAlongPath | Johan B. C. Engelen | 2008-04-08 | 6 | -42/+42 | |
| | | | | (bzr r5386) | |||||
| * | rename LPEPathAlongPath -> LPEBendPath | Johan B. C. Engelen | 2008-04-08 | 6 | -25/+24 | |
| | | | | (bzr r5385) | |||||
| * | since marker size depends on stroke width, write stroke width if there's no ↵ | bulia byak | 2008-04-08 | 1 | -2/+19 | |
| | | | | | | stroke but there are markers (bzr r5384) | |||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 22 | -547/+547 | |
| | | | | (bzr r5379) | |||||
| * | cmake: convert more files to svn native eol style. i think only subdirs to ↵ | Johan B. C. Engelen | 2008-04-07 | 1 | -297/+297 | |
| | | | | | | go now. (bzr r5376) | |||||
| * | Refactor snapper and snapindicator (in order to enable the snapindicator in ↵ | Diederik van Lierop | 2008-04-07 | 14 | -202/+224 | |
| | | | | | | the selector tool) (bzr r5374) | |||||
| * | remove antediluvian cruft | bulia byak | 2008-04-07 | 1 | -15/+0 | |
| | | | | (bzr r5363) | |||||
| * | revert last change: svg spec says that even one zero dimension suppresses ↵ | bulia byak | 2008-04-07 | 1 | -1/+1 | |
| | | | | | | rendering, so this change will need to wait until we switch SPRect to using path (bzr r5362) | |||||
| * | allow a rect with only one dimension == 0 to have curve | bulia byak | 2008-04-07 | 1 | -1/+1 | |
| | | | | (bzr r5361) | |||||
| * | fix bug with garbage lines caused with close_path when part of a subpath is ↵ | bulia byak | 2008-04-07 | 1 | -2/+12 | |
| | | | | | | optimized out (bzr r5360) | |||||
| * | Cmake: more fixs for C internal libs | Joshua L. Blocher | 2008-04-07 | 4 | -6/+21 | |
| | | | | (bzr r5358) | |||||
| * | Cmake: Added internal link libraries | Joshua L. Blocher | 2008-04-06 | 1 | -1/+1 | |
| | | | | (bzr r5357) | |||||
| * | CMake build work | Aaron Spike | 2008-04-06 | 1 | -20/+9 | |
| | | | | | | | | - Comment inkview.cpp because it is another executable file. These will each need to be separated into their own targets. - Move deptool.cpp into win32 only. perhaps this isn't used at all for cmake builds. - aggregate all the link flags into a var and pass to the linker to avoid platform specific naming conventions. (bzr r5356) | |||||
| * | Cmake: Added link libraries | Joshua L. Blocher | 2008-04-06 | 1 | -1/+16 | |
| | | | | (bzr r5355) | |||||
| * | Cmake: Fix registrytool.cpp to compile on windows only | Joshua L. Blocher | 2008-04-05 | 1 | -1/+8 | |
| | | | | (bzr r5354) | |||||
| * | Enable/disable selection tools to match selection | Jon A. Cruz | 2008-04-05 | 1 | -13/+35 | |
| | | | | (bzr r5353) | |||||
| * | Const char fixup | Jon A. Cruz | 2008-04-05 | 1 | -5/+5 | |
| | | | | (bzr r5351) | |||||
| * | cmake: fix file names in marshal generation | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 | |
| | | | | (bzr r5349) | |||||
| * | RegisteredTransformedPoint: fix methods to use const&. | Johan B. C. Engelen | 2008-04-05 | 3 | -4/+9 | |
| | | | | | | LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348) | |||||
| * | cmake: fix prefix | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 | |
| | | | | (bzr r5346) | |||||
| * | Cmake: add missing CMakeLists.txt | Joshua L. Blocher | 2008-04-05 | 1 | -0/+23 | |
| | | | | (bzr r5340) | |||||
| * | add include file to build with gcc4.3 | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 | |
| | | | | (bzr r5339) | |||||
