summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added CREATE v0.1 support for gradients/swatches/patternsJoshua L. Blocher2006-04-283-0/+23
| | | (bzr r601)
* Added CREATE v0.1 support for gradients/swatches/patternsJoshua L. Blocher2006-04-281-2/+3
| | | (bzr r600)
* Updated to additions for <switch>Jon A. Cruz2006-04-271-2/+3
| | | (bzr r599)
* Add axis and function token stubs to token setBob Jamison2006-04-272-7/+697
| | | (bzr r598)
* interim cleanup commitBob Jamison2006-04-277-7/+182
| | | (bzr r597)
* fixing conditional attribute evaluation on load (if conditional attributes ↵Andrius Ramanauskas2006-04-271-1/+1
| | | | | were used not in the item under <switch>, on load it was always rendered) (bzr r596)
* Placemark for gradient exportBob Jamison2006-04-271-1/+19
| | | (bzr r595)
* expand the range of dpi to fix 1476741bulia byak2006-04-271-3/+3
| | | (bzr r594)
* use svd for better matrix analysisBob Jamison2006-04-272-302/+552
| | | (bzr r593)
* Adding multiple test output formats.Jon A. Cruz2006-04-278-4/+708
| | | (bzr r592)
* write no/unset fill/stroke to current stylebulia byak2006-04-261-4/+4
| | | (bzr r591)
* fix crash when deleting without nodepathbulia byak2006-04-261-1/+3
| | | (bzr r590)
* Got handedness-reversal to work. Yaay. Images look good nowBob Jamison2006-04-261-19/+96
| | | (bzr r589)
* Added beginnings of CREATE support in path-prefix.hJoshua L. Blocher2006-04-261-1/+20
| | | (bzr r588)
* add listener to root for fit canvas changesAaron Spike2006-04-251-0/+10
| | | (bzr r586)
* Move fit canvas button into PageSizerAaron Spike2006-04-253-27/+29
| | | (bzr r585)
* limit the smallest exponent in transforms; anything smaller is written as 0bulia byak2006-04-253-23/+27
| | | (bzr r583)
* revert 11172, synthesized events are used to update controls spinbuttonsbulia byak2006-04-241-0/+5
| | | (bzr r582)
* fit_canvas_to_drawing when opening imagesAaron Spike2006-04-241-0/+3
| | | (bzr r581)
* refactor redrawing code into pen_redraw_all; cancel current unfinished path, ↵bulia byak2006-04-241-39/+111
| | | | | inctead of finishing it, on leaving pen tool (makes more sense, and fixes a crash on exit); add to_curve and to_line keys (bzr r580)
* moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & ↵Joshua L. Blocher2006-04-246-10/+11
| | | | | context-menu.h, also updated make_insert with change (bzr r579)
* Move contextual info to StackBob Jamison2006-04-234-30/+127
| | | (bzr r578)
* svd hacksBob Jamison2006-04-231-30/+117
| | | (bzr r577)
* Native path supportBob Jamison2006-04-221-7/+5
| | | (bzr r576)
* Native paths and relative path resolutionBob Jamison2006-04-222-9/+661
| | | (bzr r575)
* native path supportBob Jamison2006-04-221-0/+1
| | | (bzr r574)
* native path supportBob Jamison2006-04-221-0/+5
| | | (bzr r573)
* Native path supportBob Jamison2006-04-221-1/+16
| | | (bzr r572)
* Native path supportBob Jamison2006-04-221-2/+42
| | | (bzr r571)
* Add test for norlalization and resolutionBob Jamison2006-04-221-14/+21
| | | (bzr r570)
* Fix normalize()Bob Jamison2006-04-221-5/+21
| | | (bzr r569)
* Config tweaksBob Jamison2006-04-223-2/+55
| | | (bzr r568)
* I guess this was missedBob Jamison2006-04-224-90/+0
| | | (bzr r567)
* Add normalize()Bob Jamison2006-04-222-6/+68
| | | (bzr r566)
* Tweak to use Glib::ustring. Remove warnings.Bob Jamison2006-04-2210-65/+216
| | | (bzr r565)
* minor speedupBob Jamison2006-04-211-13/+21
| | | (bzr r564)
* Minor cleanup. Sort styleTable.Bob Jamison2006-04-212-67/+25
| | | (bzr r563)
* remove compiler warningsRalf Stephan2006-04-211-4/+4
| | | (bzr r562)
* Bug-1474013 - switch works incorrectly with non SP_ITEM childrenAndrius Ramanauskas2006-04-211-1/+1
| | | (bzr r561)
* fixing incorrect group children order (bug introduced with <switch> support)Andrius Ramanauskas2006-04-211-3/+3
| | | (bzr r560)
* 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)
* fix statusbar when cancelling drawingbulia byak2006-04-201-13/+16
| | | (bzr r557)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-2015-209/+1101
| | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)
* disabling rendering optimization for dashed strokes (until optimization is ↵Andrius Ramanauskas2006-04-201-1/+1
| | | | | tweaked to render dashes correctly) (bzr r555)
* try to make license strings translatable (#1473186)Ralf Stephan2006-04-201-10/+10
| | | (bzr r554)
* Fix for [Bug-1473139]Andrius Ramanauskas2006-04-201-7/+5
| | | (bzr r553)
* resolving compiler warningsAndrius Ramanauskas2006-04-202-6/+6
| | | (bzr r552)
* c for calligraphybulia byak2006-04-201-24/+24
| | | (bzr r551)
* remove unused timer codeMenTaLguY2006-04-202-53/+7
| | | (bzr r550)