| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix remaining issues of bug 407893 | bulia byak | 2009-08-17 | 1 | -1/+1 |
| | | | | (bzr r8499) | ||||
| * | Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵ | Nicolas Dufour | 2009-08-12 | 1 | -4/+11 |
| | | | | | | by Adrian Johnson. (bzr r8473) | ||||
| * | Fix for Bug #373309 (Print has offset on page), by Adrian Johnson. | Nicolas Dufour | 2009-08-12 | 1 | -1/+20 |
| | | | | (bzr r8469) | ||||
| * | Add missing namespaces in win32 code (thanks to Yann Papouin for pointing ↵ | Maximilian Albert | 2009-08-10 | 2 | -3/+3 |
| | | | | | | this out) (bzr r8460) | ||||
| * | Put #ifdefs around all code related to the so-called "new" ExportDialog ↵ | Maximilian Albert | 2009-08-09 | 4 | -1/+15 |
| | | | | | | (whatever that is) (bzr r8456) | ||||
| * | Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵ | Maximilian Albert | 2009-08-09 | 6 | -21/+24 |
| | | | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454) | ||||
| * | Clarify tooltip | Maximilian Albert | 2009-08-07 | 1 | -1/+1 |
| | | | | (bzr r8437) | ||||
| * | Fix compile on windows | Maximilian Albert | 2009-08-07 | 1 | -7/+7 |
| | | | | (bzr r8434) | ||||
| * | Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵ | Maximilian Albert | 2009-08-07 | 6 | -25/+49 |
| | | | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432) | ||||
| * | Fix buglet: In the Save dialog the file extension should be automatically ↵ | Maximilian Albert | 2009-08-07 | 1 | -1/+2 |
| | | | | | | updated when it is changed from the dropdown box. (bzr r8431) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 22 | -56/+56 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 13 | -42/+42 |
| | | | | (bzr r8408) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 9 | -14/+14 |
| | | | | (bzr r8407) | ||||
| * | Fix for bug LP #383244 (patch by Hannes Hochreiner) | Nicolas Dufour | 2009-07-29 | 1 | -3/+7 |
| | | | | (bzr r8360) | ||||
| * | Remove unnecessary tab in Layers dialog (closes LP #364224) | Maximilian Albert | 2009-07-29 | 2 | -4/+1 |
| | | | | (bzr r8358) | ||||
| * | Fix for bug #396580 (non-ASCII characters not displayed correctly in the ↵ | Nicolas Dufour | 2009-07-29 | 1 | -1/+4 |
| | | | | | | open dialog). (bzr r8355) | ||||
| * | Implement guide behaviour as discussed on the mailing list | Maximilian Albert | 2009-07-16 | 1 | -1/+1 |
| | | | | (bzr r8293) | ||||
| * | Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵ | Josh Andler | 2009-07-13 | 1 | -1/+1 |
| | | | | | | directly included now. (bzr r8278) | ||||
| * | Fix for LP #358921 (Colons in filters parameters must be translatable) | Nicolas Dufour | 2009-07-09 | 1 | -41/+42 |
| | | | | (bzr r8241) | ||||
| * | * added tooltip (see bug 358921) and translator comments | Ivan Mas??r | 2009-07-09 | 1 | -0/+6 |
| | | | | | | | * updated inkscape.pot * [INTL:sk] Slovak translation update (bzr r8238) | ||||
| * | Fix for Bug #327533 (Calligraphy presets are not translatable). | Nicolas Dufour | 2009-07-06 | 1 | -0/+8 |
| | | | | (bzr r8217) | ||||
| * | Separated "Arrange" as button caption from "Arrange" as menu item | Alexandre Prokoudine | 2009-06-16 | 1 | -1/+1 |
| | | | | (bzr r8087) | ||||
| * | implement the same all-bitmaps and all-vectors filters as on linux | bulia byak | 2009-06-05 | 1 | -5/+54 |
| | | | | (bzr r8008) | ||||
| * | * [INTL:*] translator comments for all context strings added | Ivan Mas??r | 2009-06-03 | 4 | -3/+11 |
| | | | | (bzr r7985) | ||||
| * | * Just a couple of string fixes | Luca Bruno | 2009-05-29 | 1 | -2/+2 |
| | | | | (bzr r7962) | ||||
| * | adding Aurelio Heckert | Felipe Corr??a da Silva Sanches | 2009-05-21 | 1 | -0/+1 |
| | | | | (bzr r7912) | ||||
| * | * [INTL:*] fixed typos (by Yuri Chornoivan) | Ivan Mas??r | 2009-05-06 | 1 | -2/+2 |
| | | | | (bzr r7827) | ||||
| * | since "Unicode" made people believe that they could put hex code point | Felipe Corr??a da Silva Sanches | 2009-05-04 | 1 | -2/+2 |
| | | | | | | | | values in the Glyphs tab (svg fonts dialog) where inkscape instead expects a char or a string I decided to rename that column to "Matching string" (bzr r7820) | ||||
| * | add "Reset missing glyph" button to svgfonts dialog | Felipe Corr??a da Silva Sanches | 2009-05-04 | 2 | -1/+26 |
| | | | | (bzr r7819) | ||||
| * | apply printing w32 patch ↵ | Adib Taraben | 2009-04-24 | 1 | -63/+0 |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/176 (bzr r7768) | ||||
| * | apply printing w32 patch ↵ | Adib Taraben | 2009-04-24 | 1 | -1/+4 |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767) | ||||
| * | translator comments and minor string fixes | Ivan Mas??r | 2009-04-23 | 4 | -11/+14 |
| | | | | (bzr r7763) | ||||
| * | Partial fix for bug 193926 , thanks to Preben Soeberg. | Jasper van de Gronde | 2009-04-21 | 1 | -2/+1 |
| | | | | (bzr r7752) | ||||
| * | Korean translation update by yongdoria | Nicolas Dufour | 2009-04-20 | 1 | -0/+1 |
| | | | | (bzr r7746) | ||||
| * | Restore 0.46 placement of node alignment buttons | Krzysztof Kosi??ski | 2009-04-16 | 1 | -5/+5 |
| | | | | (bzr r7720) | ||||
| * | Fix two legacy icon IDs | Krzysztof Kosi??ski | 2009-04-13 | 1 | -5/+2 |
| | | | | (bzr r7711) | ||||
| * | Really fix node alignment icons; add clarifying comment to source. | Krzysztof Kosi??ski | 2009-04-13 | 1 | -4/+7 |
| | | | | (bzr r7710) | ||||
| * | Fix compatibility with much older Glibmm version. | Jon A. Cruz | 2009-04-10 | 1 | -4/+56 |
| | | | | (bzr r7680) | ||||
| * | Whitespace cleanup | Jon A. Cruz | 2009-04-10 | 1 | -41/+41 |
| | | | | (bzr r7678) | ||||
| * | Adding initial system info listing. | Jon A. Cruz | 2009-04-10 | 2 | -7/+29 |
| | | | | (bzr r7677) | ||||
| * | Changed to more accurate names for toolbar icon sizes (which normally map to ↵ | Jon A. Cruz | 2009-04-07 | 1 | -1/+1 |
| | | | | | | large toolbar, small toolbar, and menu size) (bzr r7657) | ||||
| * | Fix for bug #338521 - align node buttons did not match 0.46 ordering or ↵ | Ed Halley | 2009-04-06 | 1 | -2/+2 |
| | | | | | | names. IDs got swapped. (bzr r7633) | ||||
| * | Fix inverted node alignment actions | Krzysztof Kosi??ski | 2009-04-03 | 1 | -2/+2 |
| | | | | (bzr r7610) | ||||
| * | correct labels | bulia byak | 2009-03-24 | 1 | -2/+2 |
| | | | | (bzr r7556) | ||||
| * | Cleaning up PIXMAP_DIR usage. | Jon A. Cruz | 2009-03-24 | 1 | -16/+17 |
| | | | | (bzr r7554) | ||||
| * | Track stroke and fill of selected object and flag style palette entries in ↵ | Jon A. Cruz | 2009-03-23 | 2 | -2/+138 |
| | | | | | | use. Fixes wishlist bug #172179. (bzr r7548) | ||||
| * | Make drag-n-drop preview a gradient image for gradients. | Jon A. Cruz | 2009-03-23 | 1 | -12/+30 |
| | | | | (bzr r7545) | ||||
| * | Make simple clicks and menu set match the drag-n-drop color setting. | Jon A. Cruz | 2009-03-22 | 1 | -8/+19 |
| | | | | (bzr r7540) | ||||
| * | Fixed warning from double append. | Jon A. Cruz | 2009-03-22 | 1 | -1/+0 |
| | | | | (bzr r7538) | ||||
| * | Added rought preview of gradients in swatches. | Jon A. Cruz | 2009-03-21 | 2 | -11/+57 |
| | | | | (bzr r7537) | ||||
