| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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) | |||||
| * | Added two missing files to POTFILES.in so that LPE and OCAL dialogs | Alexandre Prokoudine | 2007-08-23 | 1 | -1/+3 | |
| | | | | | | can be added to PO files now. (bzr r3572) | |||||
| * | 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) | |||||
| * | zoom entry field has moved from left to right. Correcting tutorial. | Bryce Harrington | 2007-08-21 | 1 | -1/+1 | |
| | | | | (bzr r3568) | |||||
| * | 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) | |||||
| * | fix [ 1742638 ] Extrude returns error | Aaron Spike | 2007-08-21 | 1 | -1/+1 | |
| | | | | (bzr r3559) | |||||
| * | 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) | |||||
| * | adjust function parameters for the now present proper quoting behavior; this ↵ | Aaron Spike | 2007-08-19 | 1 | -2/+2 | |
| | | | | | | fix may need to be pushed out into inkex, stripping double quotes off of all string parameters before handing them to the scripts (bzr r3542) | |||||
| * | 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) | |||||
| * | Add libpoppler-cairo, and correct the link order | Bob Jamison | 2007-08-19 | 1 | -3/+5 | |
| | | | | (bzr r3538) | |||||
| * | 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 keys.svg | MenTaLguY | 2007-08-19 | 1 | -753/+908 | |
| | | | | (bzr r3534) | |||||
| * | rebuild keys.html | MenTaLguY | 2007-08-19 | 1 | -1/+1 | |
| | | | | (bzr r3533) | |||||
| * | update actual key shortcut for inflate mode | MenTaLguY | 2007-08-19 | 2 | -3/+3 | |
| | | | | (bzr r3532) | |||||
| * | Renaming some labels in the snapping tab | Diederik van Lierop | 2007-08-19 | 1 | -6/+8 | |
| | | | | (bzr r3531) | |||||
| * | Fix remaining references to blow. | MenTaLguY | 2007-08-19 | 3 | -132/+132 | |
| | | | | (bzr r3530) | |||||
| * | Corrected image mask generation | miklosh | 2007-08-19 | 1 | -28/+14 | |
| | | | | (bzr r3529) | |||||
| * | Need to link with libcairo.dll.a rather than cairo.lib | Bob Jamison | 2007-08-19 | 1 | -1/+2 | |
| | | | | (bzr r3528) | |||||
| * | 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 | 3 | -4/+28 | |
| | | | | | | 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) | |||||
