summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | textual patch from bug 408093bulia byak2009-09-061-2/+2
| | | | | | (bzr r8563)
* | Fixed crash when invoked and no profile is set.Jon A. Cruz2009-08-311-1/+1
| | | | | | (bzr r8551)
* | fix 416940bulia byak2009-08-221-3/+11
| | | | | | (bzr r8517)
* | fix ctrl+arrow keys not working after startupbulia byak2009-08-171-0/+2
| | | | | | (bzr r8498)
* | fix 407893bulia byak2009-08-131-6/+6
| | | | | | (bzr r8484)
* | fix 376068bulia byak2009-08-131-14/+16
| | | | | | (bzr r8483)
* | Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-2/+2
| | | | | | | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
* | Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-0612-47/+47
| | | | | | | | | | which cannot be fixed easily. (bzr r8422)
* | Changed Inkscape logo icon mapping from "inkscape" to "inkscape-logo" as ↵chriswombat2009-08-052-2/+2
| | | | | | | | | | "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-0512-47/+47
| | | | | | (bzr r8404)
* | remember sticky_zoom toggle button stateThomas Holder2009-08-021-1/+12
| | | | | | | | | | use short side ratio instead of area ratio for sticky zoom (revise commit 21355) (bzr r8386)
* | Fix for bug LP #400985 (3 strings in UI are not translatable)Nicolas Dufour2009-07-181-3/+3
| | | | | | (bzr r8300)
* | 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 width slider for Eraser ToolJosh Andler2009-07-131-2/+2
| | | | | | (bzr r8277)
* | Fixed a icon name string which shouldn't have been translatable.Luca Bruno2009-07-131-1/+1
| | | | | | | | | | Closes: #398410 (bzr r8274)
* | Don't allow the "proportion" parameter of a star to become NaN, because this ↵Diederik van Lierop2009-07-121-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)
* | * dummy commit - previous commit message should have mentioned bug 380522 ↵Ivan Mas??r2009-07-091-1/+1
| | | | | | | | | | instead (bzr r8239)
* | * added tooltip (see bug 358921) and translator commentsIvan Mas??r2009-07-091-1/+1
| | | | | | | | | | | | * updated inkscape.pot * [INTL:sk] Slovak translation update (bzr r8238)
* | Fix for pattern name localizationNicolas Dufour2009-07-081-2/+2
| | | | | | (bzr r8230)
* | Reverting the references which made the Node Tool controls toolbar disappear.Josh Andler2009-07-071-12/+12
| | | | | | (bzr r8228)
* | Removing a couple node-tool related modifications in the file which I don't ↵Josh Andler2009-07-071-11/+0
| | | | | | | | | | believe Krzysztof intended to commit. (bzr r8226)
* | Fix LP #390162: Wrong defaults for Calligraphy toolKrzysztof Kosi??ski2009-07-071-14/+25
| | | | | | (bzr r8223)
* | Fix for Bug #327533 (Calligraphy presets are not translatable).Nicolas Dufour2009-07-061-1/+1
| | | | | | (bzr r8217)
* | Fix a bug where the spinboxes on the connector toolbar did not properly mjwybrow2009-06-121-17/+15
| | | | | | | | | | respond to single clicks of their up and down arrows. (bzr r8053)
* | force show-as-list for font listbulia byak2009-06-121-2/+11
|/ | | (bzr r8052)
* fix stupid bug in font size settingbulia byak2009-06-101-1/+1
| | | (bzr r8036)
* hopefully that fixes the stuck-with-sans bugbulia byak2009-06-101-18/+35
| | | (bzr r8035)
* fix the font dropdown: patch by Felipe with my changesbulia byak2009-06-091-198/+179
| | | (bzr r8027)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-032-0/+4
| | | (bzr r7985)
* * [INTL:*] string fixesIvan Mas??r2009-05-261-2/+2
| | | | | | * [INTL:*] make inkscape.pot * [INTL: sk] Slovak translation update (trunk) (bzr r7942)
* Also store the window's geometry when saving through the data-loss warning ↵Diederik van Lierop2009-05-251-0/+1
| | | | | dialog (the one that pops up when Inkscape is being closed with unsaved data) (bzr r7934)
* use area ratio instead of diagonal ratio for "Zoom when window is resized"Thomas Holder2009-05-161-3/+1
| | | (bzr r7887)
* fix "Zoom when window is resized", got broken in rev 10439 (Bug #167651)Thomas Holder2009-05-161-3/+1
| | | (bzr r7885)
* When selecting a path with markers but without a stroke, then one should be ↵Diederik van Lierop2009-05-121-3/+37
| | | | | able to change the markers and the stroke width. Therefore these controls should not be greyed out in the stroke & fill dialog (fixes bug #166029, which was first reported in 2004 :-) ) (bzr r7868)
* Update name listJon A. Cruz2009-05-041-0/+3
| | | (bzr r7818)
* Build fix for GCC 3.4.4 (added include for stdio.h)Josh Andler2009-05-011-0/+1
| | | (bzr r7807)
* Cleanup cache and rendering of icons.Jon A. Cruz2009-04-281-47/+22
| | | (bzr r7781)
* Make the snap toolbar unsensitive to undo actions. How could I not have ↵Diederik van Lierop2009-04-271-1/+6
| | | | | noticed this bug before? (bzr r7780)
* Cleaning up legacy stock icons and correct icon sizes to match theme engine ↵Jon A. Cruz2009-04-273-69/+34
| | | | | sizes. (bzr r7779)
* Removed newer GIcon reference.Jon A. Cruz2009-04-221-12/+0
| | | (bzr r7759)
* Restoring needed icon rendering code. Addresses bug #363781.Jon A. Cruz2009-04-211-13/+249
| | | (bzr r7750)
* Fix the rest of missing icons in the geometry tool. Closes: #358132Krzysztof Kosi??ski2009-04-201-3/+3
| | | (bzr r7742)
* Added code to deal with changed icon names. Fixes bug #360964Jon A. Cruz2009-04-181-4/+255
| | | (bzr r7736)
* Correct recent changes that had reverted to always use SPIcon when not ↵Jon A. Cruz2009-04-181-25/+41
| | | | | present as external .png files. (bzr r7735)
* Restore base legacy name supportJon A. Cruz2009-04-181-11/+88
| | | (bzr r7731)
* Warning cleanupJon A. Cruz2009-04-181-1/+1
| | | (bzr r7730)
* Whitespace cleanupJon A. Cruz2009-04-181-3/+3
| | | (bzr r7729)
* Fix most icons in the geometry toolKrzysztof Kosi??ski2009-04-181-5/+5
| | | (bzr r7727)
* Fix most icon issues: blurry icons, tiling, etc. (hooray!)Krzysztof Kosi??ski2009-04-162-30/+23
| | | (bzr r7721)
* Complete the legacy icon mappingKrzysztof Kosi??ski2009-04-131-1/+64
| | | (bzr r7709)