| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove registerEditWidget, move this to SPDesktop::init instead; a noop ↵ | bulia byak | 2009-10-25 | 1 | -2/+1 |
| | | | | | | change but fixes a weird crash on Windows (bzr r8805) | ||||
| * | Fix for bug #423326 (Untranslated file types). | Nicolas Dufour | 2009-10-15 | 1 | -5/+5 |
| | | | | | | Okayed by Joshua A. Andler on IRC (thanks!). (bzr r8779) | ||||
| * | Follow-up ui rollback for fixing bug #399604. | Jon A. Cruz | 2009-10-08 | 1 | -1/+1 |
| | | | | (bzr r8743) | ||||
| * | Updated tooltip for clarity per Krzysztof. | Josh Andler | 2009-10-05 | 1 | -1/+1 |
| | | | | (bzr r8720) | ||||
| * | Patch by Max to add option for better Save As behavior. | Josh Andler | 2009-10-02 | 2 | -18/+24 |
| | | | | (bzr r8697) | ||||
| * | Updated buildtool's files to undefine whiteboard. Comment out OCAL Export ↵ | Josh Andler | 2009-09-27 | 2 | -26/+62 |
| | | | | | | dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. (bzr r8661) | ||||
| * | Updated allowed icc-profile names to match recent grammars. Follow-up for ↵ | Jon A. Cruz | 2009-09-27 | 1 | -2/+2 |
| | | | | | | bug #405143 (bzr r8656) | ||||
| * | Conditionally disable per-document "auto" palette | Jon A. Cruz | 2009-09-20 | 1 | -0/+12 |
| | | | | (bzr r8620) | ||||
| * | Sanitize profile names for valid XML ids. Modified patch that addresses bug ↵ | Jon A. Cruz | 2009-09-20 | 1 | -3/+38 |
| | | | | | | #405143. (bzr r8619) | ||||
| * | i18n fixes for Bug #408093. | Nicolas Dufour | 2009-09-18 | 2 | -2/+4 |
| | | | | (bzr r8608) | ||||
| * | until the freeze with precision<3 is fixed, raise the lower limit in the UI | bulia byak | 2009-09-14 | 1 | -1/+1 |
| | | | | (bzr r8593) | ||||
| * | Patch from Diedrik for 296778 | Josh Andler | 2009-09-14 | 1 | -1/+34 |
| | | | | (bzr r8590) | ||||
| * | patch by Adib for 307195 | bulia byak | 2009-09-10 | 1 | -19/+24 |
| | | | | (bzr r8576) | ||||
| * | change colour to color in display strings | bulia byak | 2009-09-10 | 1 | -3/+3 |
| | | | | (bzr r8575) | ||||
| * | textual patch from bug 408093 | bulia byak | 2009-09-06 | 1 | -2/+2 |
| | | | | (bzr r8563) | ||||
| * | patch by Adrian Johnson for 166678 | bulia byak | 2009-09-05 | 2 | -13/+12 |
| | | | | (bzr r8561) | ||||
| * | Removing the caligraphic presets file and making the same strings ↵ | Ted Gould | 2009-09-04 | 1 | -14/+0 |
| | | | | | | translatable in the preferences-skeleton.h (bzr r8558) | ||||
| * | restore ctrl+click dots in pencil | bulia byak | 2009-09-03 | 1 | -0/+1 |
| | | | | (bzr r8555) | ||||
| * | Remove preference entry for dot size in Pencil tool since it no longer ↵ | Josh Andler | 2009-09-02 | 1 | -1/+0 |
| | | | | | | creates dots (bzr r8553) | ||||
| * | Commenting out Whiteboard configure flag | Josh Andler | 2009-09-01 | 1 | -2/+2 |
| | | | | (bzr r8552) | ||||
| * | patch for divisor limit | bulia byak | 2009-08-26 | 1 | -1/+1 |
| | | | | (bzr r8533) | ||||
| * | When dragging a knot along a constraint line, then allow snapping the ↵ | Diederik van Lierop | 2009-08-23 | 2 | -1/+5 |
| | | | | | | position of the mouse pointer instead of its projection onto the constraint line (for this a check box has been added to the preferences dialog) (bzr r8523) | ||||
| * | 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 | 2 | -15/+23 |
| | | | | | | 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 | 7 | -22/+25 |
| | | | | | | 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 | 43 | -141/+141 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as ↵ | chriswombat | 2009-08-05 | 1 | -1/+1 |
| | | | | | | "inkscape" wasn't working (probably some obscure bug somewhere with a reserved name or similar). This fixes the problem where the About Inkscape menu item in Help had a broken image picture rather than the Inkscape logo (on Win32 at least). (bzr r8411) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 23 | -72/+72 |
| | | | | (bzr r8408) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 18 | -49/+49 |
| | | | | (bzr r8407) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8406) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -19/+19 |
| | | | | (bzr r8405) | ||||
| * | 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) | ||||
| * | Fix for bug LP #400985 (3 strings in UI are not translatable) | Nicolas Dufour | 2009-07-18 | 1 | -3/+3 |
| | | | | (bzr r8300) | ||||
| * | Implement guide behaviour as discussed on the mailing list | Maximilian Albert | 2009-07-16 | 2 | -1/+2 |
| | | | | (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) | ||||
| * | Contextual split of translatable message | Alexandre Prokoudine | 2009-07-08 | 1 | -1/+1 |
| | | | | (bzr r8232) | ||||
| * | 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) | ||||
