summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* translator commentArpad Biro2008-04-131-0/+1
| | | (bzr r5424)
* sync with current 2geom, split_at_discontinuities method and SVGEllipticalArcJohan B. C. Engelen2008-04-133-690/+816
| | | (bzr r5423)
* improve error reporting from TcpSocketBob Jamison2008-04-133-35/+65
| | | (bzr r5422)
* translator commentArpad Biro2008-04-131-0/+1
| | | (bzr r5421)
* more debug output messagesBob Jamison2008-04-131-2/+4
| | | (bzr r5420)
* remove split_at_discontinuities from LPE code, because it has been moved to ↵Johan B. C. Engelen2008-04-132-46/+1
| | | | | 2geom. (bzr r5419)
* sync with current 2geom, split_at_discontinuities method and SVGEllipticalArcJohan B. C. Engelen2008-04-132-6/+27
| | | (bzr r5418)
* Make fallback to iq auth in the odd situation of server saying it has ↵Bob Jamison2008-04-134-22/+60
| | | | | streams v1.0, but doesnt handle sasl (server bug) (bzr r5417)
* Make pedro dom list simplerBob Jamison2008-04-133-19/+24
| | | (bzr r5416)
* make saslMd5Authenticate() error message a bit smarterBob Jamison2008-04-131-1/+15
| | | (bzr r5415)
* address some char* string literal warnings.Peter Moulder2008-04-133-4/+4
| | | (bzr r5414)
* Rewrote code to get rid of 32/64 bit problems, and to make is more ↵Bob Jamison2008-04-132-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 Floryan2008-04-1214-34/+37
| | | | | #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 Gronde2008-04-121-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 Gronde2008-04-121-4/+6
| | | (bzr r5410)
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-1210-0/+1430
| | | (bzr r5409)
* with ctrl, snap handles also to the direction of the opposite handle or line ↵bulia byak2008-04-121-9/+43
| | | | | segment, its continuation and perpendiculars (bzr r5408)
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a ↵Diederik van Lierop2008-04-1110-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. Blocher2008-04-113-28/+28
| | | | | issue with dependency.cpp (bzr r5406)
* make delete-preserving-shape the default used by the toolbar delete buttonbulia byak2008-04-101-1/+1
| | | (bzr r5405)
* make handle length/angle display immediatebulia byak2008-04-101-1/+1
| | | (bzr r5404)
* fix bug: extra node added when joining two-node subpaths; commentsbulia byak2008-04-101-0/+11
| | | (bzr r5403)
* cmake: exclude /src/dom/work/.* and /src/extension/dxf2svg/.* that are also ↵Johan B. C. Engelen2008-04-102-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. Engelen2008-04-101-1/+1
| | | | | build.xml (bzr r5401)
* cmake: exclude some files that are also excluded from build in build.xmlJohan B. C. Engelen2008-04-103-13/+14
| | | (bzr r5400)
* cmake: include javainc dir. please check if this works on linux and solaris tooJohan B. C. Engelen2008-04-102-0/+15
| | | (bzr r5399)
* adjust the file generation path fir sp-marshal to jive with the include vs ↵Aaron Spike2008-04-101-5/+1
| | | | | add_directories mentality (bzr r5398)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-1015-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)
* replace setting flags as variables with use of add_definitions() to avoid ↵Aaron Spike2008-04-101-10/+8
| | | | | quoting issues and because it looks like the proper cmake way (bzr r5396)
* don't set -j anything by default - its not useful and may cause breakage ↵Peter Linnell2008-04-091-1/+1
| | | | | debugging the new cmake build setup (bzr r5395)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-0924-35/+35
| | | (bzr r5394)
* change to c++ style casts in Effect::NewJohan B. C. Engelen2008-04-091-12/+11
| | | (bzr r5393)
* change doEffect_path to default to calling pwd2 for all continuous subpathsJohan B. C. Engelen2008-04-093-20/+38
| | | (bzr r5392)
* Fixed Makefile following earlier commit (removed and added relevant .py files)Marcin Floryan2008-04-091-8/+1
| | | (bzr r5391)
* Following this thread: ↵Marcin Floryan2008-04-0921-151/+81
| | | | | 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 174720bulia byak2008-04-081-2/+2
| | | (bzr r5389)
* commit patch for LaTeX extension. fixes bug #195052Johan B. C. Engelen2008-04-081-4/+6
| | | (bzr r5388)
* cmake: remove slashes from previous commit. they really should not be there. ↵Johan B. C. Engelen2008-04-081-1/+1
| | | | | looking elsewhere to fix my prob... (bzr r5387)
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-086-42/+42
| | | (bzr r5386)
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-086-25/+24
| | | (bzr r5385)
* since marker size depends on stroke width, write stroke width if there's no ↵bulia byak2008-04-081-2/+19
| | | | | stroke but there are markers (bzr r5384)
* cmake: add CheckStructMember.cmake from KDE. enable struct checks (does this ↵Johan B. C. Engelen2008-04-072-6/+68
| | | | | struct even exist? not here on windows) (bzr r5383)
* cmake: add many config define checksJohan B. C. Engelen2008-04-071-4/+37
| | | (bzr r5382)
* cmake: add \\ to string define so result is something like: -DSSL=\" sfsdf ↵Johan B. C. Engelen2008-04-071-1/+1
| | | | | \" (note the slashes in front of the ") (bzr r5381)
* set correct svn:eol-style native for LPE files.Johan B. C. Engelen2008-04-070-0/+0
| | | (bzr r5380)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-0722-547/+547
| | | (bzr r5379)
* cmake: generate config files in CMAKE_BINARY_DIR instead of ↵Johan B. C. Engelen2008-04-071-5/+5
| | | | | CMAKE_CURRENT_BINARY_DIR . add extra comments. (bzr r5378)
* cmake: EOLJohan B. C. Engelen2008-04-071-110/+110
| | | (bzr r5377)
* cmake: convert more files to svn native eol style. i think only subdirs to ↵Johan B. C. Engelen2008-04-072-311/+311
| | | | | go now. (bzr r5376)
* cmake: make all cmakescripts svn:eol-style native. solved problem i thinkJohan B. C. Engelen2008-04-071-0/+1
| | | (bzr r5375)