| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵ | Maximilian Albert | 2009-08-07 | 8 | -49/+93 | |
| | | | | | | | | | | | | | | | | 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) | |||||
| | * | | Make PDF, PS, and EPS dialogs consistent. | Tavmjong Bah | 2009-08-06 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | Change "Canvas" to "Page" to be consistent with other dialogs and menu items. (bzr r8423) | |||||
| | * | | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 333 | -1320/+1139 | |
| | | | | | | | | | | | | | | | | which cannot be fixed easily. (bzr r8422) | |||||
| | * | | Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...) | johnce | 2009-08-05 | 6 | -16/+21 | |
| | | | | | | | | | | (bzr r8420) | |||||
| | * | | xml/Document -> DocumentTree | johnce | 2009-08-05 | 8 | -17/+21 | |
| | | | | | | | | | | (bzr r8417) | |||||
| | * | | SPDocument->Document | johnce | 2009-08-05 | 4 | -5/+5 | |
| | | | | | | | | | | (bzr r8416) | |||||
| | * | | Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as ↵ | chriswombat | 2009-08-05 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | "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) | |||||
| | * | | struct Document->class Document | johnce | 2009-08-05 | 2 | -1/+2 | |
| | | | | | | | | | | (bzr r8410) | |||||
| | * | | SPDocument->Document | johnce | 2009-08-05 | 2 | -4/+4 | |
| | | | | | | | | | | (bzr r8409) | |||||
| | * | | SPDocument->Document | johnce | 2009-08-05 | 58 | -179/+179 | |
| | | | | | | | | | | (bzr r8408) | |||||
| | * | | SPDocument->Document | johnce | 2009-08-05 | 48 | -122/+122 | |
| | | | | | | | | | | (bzr r8407) | |||||
| | * | | SPDocument->Document | johnce | 2009-08-05 | 16 | -47/+47 | |
| | | | | | | | | | | (bzr r8406) | |||||
| | * | | SPDocument->Document | johnce | 2009-08-05 | 46 | -143/+143 | |
| | | | | | | | | | | (bzr r8405) | |||||
| | * | | SPDocument->Document | johnce | 2009-08-05 | 158 | -622/+793 | |
| | | | | | | | | | | (bzr r8404) | |||||
| | * | | FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also ↵ | theAdib | 2009-08-03 | 1 | -2/+53 | |
| | | | | | | | | | | | | | | | | solved the case where filename is emphty (bzr r8399) | |||||
| | * | | FIX 309856 353847 in case save_as fails the document uri is reverted | theAdib | 2009-08-02 | 1 | -10/+23 | |
| | | | | | | | | | | (bzr r8387) | |||||
| | * | | remember sticky_zoom toggle button state | Thomas Holder | 2009-08-02 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | | use short side ratio instead of area ratio for sticky zoom (revise commit 21355) (bzr r8386) | |||||
| | * | | FIX 407115 test writing into file and throw exception upstream if needed | theAdib | 2009-08-02 | 1 | -1/+4 | |
| | | | | | | | | | | (bzr r8384) | |||||
| | * | | Snap to a guide's origin too (resulting in a 2D constraint), instead of only ↵ | Diederik van Lierop | 2009-08-02 | 6 | -179/+225 | |
| | | | | | | | | | | | | | | | | to the guide itself (only 1D constraint) (bzr r8383) | |||||
| | * | | Snap guides to grids (fixes bug #170741) | Diederik van Lierop | 2009-08-02 | 3 | -43/+37 | |
| | | | | | | | | | | (bzr r8381) | |||||
| | * | | FIX 309856 353847: correctly advertise exception leads to error message dialogue | Adib Taraben | 2009-08-01 | 4 | -11/+32 | |
| | | | | | | | | | | (bzr r8380) | |||||
| | * | | When switching context by pressing a key, while dragging to create a new ↵ | Diederik van Lierop | 2009-08-01 | 5 | -0/+83 | |
| | | | | | | | | | | | | | | | | shape, the original context should be finished properly and sp_canvas_item_ungrab should be called. set_event_context() was looking for e.g. sp_rect_context_finish, but this wasn't implemented for any of the shape tools. This closes bug #195101 (bzr r8375) | |||||
| | * | | Snap guides to intersections of curves too (see bug #405419) | Diederik van Lierop | 2009-07-29 | 3 | -9/+23 | |
| | | | | | | | | | | (bzr r8361) | |||||
| | * | | Fix for bug LP #383244 (patch by Hannes Hochreiner) | Nicolas Dufour | 2009-07-29 | 1 | -3/+7 | |
| | | | | | | | | | | (bzr r8360) | |||||
| | * | | Fix for bug #404488 by Yann Papouin | Diederik van Lierop | 2009-07-29 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r8359) | |||||
| | * | | 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 bug #168387 (Display mode toggle doesn't update radio button) | Diederik van Lierop | 2009-07-28 | 2 | -6/+50 | |
| | | | | | | | | | | (bzr r8354) | |||||
| | * | | Per #401826, removing unused dependency on libgnome. Tested on Ubuntu 9.04 & ↵ | Josh Andler | 2009-07-21 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | 9.10 with no difference in compiler messages or functionality. (bzr r8325) | |||||
| | * | | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 20 | -201/+66 | |
| | | | | | | | | | | | | | | | | of the related warning messages (bzr r8302) | |||||
| | * | | Fix for bug LP #400985 (3 strings in UI are not translatable) | Nicolas Dufour | 2009-07-18 | 2 | -6/+6 | |
| | | | | | | | | | | (bzr r8300) | |||||
| | * | | Use cursor-tweak-move.xpm for all object modes and cursor-color.xpm | Tavmjong Bah | 2009-07-18 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | for color paint mode until someone creates new cursors. This at least gives consistency as to which cursor is used in each mode. (bzr r8298) | |||||
| | * | | Implement guide behaviour as discussed on the mailing list | Maximilian Albert | 2009-07-16 | 7 | -73/+132 | |
| | | | | | | | | | | (bzr r8293) | |||||
| | * | | shapeeditor: save separate listerner's repr_keys for KnotHolder and ↵ | Johan B. C. Engelen | 2009-07-15 | 2 | -16/+17 | |
| | | | | | | | | | | | | | | | | NodePaths, to fix bug #387298 (bzr r8289) | |||||
| | * | | - Fix bug #171150: Connectors should always touch the shape boundary | mjwybrow | 2009-07-15 | 2 | -125/+111 | |
| | | | | | | | | | | | | | | | | | | | This fix is backported from some of Arcadie Cracan's Summer of Code work on the gsoc2009_connectors branch. (bzr r8284) | |||||
| | * | | Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵ | Josh Andler | 2009-07-13 | 5 | -5/+5 | |
| | | | | | | | | | | | | | | | | directly included now. (bzr r8278) | |||||
| | * | | Fix width slider for Eraser Tool | Josh Andler | 2009-07-13 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r8277) | |||||
| | * | | Fixed a icon name string which shouldn't have been translatable. | Luca Bruno | 2009-07-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Closes: #398410 (bzr r8274) | |||||
| | * | | sp-star.cpp, star-context.cpp: s/CLAMP/NR_CLAMP/, to make clear (and ensure) ↵ | Peter Moulder | 2009-07-13 | 2 | -6/+7 | |
| | | | | | | | | | | | | | | | | that we're using the libnr version rather than the glib version. (This change is probably desirable in most of Inkscape, but star-related code in particular is known to be sensitive to the difference.) (bzr r8273) | |||||
| | * | | libnr/nr-macros.h: Change our CLAMP macro definition to provide both CLAMP ↵ | Peter Moulder | 2009-07-13 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | and NR_CLAMP, and make it take precedence over any existing CLAMP macro (such as the one from Glib, which doesn't behave the way we want for NaN). (bzr r8272) | |||||
| | * | | doc: add TODO comment for handling hrefs better. | Peter Moulder | 2009-07-13 | 1 | -0/+7 | |
| | | | | | | | | | | (bzr r8271) | |||||
| | * | | fix a small memleak | bulia byak | 2009-07-12 | 1 | -0/+1 | |
| | | | | | | | | | | (bzr r8265) | |||||
| | * | | Don't allow the "proportion" parameter of a star to become NaN, because this ↵ | Diederik van Lierop | 2009-07-12 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | will lead to a crash (i.e. give a continuity error in 2geom). This occured when snapping both handles of a star to the same grid intersection and subsequently drawing a new star (bzr r8264) | |||||
| * | | | Add the build dir dbus directory to grab some headerfiles for distcheck. | Ted Gould | 2009-08-28 | 1 | -0/+1 | |
| | | | | | | | | | | (bzr r8254.1.36) | |||||
| * | | | Added test script I thought was already added. | Soren Berg | 2009-08-20 | 1 | -0/+290 | |
| | | | | | | | | | | (bzr r8254.1.35) | |||||
| * | | | Fixed spirals. | Soren Berg | 2009-08-17 | 1 | -1/+4 | |
| | | | | | | | | | | (bzr r8254.1.34) | |||||
| * | | | Fixed document_interface_line | Soren Berg | 2009-08-17 | 2 | -5/+2 | |
| | | | | | | | | | | | | | | | | (Warning: I don't know why it works this way, it just does.) (bzr r8254.1.33) | |||||
| * | | | More documentation. | Soren Berg | 2009-08-17 | 4 | -2/+18 | |
| | | | | | | | | | | (bzr r8254.1.32) | |||||
| * | | | Fixed directory for inkscape executable. | Soren Berg | 2009-08-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Now points to $(prefix)/bin/inkscape (bin added.) (bzr r8254.1.31) | |||||
