summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing entryRalf Stephan2006-05-221-0/+1
| | | (bzr r951)
* replace super-linear complexity stacked C stirng concatenations with O(1) ↵MenTaLguY2006-05-221-13/+5
| | | | | append to std::vector (bzr r932)
* added pdf metainfo authorAdib Taraben2006-05-211-1/+1
| | | (bzr r921)
* * src/extension/internal/pdf.cpp: Compilation fix. For versionsmjwybrow2006-05-211-0/+4
| | | | | | of glib older that 2.9.0, use g_date_set_time() instead of g_date_set_time_t(). (bzr r912)
* add %%EOF trailer for DSC-complianceMenTaLguY2006-05-211-0/+2
| | | (bzr r911)
* completet some more metainfo (title, creator, producer, date) for pdfAdib Taraben2006-05-211-4/+17
| | | (bzr r908)
* Minor parameter type and snprintf safety tweakJon A. Cruz2006-05-191-2/+4
| | | (bzr r889)
* PDF export patch by Ulf Eriksonbulia byak2006-05-196-0/+2202
| | | (bzr r885)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-092-4/+4
| | | (bzr r787)
* more vectorization, this time in bluredgeMenTaLguY2006-05-091-7/+3
| | | (bzr r785)
* r11676@tres: ted | 2006-05-05 21:45:20 -0700Ted Gould2006-05-061-48/+16
| | | | | Switching over to AutoGUI. (bzr r750)
* fix a typo. add more comments.Bob Jamison2006-05-031-7/+55
| | | (bzr r717)
* add gradient commentsBob Jamison2006-05-031-2/+28
| | | (bzr r715)
* r11569@tres: ted | 2006-04-29 08:55:02 -0700Ted Gould2006-05-021-1/+1
| | | | | | | Pushing the document and node deeper into the code. This way parameters can be placed and edited on those. Mostly, this commit involves getting them into the autogui. (bzr r689)
* r11464@tres: ted | 2006-04-19 09:03:15 -0700Ted Gould2006-05-021-2/+2
| | | | | Adding descriptions and scopes for the parameters. (bzr r672)
* remove warningsBob Jamison2006-04-291-3/+3
| | | (bzr r616)
* Placemark for gradient exportBob Jamison2006-04-271-1/+19
| | | (bzr r595)
* use svd for better matrix analysisBob Jamison2006-04-272-302/+552
| | | (bzr r593)
* Got handedness-reversal to work. Yaay. Images look good nowBob Jamison2006-04-261-19/+96
| | | (bzr r589)
* fit_canvas_to_drawing when opening imagesAaron Spike2006-04-241-0/+3
| | | (bzr r581)
* svd hacksBob Jamison2006-04-231-30/+117
| | | (bzr r577)
* Native paths and relative path resolutionBob Jamison2006-04-222-9/+661
| | | (bzr r575)
* Minor cleanup. Sort styleTable.Bob Jamison2006-04-212-67/+25
| | | (bzr r563)
* remove duplicate styles, add placeholders for opacitiesBob Jamison2006-04-201-1/+11
| | | (bzr r559)
* Use dual maps to remove duplicates in style tableBob Jamison2006-04-202-79/+127
| | | (bzr r558)
* Got images working correctlyBob Jamison2006-04-141-8/+14
| | | (bzr r526)
* Remove warningsBob Jamison2006-04-141-1/+1
| | | (bzr r524)
* Fixed desktop-to-doc Y flipBob Jamison2006-04-141-12/+18
| | | (bzr r521)
* Initial resultsBob Jamison2006-04-141-45/+126
| | | (bzr r519)
* Added curvesBob Jamison2006-04-141-18/+105
| | | (bzr r515)
* Added meta-info stubBob Jamison2006-04-132-2/+71
| | | (bzr r514)
* More WIP. Got all of the files generated. Now just work on content.xml to ↵Bob Jamison2006-04-132-69/+278
| | | | | get viable info into OO.org (bzr r513)
* wipBob Jamison2006-04-132-203/+277
| | | (bzr r508)
* add some sp_* stuffBob Jamison2006-04-121-0/+30
| | | (bzr r504)
* still WIP. added tree-descending codeBob Jamison2006-04-122-25/+49
| | | (bzr r503)
* WIP commitBob Jamison2006-04-122-7/+275
| | | (bzr r499)
* change include path for ziptoolBob Jamison2006-04-121-1/+1
| | | (bzr r484)
* First dependency on ziptoolBob Jamison2006-04-101-4/+4
| | | (bzr r471)
* r11029@tres: ted | 2006-03-18 11:01:42 -0800Ted Gould2006-03-291-1/+1
| | | | | Updating the default destination to "| lp" (bzr r356)
* fix 1459154bulia byak2006-03-271-1/+1
| | | (bzr r310)
* Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h ↵Peter Moulder2006-03-132-226/+226
| | | | | files created since cvs2svn). (bzr r234)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-1/+1
| | | (bzr r232)
* Fix: was using locale to format SVG numbers.Peter Moulder2006-03-132-83/+143
| | | | | | | Use normal attributes instead of style attribute, for greater viewer compatibility. Tidy up the produced SVG: trim trailing zeros from numbers. Stronger detection of invalid .ggr files. (bzr r225)
* fix 1311015bulia byak2006-02-231-1/+1
| | | (bzr r175)
* Add new placeholder for ODFBob Jamison2006-02-164-6/+237
| | | (bzr r150)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-131-2/+2
| | | (bzr r134)
* rearrange effect submenus, rename some effects, fix capitalizationbulia byak2006-02-101-1/+1
| | | (bzr r109)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-3015-46/+110
| | | | | | | | Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)
* moving trunk for module inkscapeMenTaLguY2006-01-1631-0/+5404
(bzr r1)