| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use the embedded thumbnails for preview when poppler-cairo is not available | miklosh | 2007-08-20 | 2 | -23/+62 |
| | | | | (bzr r3550) | ||||
| * | added import/export preferences category | Bruno Dilly | 2007-08-20 | 3 | -18/+33 |
| | | | | (bzr r3549) | ||||
| * | committed patch 1777220 by John Faith to fix compilation of Inkscape on OS X ↵ | JiHO | 2007-08-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | 10.3 (Panther) g_return_val_if_fail(fabs(denom) > 1e-6, NR::Nothing()); is apparently causing gcc 3.3 to fail (OS X 10.3) with the error: line-geometry.cpp: In member function `virtual NR::Maybe<NR::Point> Box3D::Line::intersect(const Box3D::Line&)': line-geometry.cpp:57: error: parse error before `;' token If the NR::Nothing() is simply broken out as its own variable instead of including it in g_return_val_if_fail(), then the file compiles. The root cause is not known, but I assume this is a gcc bug. This was the only source change needed for building svn 15634 for OS X 10.3. (bzr r3548) | ||||
| * | gobble motion events when dragging selection - looks like with recent gtk, ↵ | bulia byak | 2007-08-20 | 1 | -3/+2 |
| | | | | | | this does not lose grab anymore (bzr r3547) | ||||
| * | merge of dialog and impl classes of ocaldialogs | Bruno Dilly | 2007-08-20 | 3 | -266/+101 |
| | | | | (bzr r3546) | ||||
| * | fix 1777084 | bulia byak | 2007-08-20 | 2 | -0/+14 |
| | | | | (bzr r3545) | ||||
| * | search and reset buttons added to ocal related features. fixed signals in ↵ | Bruno Dilly | 2007-08-20 | 7 | -253/+109 |
| | | | | | | import from ocal dialog. (bzr r3544) | ||||
| * | speed up node and handle dragging by gobbling unprocessed motion events | bulia byak | 2007-08-19 | 1 | -0/+2 |
| | | | | (bzr r3543) | ||||
| * | Disable the page selector when there's only one page | miklosh | 2007-08-19 | 1 | -0/+4 |
| | | | | (bzr r3541) | ||||
| * | Added checks for pixbuf/pixmap allocation failure | miklosh | 2007-08-19 | 1 | -2/+7 |
| | | | | (bzr r3540) | ||||
| * | Removed left-in debug stuff which caused frenzy | miklosh | 2007-08-19 | 1 | -3/+1 |
| | | | | (bzr r3539) | ||||
| * | Fixed some compiler warnings | miklosh | 2007-08-19 | 1 | -13/+7 |
| | | | | (bzr r3537) | ||||
| * | Add default value stuff for LPE parameters | Johan B. C. Engelen | 2007-08-19 | 8 | -23/+84 |
| | | | | (bzr r3536) | ||||
| * | Remove the clipping path emitted before the 'sh' operator since that same ↵ | miklosh | 2007-08-19 | 1 | -0/+21 |
| | | | | | | path is filled later (bzr r3535) | ||||
| * | update actual key shortcut for inflate mode | MenTaLguY | 2007-08-19 | 1 | -2/+2 |
| | | | | (bzr r3532) | ||||
| * | Renaming some labels in the snapping tab | Diederik van Lierop | 2007-08-19 | 1 | -6/+8 |
| | | | | (bzr r3531) | ||||
| * | Corrected image mask generation | miklosh | 2007-08-19 | 1 | -28/+14 |
| | | | | (bzr r3529) | ||||
| * | Turn off default object snapping | Diederik van Lierop | 2007-08-19 | 1 | -2/+2 |
| | | | | (bzr r3527) | ||||
| * | Added autoconf checks for poppler-cairo and cairo-ft which are needed for ↵ | miklosh | 2007-08-19 | 2 | -2/+16 |
| | | | | | | PDF preview to work (bzr r3526) | ||||
| * | Relocated the code that adds a link to the example folder inside from ↵ | Joel Holdsworth | 2007-08-19 | 2 | -7/+13 |
| | | | | | | file.cpp to filedialogimpl-gtkmm.cpp (bzr r3525) | ||||
| * | * Fixed path-along-path with correct filling now! (2geom fix) | Johan B. C. Engelen | 2007-08-19 | 2 | -8/+34 |
| | | | | | | * sp_shape_update_effect is now called much less than before. (bzr r3524) | ||||
| * | Added a PDF import settings dialog | miklosh | 2007-08-19 | 4 | -6/+585 |
| | | | | (bzr r3523) | ||||
| * | forgot to add lpe-skeleton files to SVN... | Johan B. C. Engelen | 2007-08-19 | 2 | -0/+156 |
| | | | | (bzr r3522) | ||||
| * | Fixed a typo and an off-by-one error | miklosh | 2007-08-19 | 1 | -2/+2 |
| | | | | (bzr r3521) | ||||
| * | Require a pageBox in the constructor for GfxState so that we do not always ↵ | miklosh | 2007-08-19 | 2 | -3/+4 |
| | | | | | | need to specify a cropbox (bzr r3520) | ||||
| * | search button and description label add to import from ocal dialog | Bruno Dilly | 2007-08-19 | 3 | -10/+29 |
| | | | | (bzr r3519) | ||||
| * | fixing the ocal dialogs bug | Bruno Dilly | 2007-08-19 | 4 | -937/+1369 |
| | | | | (bzr r3518) | ||||
| * | naming: avoid unintentional double-meanings (part 2) | MenTaLguY | 2007-08-19 | 3 | -6/+6 |
| | | | | (bzr r3517) | ||||
| * | naming: avoid unintentional double-meanings (part 1) | MenTaLguY | 2007-08-19 | 2 | -15/+15 |
| | | | | (bzr r3516) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-19 | 1 | -0/+2 |
| | | | | | | * The selection dots in the filter dialog should update when the blend or blur is changed in the fill/stroke dialog. (bzr r3515) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-19 | 1 | -1/+1 |
| | | | | | | feMerge fix; adding a new input should only happen if the user's drag motion points to a valid input primitive (bzr r3514) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-19 | 3 | -33/+63 |
| | | | | | | | | | | Lots of fixes for the light source controls for feDiffuseLighting and feSpecularLighting: * Corrected feDistantLight name (was feDistanceLight) * Corrected elevation attribute (was using azimuth) * Corrected visibility of the light control widgets when changing filter primitives * Changed the light source type combobox to show nothing if a filter light primitive has no light source (bzr r3513) | ||||
| * | fix build for boost and imagemagick | Bob Jamison | 2007-08-19 | 1 | -6/+26 |
| | | | | (bzr r3512) | ||||
| * | Separated the OCAL import and export dialogs into their own source file - ↵ | Joel Holdsworth | 2007-08-19 | 7 | -1063/+997 |
| | | | | | | ocaldialogs.cpp and ocaldialogs.h (bzr r3511) | ||||
| * | Added the ability to set the precision of gradient mesh approximation in ↵ | miklosh | 2007-08-18 | 2 | -34/+54 |
| | | | | | | PdfParser (bzr r3510) | ||||
| * | patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellow | bulia byak | 2007-08-18 | 1 | -0/+13 |
| | | | | (bzr r3509) | ||||
| * | patch by Dennis Lin: use Gdk::Region for repaint | bulia byak | 2007-08-18 | 1 | -22/+14 |
| | | | | (bzr r3508) | ||||
| * | Fixed the name of Open Clip Art Library in the verbs file... | Jon Phillips | 2007-08-18 | 1 | -2/+2 |
| | | | | (bzr r3507) | ||||
| * | if there's no icon, create a toggle button with text label | bulia byak | 2007-08-18 | 1 | -18/+19 |
| | | | | (bzr r3506) | ||||
| * | Improved handling bounding boxes and rotated/skewed coordinates in filters | Niko Kiirala | 2007-08-18 | 15 | -153/+662 |
| | | | | (bzr r3505) | ||||
| * | Doh! Sorry for breaking compile (always test!) | Michael G. Sloan | 2007-08-18 | 2 | -2/+2 |
| | | | | (bzr r3504) | ||||
| * | Fixing a possible segfault in the sbasis to path code (also committed to 2geom)) | Michael G. Sloan | 2007-08-18 | 2 | -5/+7 |
| | | | | (bzr r3503) | ||||
| * | few changes in import from ocal dialog | Bruno Dilly | 2007-08-18 | 2 | -2/+4 |
| | | | | (bzr r3502) | ||||
| * | Fixed 2geom sbasis to path (also committed to 2geom svn) | Michael G. Sloan | 2007-08-17 | 1 | -29/+38 |
| | | | | (bzr r3501) | ||||
| * | Add lpe-skeleton for easy implementation! | Johan B. C. Engelen | 2007-08-17 | 3 | -8/+2 |
| | | | | (bzr r3500) | ||||
| * | Fix LPE: | Johan B. C. Engelen | 2007-08-17 | 15 | -81/+110 |
| | | | | | | | | | * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498) | ||||
| * | Enable center-dragging of boxes ('in perspective') within the XY-plane | Maximilian Albert | 2007-08-17 | 7 | -19/+263 |
| | | | | (bzr r3497) | ||||
| * | Draw perspective lines for infinite VPs, too (they are updated during ↵ | Maximilian Albert | 2007-08-17 | 8 | -32/+191 |
| | | | | | | scrolling or zooming); don't create knots for infinite VPs on the canvas (bzr r3495) | ||||
| * | Make sure style is invalidated when setting fill/stroke color in text objects | miklosh | 2007-08-17 | 1 | -0/+2 |
| | | | | (bzr r3494) | ||||
| * | Moved the code for updating the text matrix to where it belongs | miklosh | 2007-08-17 | 2 | -26/+27 |
| | | | | (bzr r3493) | ||||
