summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the embedded thumbnails for preview when poppler-cairo is not availablemiklosh2007-08-202-23/+62
| | | (bzr r3550)
* added import/export preferences categoryBruno Dilly2007-08-203-18/+33
| | | (bzr r3549)
* committed patch 1777220 by John Faith to fix compilation of Inkscape on OS X ↵JiHO2007-08-201-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 byak2007-08-201-3/+2
| | | | | this does not lose grab anymore (bzr r3547)
* merge of dialog and impl classes of ocaldialogsBruno Dilly2007-08-203-266/+101
| | | (bzr r3546)
* fix 1777084bulia byak2007-08-202-0/+14
| | | (bzr r3545)
* search and reset buttons added to ocal related features. fixed signals in ↵Bruno Dilly2007-08-207-253/+109
| | | | | import from ocal dialog. (bzr r3544)
* speed up node and handle dragging by gobbling unprocessed motion eventsbulia byak2007-08-191-0/+2
| | | (bzr r3543)
* Disable the page selector when there's only one pagemiklosh2007-08-191-0/+4
| | | (bzr r3541)
* Added checks for pixbuf/pixmap allocation failuremiklosh2007-08-191-2/+7
| | | (bzr r3540)
* Removed left-in debug stuff which caused frenzymiklosh2007-08-191-3/+1
| | | (bzr r3539)
* Fixed some compiler warningsmiklosh2007-08-191-13/+7
| | | (bzr r3537)
* Add default value stuff for LPE parametersJohan B. C. Engelen2007-08-198-23/+84
| | | (bzr r3536)
* Remove the clipping path emitted before the 'sh' operator since that same ↵miklosh2007-08-191-0/+21
| | | | | path is filled later (bzr r3535)
* update actual key shortcut for inflate modeMenTaLguY2007-08-191-2/+2
| | | (bzr r3532)
* Renaming some labels in the snapping tabDiederik van Lierop2007-08-191-6/+8
| | | (bzr r3531)
* Corrected image mask generationmiklosh2007-08-191-28/+14
| | | (bzr r3529)
* Turn off default object snappingDiederik van Lierop2007-08-191-2/+2
| | | (bzr r3527)
* Added autoconf checks for poppler-cairo and cairo-ft which are needed for ↵miklosh2007-08-192-2/+16
| | | | | PDF preview to work (bzr r3526)
* Relocated the code that adds a link to the example folder inside from ↵Joel Holdsworth2007-08-192-7/+13
| | | | | file.cpp to filedialogimpl-gtkmm.cpp (bzr r3525)
* * Fixed path-along-path with correct filling now! (2geom fix)Johan B. C. Engelen2007-08-192-8/+34
| | | | | * sp_shape_update_effect is now called much less than before. (bzr r3524)
* Added a PDF import settings dialogmiklosh2007-08-194-6/+585
| | | (bzr r3523)
* forgot to add lpe-skeleton files to SVN...Johan B. C. Engelen2007-08-192-0/+156
| | | (bzr r3522)
* Fixed a typo and an off-by-one errormiklosh2007-08-191-2/+2
| | | (bzr r3521)
* Require a pageBox in the constructor for GfxState so that we do not always ↵miklosh2007-08-192-3/+4
| | | | | need to specify a cropbox (bzr r3520)
* search button and description label add to import from ocal dialogBruno Dilly2007-08-193-10/+29
| | | (bzr r3519)
* fixing the ocal dialogs bugBruno Dilly2007-08-194-937/+1369
| | | (bzr r3518)
* naming: avoid unintentional double-meanings (part 2)MenTaLguY2007-08-193-6/+6
| | | (bzr r3517)
* naming: avoid unintentional double-meanings (part 1)MenTaLguY2007-08-192-15/+15
| | | (bzr r3516)
* Filter effects dialog:Nicholas Bishop2007-08-191-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 Bishop2007-08-191-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 Bishop2007-08-193-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 imagemagickBob Jamison2007-08-191-6/+26
| | | (bzr r3512)
* Separated the OCAL import and export dialogs into their own source file - ↵Joel Holdsworth2007-08-197-1063/+997
| | | | | ocaldialogs.cpp and ocaldialogs.h (bzr r3511)
* Added the ability to set the precision of gradient mesh approximation in ↵miklosh2007-08-182-34/+54
| | | | | PdfParser (bzr r3510)
* patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellowbulia byak2007-08-181-0/+13
| | | (bzr r3509)
* patch by Dennis Lin: use Gdk::Region for repaintbulia byak2007-08-181-22/+14
| | | (bzr r3508)
* Fixed the name of Open Clip Art Library in the verbs file...Jon Phillips2007-08-181-2/+2
| | | (bzr r3507)
* if there's no icon, create a toggle button with text labelbulia byak2007-08-181-18/+19
| | | (bzr r3506)
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-1815-153/+662
| | | (bzr r3505)
* Doh! Sorry for breaking compile (always test!)Michael G. Sloan2007-08-182-2/+2
| | | (bzr r3504)
* Fixing a possible segfault in the sbasis to path code (also committed to 2geom))Michael G. Sloan2007-08-182-5/+7
| | | (bzr r3503)
* few changes in import from ocal dialogBruno Dilly2007-08-182-2/+4
| | | (bzr r3502)
* Fixed 2geom sbasis to path (also committed to 2geom svn)Michael G. Sloan2007-08-171-29/+38
| | | (bzr r3501)
* Add lpe-skeleton for easy implementation!Johan B. C. Engelen2007-08-173-8/+2
| | | (bzr r3500)
* Fix LPE:Johan B. C. Engelen2007-08-1715-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-planeMaximilian Albert2007-08-177-19/+263
| | | (bzr r3497)
* Draw perspective lines for infinite VPs, too (they are updated during ↵Maximilian Albert2007-08-178-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 objectsmiklosh2007-08-171-0/+2
| | | (bzr r3494)
* Moved the code for updating the text matrix to where it belongsmiklosh2007-08-172-26/+27
| | | (bzr r3493)