summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix remaining issues of bug 407893bulia byak2009-08-171-1/+1
| | | (bzr r8499)
* Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵Nicolas Dufour2009-08-122-15/+23
| | | | | by Adrian Johnson. (bzr r8473)
* Fix for Bug #373309 (Print has offset on page), by Adrian Johnson.Nicolas Dufour2009-08-121-1/+20
| | | (bzr r8469)
* Add missing namespaces in win32 code (thanks to Yann Papouin for pointing ↵Maximilian Albert2009-08-102-3/+3
| | | | | this out) (bzr r8460)
* Put #ifdefs around all code related to the so-called "new" ExportDialog ↵Maximilian Albert2009-08-094-1/+15
| | | | | (whatever that is) (bzr r8456)
* Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-097-22/+25
| | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* Clarify tooltipMaximilian Albert2009-08-071-1/+1
| | | (bzr r8437)
* Fix compile on windowsMaximilian Albert2009-08-071-7/+7
| | | (bzr r8434)
* Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵Maximilian Albert2009-08-076-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 Albert2009-08-071-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 Albert2009-08-0643-141/+141
| | | | | which cannot be fixed easily. (bzr r8422)
* Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as ↵chriswombat2009-08-051-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->Documentjohnce2009-08-0523-72/+72
| | | (bzr r8408)
* SPDocument->Documentjohnce2009-08-0518-49/+49
| | | (bzr r8407)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8406)
* SPDocument->Documentjohnce2009-08-051-19/+19
| | | (bzr r8405)
* Fix for bug LP #383244 (patch by Hannes Hochreiner)Nicolas Dufour2009-07-291-3/+7
| | | (bzr r8360)
* Remove unnecessary tab in Layers dialog (closes LP #364224)Maximilian Albert2009-07-292-4/+1
| | | (bzr r8358)
* Fix for bug #396580 (non-ASCII characters not displayed correctly in the ↵Nicolas Dufour2009-07-291-1/+4
| | | | | open dialog). (bzr r8355)
* Fix for bug LP #400985 (3 strings in UI are not translatable)Nicolas Dufour2009-07-181-3/+3
| | | (bzr r8300)
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-162-1/+2
| | | (bzr r8293)
* Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵Josh Andler2009-07-131-1/+1
| | | | | directly included now. (bzr r8278)
* Fix for LP #358921 (Colons in filters parameters must be translatable)Nicolas Dufour2009-07-091-41/+42
| | | (bzr r8241)
* * added tooltip (see bug 358921) and translator commentsIvan Mas??r2009-07-091-0/+6
| | | | | | * updated inkscape.pot * [INTL:sk] Slovak translation update (bzr r8238)
* Contextual split of translatable messageAlexandre Prokoudine2009-07-081-1/+1
| | | (bzr r8232)
* Fix for Bug #327533 (Calligraphy presets are not translatable).Nicolas Dufour2009-07-061-0/+8
| | | (bzr r8217)
* Separated "Arrange" as button caption from "Arrange" as menu itemAlexandre Prokoudine2009-06-161-1/+1
| | | (bzr r8087)
* implement the same all-bitmaps and all-vectors filters as on linuxbulia byak2009-06-051-5/+54
| | | (bzr r8008)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-036-7/+27
| | | (bzr r7985)
* * Just a couple of string fixesLuca Bruno2009-05-291-2/+2
| | | (bzr r7962)
* Also store the window's geometry when saving through the data-loss warning ↵Diederik van Lierop2009-05-251-7/+8
| | | | | dialog (the one that pops up when Inkscape is being closed with unsaved data) (bzr r7934)
* adding Aurelio HeckertFelipe Corr??a da Silva Sanches2009-05-211-0/+1
| | | (bzr r7912)
* parent transformation on import and paste (Bug #376064, Bug #375499)Thomas Holder2009-05-131-1/+1
| | | (bzr r7876)
* call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968)Thomas Holder2009-05-111-4/+1
| | | (bzr r7860)
* When changing document size, the origin (lower left corner) should be ↵Diederik van Lierop2009-05-091-0/+6
| | | | | stationary. This way the guides will keep their relative position w.r.t. the objects (bug #167762), and also everything will be redrawn properly (bug #179373) (bzr r7840)
* * [INTL:*] fixed typos (by Yuri Chornoivan)Ivan Mas??r2009-05-061-2/+2
| | | (bzr r7827)
* since "Unicode" made people believe that they could put hex code point Felipe Corr??a da Silva Sanches2009-05-041-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 dialogFelipe Corr??a da Silva Sanches2009-05-042-1/+26
| | | (bzr r7819)
* Make sure that the item center (origin for rotations) does not change due to ↵Diederik van Lierop2009-04-291-15/+18
| | | | | copy & paste (Fixes bug #320489) (bzr r7797)
* Fix compile on Windows (the last paramteter is not defaulted in olderKrzysztof Kosi??ski2009-04-251-1/+1
| | | | | versions of gtkmm) (bzr r7774)
* Fix missing dock icons (bug #364075)Krzysztof Kosi??ski2009-04-251-29/+9
| | | (bzr r7772)
* apply printing w32 patch ↵Adib Taraben2009-04-241-63/+0
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/176 (bzr r7768)
* apply printing w32 patch ↵Adib Taraben2009-04-241-1/+4
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767)
* translator comments and minor string fixesIvan Mas??r2009-04-234-11/+14
| | | (bzr r7763)
* Partial fix for bug 193926 , thanks to Preben Soeberg.Jasper van de Gronde2009-04-211-2/+1
| | | (bzr r7752)
* Korean translation update by yongdoriaNicolas Dufour2009-04-201-0/+1
| | | (bzr r7746)
* Handle case when an icon is not populatedJon A. Cruz2009-04-191-2/+9
| | | (bzr r7737)
* Restore 0.46 placement of node alignment buttonsKrzysztof Kosi??ski2009-04-161-5/+5
| | | (bzr r7720)
* Fix two legacy icon IDsKrzysztof Kosi??ski2009-04-131-5/+2
| | | (bzr r7711)
* Really fix node alignment icons; add clarifying comment to source.Krzysztof Kosi??ski2009-04-131-4/+7
| | | (bzr r7710)