summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* naming: avoid unintentional double-meanings (part 1)MenTaLguY2007-08-192-15/+15
* Filter effects dialog:Nicholas Bishop2007-08-191-0/+2
* Filter effects dialog:Nicholas Bishop2007-08-191-1/+1
* Filter effects dialog:Nicholas Bishop2007-08-193-33/+63
* fix build for boost and imagemagickBob Jamison2007-08-191-6/+26
* Separated the OCAL import and export dialogs into their own source file - oca...Joel Holdsworth2007-08-197-1063/+997
* Added the ability to set the precision of gradient mesh approximation in PdfP...miklosh2007-08-182-34/+54
* patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellowbulia byak2007-08-181-0/+13
* patch by Dennis Lin: use Gdk::Region for repaintbulia byak2007-08-181-22/+14
* Fixed the name of Open Clip Art Library in the verbs file...Jon Phillips2007-08-181-2/+2
* if there's no icon, create a toggle button with text labelbulia byak2007-08-181-18/+19
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-1815-153/+662
* Doh! Sorry for breaking compile (always test!)Michael G. Sloan2007-08-182-2/+2
* Fixing a possible segfault in the sbasis to path code (also committed to 2geom))Michael G. Sloan2007-08-182-5/+7
* few changes in import from ocal dialogBruno Dilly2007-08-182-2/+4
* Fixed 2geom sbasis to path (also committed to 2geom svn)Michael G. Sloan2007-08-171-29/+38
* Add lpe-skeleton for easy implementation!Johan B. C. Engelen2007-08-173-8/+2
* Fix LPE:Johan B. C. Engelen2007-08-1715-81/+110
* Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert2007-08-177-19/+263
* Draw perspective lines for infinite VPs, too (they are updated during scrolli...Maximilian Albert2007-08-178-32/+191
* Make sure style is invalidated when setting fill/stroke color in text objectsmiklosh2007-08-171-0/+2
* Moved the code for updating the text matrix to where it belongsmiklosh2007-08-172-26/+27
* Optimized text output by not repeating glyph coordinates when they are identicalmiklosh2007-08-171-2/+20
* Added initial transparency group and softmask supportmiklosh2007-08-173-25/+160
* fixed pix_data buffer width on feTurbulenceFelipe Corr??a da Silva Sanches2007-08-171-5/+7
* * Better labels and icons for OCAL import/exportLuca Bruno2007-08-171-2/+2
* Filter effects dialog:Nicholas Bishop2007-08-175-2/+46
* fixing export to ocal uriBruno Dilly2007-08-171-0/+1
* Filter effects dialog:Nicholas Bishop2007-08-172-5/+76
* Reword transform toggle tooltips based on user feedback regarding theMenTaLguY2007-08-172-4/+4
* first implementation of feTurbulence rendererFelipe Corr??a da Silva Sanches2007-08-162-23/+235
* avoid crash described in bug report [ 1762588 ] crash: feOffset with Felipe Corr??a da Silva Sanches2007-08-161-0/+6
* Remember last used style for single 3D box faces (also fixes bug with wrongly...Maximilian Albert2007-08-168-5/+63
* Don't use lowercase keyboard shortcuts in 3D box toolMaximilian Albert2007-08-161-5/+0
* Slightly better status bar message for Ctrl+draggingMaximilian Albert2007-08-161-8/+8
* Ctrl+dragging constrains movement of 3D box handles to prolongations of the e...Maximilian Albert2007-08-161-28/+120
* Remove second option for resizing 3D boxes (now we have 8 handles; the four f...Maximilian Albert2007-08-164-225/+36
* add import from ocal featureBruno Dilly2007-08-167-92/+575
* Fixed blur not rotating with the object in some cases (bug 1762289)Niko Kiirala2007-08-152-4/+6
* Fixed a problem compiling 2geom/poly.h on 64-bit platformNiko Kiirala2007-08-151-1/+4
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-14129-395/+18593
* Fix for bug #1752113; added set_preview_widget_active(false) to FileSaveDialo...gorodish2007-08-141-24/+25
* changed strndup to its gtk version (g_strndup) because compilation other wise...JiHO2007-08-141-2/+2
* Filter effects dialog:Nicholas Bishop2007-08-142-0/+50
* Rolled back a couple of nasties from a bad patch...oops! Added author of theJon Phillips2007-08-142-20/+1
* Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips2007-08-144-54/+80
* Filter effects dialog:Nicholas Bishop2007-08-141-0/+4
* added some more boilerplate code on feTurbulence.Felipe Corr??a da Silva Sanches2007-08-144-14/+63
* * incomplete feImage implementation.Felipe Corr??a da Silva Sanches2007-08-147-32/+66
* Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ...miklosh2007-08-134-33/+148