| 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
|
| |
|
|
| |
A lot of header clean-up.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 r7058)
|
| |
|
| |
(bzr r6891)
|
| |
|
|
|
| |
* set default values explicitly for all combobox filter settings at the filters dialog.
(bzr r4781)
|
| |
|
|
|
| |
* Added most of the settings for feComponentTransfer to the filter dialog (still haven't done the table attribute)
(bzr r3488)
|
| |
|
|
|
|
| |
* Changed SPFeTurbulence/FilterTurbulence to use an enum for the type field
* Added type setting to the filter dialog
(bzr r3454)
|
| |
|
|
|
| |
* Added controls for feMorphology
(bzr r3434)
|
| |
|
|
|
| |
* Added controls for scale and channel selection to the filter dialog for feDisplacementMap
(bzr r3383)
|
| |
|
|
|
|
| |
* Added edge mode setting to the filter dialog
* Changed type of edgeMode in SPFeConvolveMatrix to use the enum type
(bzr r3381)
|
| |
|
|
|
|
| |
* Changed type field of ColorMatrix filter to use an enum rather than a plain int
* Added control for the ColorMatrix type to the filter dialog
(bzr r3375)
|
| |
|
|
|
| |
* Added light source controls for feDiffuseLighting and feSpecularLighting.
(bzr r3354)
|
| |
|
|
|
|
|
| |
* Fixed misnamed primitive input (BackgroundImage was incorrectly called BackgroundGraphic)
* Removed the filter primitive input comboboxes in favor of drag-and-drop. The standard inputs are shown as vertical text to the right.
* Various minor improvements to the drawing of filter connections
(bzr r3285)
|
| |
|
|
|
|
| |
* Made a lot of strings translatable
* Fixed the filter primitive input settings to work more like other ComboBoxEnums.
(bzr r3253)
|
|
|
* As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h
* Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes
(bzr r3241)
|