| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Inkscape should not discard negative window positions. For example, a ↵ | Diederik van Lierop | 2009-05-23 | 2 | -14/+8 | |
| | | | | | | maximized window on Windows XP is at (-4,-4). When ignoring such values, windows might show up at another location when re-opening the file later on (fixes bug #168422) (bzr r7924) | |||||
| * | Adds a Cross blotches Protrusion filter and clean Outline, Color outline and ↵ | Ivan Louette | 2009-05-23 | 1 | -27/+28 | |
| | | | | | | Black hole Morphology filters (bzr r7923) | |||||
| * | * Removed duplicated entry for default.svg (Closes: #379665) | Luca Bruno | 2009-05-23 | 1 | -1/+0 | |
| | | | | (bzr r7922) | |||||
| * | * [INTL: sk] Slovak translation update (trunk) | Ivan Mas??r | 2009-05-23 | 1 | -718/+530 | |
| | | | | (bzr r7921) | |||||
| * | * [INTL:*] make inkscape.pot | Ivan Mas??r | 2009-05-23 | 1 | -588/+63 | |
| | | | | (bzr r7920) | |||||
| * | * Arch-specific test to workaround that bug in mips toolchain is no more | Luca Bruno | 2009-05-22 | 1 | -9/+0 | |
| | | | | | | | needed, as the issue as been fixed; thus, removing our check. (see http://bugs.debian.org/274738) (bzr r7919) | |||||
| * | Updated Russian translation | Alexandre Prokoudine | 2009-05-22 | 1 | -4353/+1861 | |
| | | | | (bzr r7918) | |||||
| * | POTFILES.ignore Changed status as this is not an executable file. | Marcin Floryan | 2009-05-22 | 1 | -0/+0 | |
| | | | | (bzr r7917) | |||||
| * | Moved translatables not to be included in 0.47 to POTFILES.ignore | Alexandre Prokoudine | 2009-05-22 | 2 | -19/+21 | |
| | | | | (bzr r7916) | |||||
| * | The status bar message now mentions Sketch mode for Pencil | Alexandre Prokoudine | 2009-05-22 | 1 | -1/+1 | |
| | | | | (bzr r7915) | |||||
| * | Regenerated all tutorials from inkscape-doc primarily to add new | Marcin Floryan | 2009-05-21 | 99 | -6282/+17317 | |
| | | | | | | | tutorials translated into Polish, but also those where some translations existed. Hopefuly not messed around too much. (bzr r7914) | |||||
| * | Fix crash reported in bug 214186 (related to the "remove overlap" function ↵ | Diederik van Lierop | 2009-05-21 | 1 | -0/+11 | |
| | | | | | | in the align dialog) (bzr r7913) | |||||
| * | adding Aurelio Heckert | Felipe Corr??a da Silva Sanches | 2009-05-21 | 2 | -0/+2 | |
| | | | | (bzr r7912) | |||||
| * | Quoted some more home directory calls | JiHO | 2009-05-19 | 1 | -2/+2 | |
| | | | | | | Accomodate for spaces in $HOME (bzr r7911) | |||||
| * | Updated Ukrainian translation from Yuri Chornoivan | Alexandre Prokoudine | 2009-05-19 | 1 | -373/+190 | |
| | | | | (bzr r7910) | |||||
| * | * [INTL: zh_TW] translation update by Dong-Jun Wu | Marcin Floryan | 2009-05-19 | 1 | -2944/+2040 | |
| | | | | (bzr r7909) | |||||
| * | * [INTL:*] make inkscape.pot && update_po_files.sh | Marcin Floryan | 2009-05-19 | 63 | -41688/+55792 | |
| | | | | (bzr r7908) | |||||
| * | * [INTL: pl] Polish update by Polish Inkscape Translation Team | Marcin Floryan | 2009-05-19 | 1 | -106/+119 | |
| | | | | (bzr r7907) | |||||
| * | Fix problem with GTK font size | JiHO | 2009-05-18 | 1 | -2/+1 | |
| | | | | | | Not specifying the font chooses a nice default but throws all kind of console messages. Choose 10. (bzr r7906) | |||||
| * | Fixes to icon and font sizes | JiHO | 2009-05-18 | 1 | -3/+17 | |
| | | | | | | | Some icons made smaller (smaller button sizes on OS X) Font size left blank which chooses a good default and should play better with people having custom configuations. (bzr r7905) | |||||
| * | Slovenian translation update by Martin Srebotnjak | Nicolas Dufour | 2009-05-18 | 1 | -2332/+2196 | |
| | | | | (bzr r7904) | |||||
| * | inkscape.pot update | Nicolas Dufour | 2009-05-18 | 1 | -18/+22 | |
| | | | | (bzr r7903) | |||||
| * | Fix GTK font size in custom theme | JiHO | 2009-05-17 | 1 | -1/+1 | |
| | | | | (bzr r7902) | |||||
| * | Fix bug 263932: print preview on OS X | JiHO | 2009-05-17 | 1 | -0/+2 | |
| | | | | | | | | | | The print preview command was looking for evince by default. Marnen Laibow-Koser comment on the bug: https://bugs.launchpad.net/inkscape/+bug/263932 and suggested setting the gtk-print-preview-command in the theme. This is done here. (bzr r7901) | |||||
| * | Fixed several cases of bad SVG being written from filters | Niko Kiirala | 2009-05-17 | 20 | -141/+359 | |
| | | | | (bzr r7900) | |||||
| * | Fix bug 215906 | JiHO | 2009-05-17 | 1 | -1/+6 | |
| | | | | | | | | | | The comments: https://bugs.launchpad.net/inkscape/+bug/215906 highlight that the user ~/Library/fonts folder is not used by Inkscape, which is weird because it most likely was before. We provide our own fonts.conf and this fixes it to add ~/Library/fonts. In addition, it currently comments the system fonts because most of them are in dfont format and are not yet handled well by pango. (bzr r7899) | |||||
| * | Integrate fix from Jon Cruz regarding localization on OS X | JiHO | 2009-05-17 | 1 | -0/+10 | |
| | | | | | | | Added support folders for localization. Apparently just having those, even empty, helps to get the correct language. https://bugs.launchpad.net/inkscape/+bug/242105 (bzr r7898) | |||||
| * | fix bug 346721 | Johan B. C. Engelen | 2009-05-17 | 1 | -1/+7 | |
| | | | | (bzr r7897) | |||||
| * | add support for different encodings | Alvin Penner | 2009-05-17 | 2 | -5/+14 | |
| | | | | (bzr r7896) | |||||
| * | remove temporary prefs hack | Thomas Holder | 2009-05-17 | 2 | -14/+5 | |
| | | | | (bzr r7895) | |||||
| * | Dutch translation update by Kris | Nicolas Dufour | 2009-05-17 | 1 | -731/+881 | |
| | | | | (bzr r7894) | |||||
| * | Breton translation update by Alan. | Nicolas Dufour | 2009-05-17 | 1 | -3248/+2817 | |
| | | | | (bzr r7893) | |||||
| * | inkscape.pot update | Nicolas Dufour | 2009-05-17 | 1 | -37/+37 | |
| | | | | (bzr r7892) | |||||
| * | Bitmap images with filters are now updated as the filter is modified | Niko Kiirala | 2009-05-17 | 2 | -0/+20 | |
| | | | | (bzr r7891) | |||||
| * | Fixed crashes in feImage when modifying source, one caused by previous fix | Niko Kiirala | 2009-05-16 | 3 | -9/+31 | |
| | | | | (bzr r7890) | |||||
| * | Fixed dangling pointers and possible memory leaks with feImage | Niko Kiirala | 2009-05-16 | 2 | -9/+14 | |
| | | | | (bzr r7889) | |||||
| * | * Typo fixed, thanks to Kris (Closes: #377357) | Luca Bruno | 2009-05-16 | 2 | -2/+2 | |
| | | | | (bzr r7888) | |||||
| * | use area ratio instead of diagonal ratio for "Zoom when window is resized" | Thomas Holder | 2009-05-16 | 1 | -3/+1 | |
| | | | | (bzr r7887) | |||||
| * | * [INTL: it] typo fixed, spotted by CoD (thanks :) | Luca Bruno | 2009-05-16 | 1 | -1/+1 | |
| | | | | (bzr r7886) | |||||
| * | fix "Zoom when window is resized", got broken in rev 10439 (Bug #167651) | Thomas Holder | 2009-05-16 | 1 | -3/+1 | |
| | | | | (bzr r7885) | |||||
| * | add extension 'Convert to Dashes' | Alvin Penner | 2009-05-15 | 3 | -0/+107 | |
| | | | | (bzr r7884) | |||||
| * | * [INTL: pl] Polish update by Polish Inkscape Translation Team and fixed #375698 | Marcin Floryan | 2009-05-15 | 1 | -1096/+750 | |
| | | | | (bzr r7883) | |||||
| * | Fix bad references that caused Batik to abort. | Tavmjong Bah | 2009-05-15 | 8 | -191/+124 | |
| | | | | (bzr r7882) | |||||
| * | make LPE-Interpolate "official" | Johan B. C. Engelen | 2009-05-14 | 1 | -1/+1 | |
| | | | | (bzr r7881) | |||||
| * | fix broken rendering of paths with unknown LPEs, fix rendering of paths in a ↵ | Johan B. C. Engelen | 2009-05-14 | 1 | -1/+1 | |
| | | | | | | | | group with an LPE. (this is related to r20988 and r21013) (bzr r7880) | |||||
| * | Setting Alpha paint to Composite in for more consistency, sorry I missed it | Ivan Louette | 2009-05-14 | 1 | -1/+1 | |
| | | | | (bzr r7879) | |||||
| * | Minor French translation update. | Nicolas Dufour | 2009-05-13 | 1 | -227/+370 | |
| | | | | (bzr r7878) | |||||
| * | inkscape.pot update | Nicolas Dufour | 2009-05-13 | 1 | -343/+487 | |
| | | | | (bzr r7877) | |||||
| * | parent transformation on import and paste (Bug #376064, Bug #375499) | Thomas Holder | 2009-05-13 | 2 | -1/+7 | |
| | | | | (bzr r7876) | |||||
| * | new "compensate" param for sp_selection_apply_affine and ↵ | Thomas Holder | 2009-05-13 | 2 | -10/+10 | |
| | | | | | | sp_selection_move_relative to avoid temporary prefs changing (bzr r7875) | |||||
