| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added xml:space=preserve attribute on <text> nodes and sodipodi:role=line ↵ | miklosh | 2007-07-22 | 1 | -0/+2 | |
| | | | | | | attribute on <tspan> nodes to ease text editing (bzr r3274) | |||||
| * | Use the #RRGGBB color format instead of rgb() since most extensions don't ↵ | miklosh | 2007-07-22 | 1 | -4/+5 | |
| | | | | | | support the latter (bzr r3273) | |||||
| * | Further development of the PDF import module: continued pruning of ↵ | miklosh | 2007-07-21 | 5 | -303/+865 | |
| | | | | | | | | PdfParser.cpp, added basic text and image support and did some coding style adjustments. (bzr r3272) | |||||
| * | Added a missing link in making the filterRes attribute work | Niko Kiirala | 2007-07-21 | 3 | -23/+52 | |
| | | | | (bzr r3271) | |||||
| * | Patch from Felipe Sanches: support for feConvolveMatrix filter primitive | Niko Kiirala | 2007-07-20 | 7 | -4/+320 | |
| | | | | (bzr r3270) | |||||
| * | Patch from Jean-René Reinhard: support for feDiffuseLighting and | Niko Kiirala | 2007-07-20 | 25 | -25/+2423 | |
| | | | | | | feSpecularLighting filter primitives (bzr r3269) | |||||
| * | Updated the gtkmmified fill and stroke dialog with the filter effects | gustav_b | 2007-07-20 | 2 | -60/+81 | |
| | | | | | | | changes done in the current f&s dialog. I'll probably make the gtkmmified one default pretty soon to avoid double work... (bzr r3268) | |||||
| * | Cleaned up logic of sp_te_delete to adhere to UI/logic layering. | Gail Carmichael | 2007-07-18 | 3 | -46/+87 | |
| | | | | (bzr r3267) | |||||
| * | make all-inkscape-files the default filter instead of all-images (do we need ↵ | bulia byak | 2007-07-18 | 1 | -10/+9 | |
| | | | | | | that at all? MIME has some pretty strange notions of what is an image and what not) (bzr r3266) | |||||
| * | Use Inkscape's own code to write coordinates to svg (much nicer fix than ↵ | Maximilian Albert | 2007-07-18 | 2 | -38/+13 | |
| | | | | | | commit #15449) (bzr r3265) | |||||
| * | Make string conversion of box coordinates locale-independent (fixes bug with ↵ | Maximilian Albert | 2007-07-18 | 2 | -13/+36 | |
| | | | | | | languages that use comma instead of decimal point) (bzr r3264) | |||||
| * | Another newly 'discovered' translator. | Colin Marquardt | 2007-07-17 | 1 | -0/+1 | |
| | | | | (bzr r3263) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-17 | 1 | -2/+4 | |
| | | | | | | * Enable duplicating filters (from the popup menu) (bzr r3262) | |||||
| * | A few additions to ensure that editing trefs is not allowed (and doesn't ↵ | Gail Carmichael | 2007-07-17 | 6 | -69/+159 | |
| | | | | | | cause a crash). Also allows all trefs within a selection to be 'unlinked'. (bzr r3261) | |||||
| * | Unfuzzied | Luca Bruno | 2007-07-17 | 1 | -1/+0 | |
| | | | | (bzr r3260) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-17 | 2 | -7/+63 | |
| | | | | | | * Enables drag-and-drop reordering for filter primitives. Removes any connection conflicts caused by reordering. (bzr r3259) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-17 | 2 | -17/+21 | |
| | | | | | | * Prevent filter primitive connections to primitives that come after the selected primitive. (bzr r3258) | |||||
| * | Add two newly 'discovered' translators, sorry guys. | Colin Marquardt | 2007-07-16 | 1 | -0/+2 | |
| | | | | (bzr r3257) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-16 | 1 | -16/+28 | |
| | | | | | | * A coule bug fixes; attempting to connect the first filter primitive to another is no longer allowed, same for attempting to connect the input of a filter primitive to its own result. Still todo is preventing a connection to a later primitive. (bzr r3256) | |||||
| * | fix compiler warning on ordering of init in uri-references.cpp | Johan B. C. Engelen | 2007-07-16 | 1 | -1/+1 | |
| | | | | (bzr r3255) | |||||
| * | add text replace | bulia byak | 2007-07-16 | 1 | -0/+1 | |
| | | | | (bzr r3254) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-16 | 5 | -76/+83 | |
| | | | | | | | * Made a lot of strings translatable * Fixed the filter primitive input settings to work more like other ComboBoxEnums. (bzr r3253) | |||||
| * | simplify | bulia byak | 2007-07-15 | 1 | -26/+16 | |
| | | | | (bzr r3252) | |||||
| * | fix crash with empty parameter string | bulia byak | 2007-07-15 | 1 | -0/+3 | |
| | | | | (bzr r3251) | |||||
| * | Update. | Colin Marquardt | 2007-07-15 | 1 | -71/+44 | |
| | | | | (bzr r3250) | |||||
| * | Update with strings from current sources. | Colin Marquardt | 2007-07-15 | 58 | -73009/+90629 | |
| | | | | (bzr r3249) | |||||
| * | Make strings translatable. | Colin Marquardt | 2007-07-15 | 1 | -3/+3 | |
| | | | | (bzr r3248) | |||||
| * | added forgotten text_replace.inx, added updated translation into Russian | Alexandre Prokoudine | 2007-07-15 | 2 | -1327/+1575 | |
| | | | | (bzr r3247) | |||||
| * | fix replace to work with non-ascii text | bulia byak | 2007-07-15 | 1 | -1/+1 | |
| | | | | (bzr r3246) | |||||
| * | text replace | bulia byak | 2007-07-15 | 3 | -0/+35 | |
| | | | | (bzr r3245) | |||||
| * | Add poppler | Bob Jamison | 2007-07-15 | 1 | -2/+7 | |
| | | | | (bzr r3244) | |||||
| * | Use poppler | Bob Jamison | 2007-07-15 | 1 | -1/+1 | |
| | | | | (bzr r3243) | |||||
| * | Fixed assertion failure with some unset parameters for feComposite & feOffset | Niko Kiirala | 2007-07-14 | 2 | -4/+14 | |
| | | | | (bzr r3242) | |||||
| * | Filter effects: | Nicholas Bishop | 2007-07-14 | 14 | -257/+357 | |
| | | | | | | | | * As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h * Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes (bzr r3241) | |||||
| * | Move check for unlinked paths of 3D box faces to the correct location | Maximilian Albert | 2007-07-14 | 2 | -20/+24 | |
| | | | | (bzr r3240) | |||||
| * | Write distinguished corners of 3D boxes to the svg representation from which ↵ | Maximilian Albert | 2007-07-14 | 8 | -31/+160 | |
| | | | | | | | | the box can be recomputed. This is used to fix several bugs related to the editing of boxes resulting from cloning, undo operations or newly opened documents (we had stray pointers to SPPaths before that made Inkscape crash). (bzr r3239) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-13 | 2 | -36/+66 | |
| | | | | | | | * Added new combobox for setting the "in2" attribute in the same way as was already possible for the "in" attribute. * Setting in or in2 to Default now unsets that attribute (bzr r3238) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-13 | 1 | -27/+51 | |
| | | | | | | | * Improved spacing of input connections for primitives with multiple inputs * Added basic support for display of feMerge connections. Doesn't yet display the actual connections since feMergeNodes aren't supported yet. (bzr r3237) | |||||
| * | fix bug #1752969 division by zero in fractalize | popolon.org | 2007-07-12 | 1 | -2/+6 | |
| | | | | (bzr r3236) | |||||
| * | switch back to cairo pdf importer temporarily | bulia byak | 2007-07-12 | 1 | -2/+2 | |
| | | | | (bzr r3235) | |||||
| * | stupid syntax mistake | JiHO | 2007-07-12 | 1 | -7/+7 | |
| | | | | (bzr r3234) | |||||
| * | - added an "all" action that does everything which needs to be done to ↵ | JiHO | 2007-07-12 | 1 | -7/+17 | |
| | | | | | | | | | compiled Inkscape from SVN regularly - updated help message - enabled the prefix option (don't know why it was commented) (bzr r3233) | |||||
| * | Upped the required version for poppler. | miklosh | 2007-07-12 | 1 | -2/+2 | |
| | | | | (bzr r3232) | |||||
| * | Enable the poppler-based PDF import extension by default. | miklosh | 2007-07-12 | 1 | -1/+3 | |
| | | | | (bzr r3231) | |||||
| * | Initial commit of native poppler-based PDF import. | miklosh | 2007-07-12 | 9 | -0/+4268 | |
| | | | | (bzr r3230) | |||||
| * | fix for panning and zooming into area in 3D box tool (root_handler of ↵ | Maximilian Albert | 2007-07-12 | 1 | -1/+0 | |
| | | | | | | event_context was not called in some cases) (bzr r3229) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-07-12 | 5 | -68/+146 | |
| | | | | | | | * Added controls for the composite filter primitive (operator and k1-k4). * Simplified setting the filter attributes to remove duplicated code common for spinsliders and comboboxenums (bzr r3228) | |||||
| * | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 2007-07-11 | 13 | -22/+1007 | |
| | | | | | | (patch by gbanaszk) (bzr r3227) | |||||
| * | Move 3D axis manipulation functions to separate file | Maximilian Albert | 2007-07-11 | 7 | -104/+169 | |
| | | | | (bzr r3226) | |||||
| * | apparently filter-dialog cpp file wasn't added to translatable ones as well :) | Alexandre Prokoudine | 2007-07-10 | 1 | -0/+1 | |
| | | | | (bzr r3225) | |||||
