| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- 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
|
| |
|
| |
(bzr r11614)
|
| |
|
| |
(bzr r10666)
|
| |
|
|
|
| |
methods on the Drawing rather than on the root DrawingItem.
(bzr r10347.1.25)
|
| |
|
| |
(bzr r10347.1.21)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r6561)
|
| |
|
|
|
|
| |
marker dropdown with the same preview image as the unmodified stock
marker. This adds the source document's uri to the cache index.
(bzr r2413)
|
| |
|
|
|
| |
Making the marker dropdowns static so they can be updated.
(bzr r2403)
|
| |
|
| |
(bzr r2402)
|
|
|
This commit disables the code that prevents stock markers from appearing
at the top of the marker menu, as discussed in the bug report.
Additionally, this patch factors out the pixmap rendering code, which is
nearly identical to the rendering code in icon.cpp (and perhaps
elsewhere).
(bzr r2401)
|