summaryrefslogtreecommitdiffstats
path: root/src/ui/icon-names.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-573/+5
| | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* Implement decent snapping to text (baseline & anchor), and provide a toggle ↵Diederik van Lierop2011-06-301-0/+2
| | | | | button for this (as requested in LP bug #727281 ) (bzr r10392)
* - Add a third group of snap sources/targets, called ¨others¨ (before we ↵Diederik van Lierop2011-06-261-0/+2
| | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372)
* Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-061-0/+2
| | | (bzr r10259)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* New feature: to exchange position of two objects (bug #171944)Nicolas Dufour2010-08-031-0/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/171944 (bzr r9681)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-0/+2
| | | (bzr r9153)
* Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-0/+8
| | | (bzr r8855)
* Spray Tool by the students at Ecole Centrale de Lyon, Lyon, FranceJosh Andler2009-11-301-0/+10
| | | (bzr r8851)
* 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)
* Icon Bonanza part 2341: Update icon-names.h to reflect changes in Krzysztof Kosi??ski2009-03-071-4/+4
| | | | | hicolor and icons.svg (bzr r7436)
* Several icon name fixesKrzysztof Kosi??ski2009-02-261-1/+1
| | | (bzr r7373)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-0/+567
(bzr r7332)