summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove slowest_buffer - we no longer use it in sp-canvasbulia byak2007-08-231-8/+2
| | | (bzr r3575)
* add too-high-precision warning, transientize, copyediting, cosmeticbulia byak2007-08-232-30/+45
| | | (bzr r3574)
* initialize page number and previewbulia byak2007-08-231-0/+2
| | | (bzr r3573)
* Clear Cairo surface to white before rendering previewmiklosh2007-08-231-0/+2
| | | (bzr r3571)
* Avoid transforming a group with an already set clip-pathmiklosh2007-08-232-2/+6
| | | (bzr r3570)
* Display the total number of pages next to the page number spinbuttonmiklosh2007-08-232-1/+17
| | | (bzr r3569)
* define gradient vector size in terms of bitsMenTaLguY2007-08-211-1/+2
| | | (bzr r3567)
* fix typoMenTaLguY2007-08-211-1/+1
| | | (bzr r3566)
* increase gradient noise slightlyMenTaLguY2007-08-211-9/+9
| | | (bzr r3565)
* experimental: add some noise to the gradient functionMenTaLguY2007-08-211-0/+14
| | | (bzr r3564)
* factor out gradient index calculationMenTaLguY2007-08-211-55/+59
| | | (bzr r3563)
* unify linear and radial gradients in same file (with appropriate noteMenTaLguY2007-08-216-353/+323
| | | | | about license) in preparation for refactoring (bzr r3562)
* gobble more of motion events; make statusbar messages immediate for better ↵bulia byak2007-08-217-11/+21
| | | | | visual feedback (bzr r3561)
* add colon before value descriptionbulia byak2007-08-211-1/+3
| | | (bzr r3560)
* add Affect: label, fill in presets for shape toolsbulia byak2007-08-211-20/+43
| | | (bzr r3558)
* add Affect: labelbulia byak2007-08-211-0/+7
| | | (bzr r3557)
* make zoom value update immediatebulia byak2007-08-211-0/+3
| | | (bzr r3556)
* Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert2007-08-203-1/+58
| | | (bzr r3555)
* small fix in export to ocal gnome_vfs function callsBruno Dilly2007-08-201-6/+1
| | | (bzr r3554)
* Eliminate a number of compile warningsMaximilian Albert2007-08-204-8/+8
| | | (bzr r3553)
* Avoid 'flashing' between front and rear face during initial dragging process ↵Maximilian Albert2007-08-203-8/+31
| | | | | of 3D boxes (bzr r3552)
* Filter effects dialog:Nicholas Bishop2007-08-201-3/+3
| | | | | * A couple small corrections to settings colors in the filter dialog (bzr r3551)
* 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)