| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | remove slowest_buffer - we no longer use it in sp-canvas | bulia byak | 2007-08-23 | 1 | -8/+2 | |
| | | | | (bzr r3575) | |||||
| * | add too-high-precision warning, transientize, copyediting, cosmetic | bulia byak | 2007-08-23 | 2 | -30/+45 | |
| | | | | (bzr r3574) | |||||
| * | initialize page number and preview | bulia byak | 2007-08-23 | 1 | -0/+2 | |
| | | | | (bzr r3573) | |||||
| * | Clear Cairo surface to white before rendering preview | miklosh | 2007-08-23 | 1 | -0/+2 | |
| | | | | (bzr r3571) | |||||
| * | Avoid transforming a group with an already set clip-path | miklosh | 2007-08-23 | 2 | -2/+6 | |
| | | | | (bzr r3570) | |||||
| * | Display the total number of pages next to the page number spinbutton | miklosh | 2007-08-23 | 2 | -1/+17 | |
| | | | | (bzr r3569) | |||||
| * | define gradient vector size in terms of bits | MenTaLguY | 2007-08-21 | 1 | -1/+2 | |
| | | | | (bzr r3567) | |||||
| * | fix typo | MenTaLguY | 2007-08-21 | 1 | -1/+1 | |
| | | | | (bzr r3566) | |||||
| * | increase gradient noise slightly | MenTaLguY | 2007-08-21 | 1 | -9/+9 | |
| | | | | (bzr r3565) | |||||
| * | experimental: add some noise to the gradient function | MenTaLguY | 2007-08-21 | 1 | -0/+14 | |
| | | | | (bzr r3564) | |||||
| * | factor out gradient index calculation | MenTaLguY | 2007-08-21 | 1 | -55/+59 | |
| | | | | (bzr r3563) | |||||
| * | unify linear and radial gradients in same file (with appropriate note | MenTaLguY | 2007-08-21 | 6 | -353/+323 | |
| | | | | | | about license) in preparation for refactoring (bzr r3562) | |||||
| * | gobble more of motion events; make statusbar messages immediate for better ↵ | bulia byak | 2007-08-21 | 7 | -11/+21 | |
| | | | | | | visual feedback (bzr r3561) | |||||
| * | add colon before value description | bulia byak | 2007-08-21 | 1 | -1/+3 | |
| | | | | (bzr r3560) | |||||
| * | add Affect: label, fill in presets for shape tools | bulia byak | 2007-08-21 | 1 | -20/+43 | |
| | | | | (bzr r3558) | |||||
| * | add Affect: label | bulia byak | 2007-08-21 | 1 | -0/+7 | |
| | | | | (bzr r3557) | |||||
| * | make zoom value update immediate | bulia byak | 2007-08-21 | 1 | -0/+3 | |
| | | | | (bzr r3556) | |||||
| * | Enable center-dragging of boxes in Z direction by using Shift | Maximilian Albert | 2007-08-20 | 3 | -1/+58 | |
| | | | | (bzr r3555) | |||||
| * | small fix in export to ocal gnome_vfs function calls | Bruno Dilly | 2007-08-20 | 1 | -6/+1 | |
| | | | | (bzr r3554) | |||||
| * | Eliminate a number of compile warnings | Maximilian Albert | 2007-08-20 | 4 | -8/+8 | |
| | | | | (bzr r3553) | |||||
| * | Avoid 'flashing' between front and rear face during initial dragging process ↵ | Maximilian Albert | 2007-08-20 | 3 | -8/+31 | |
| | | | | | | of 3D boxes (bzr r3552) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-20 | 1 | -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 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) | |||||
