| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
unitcombos
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| |
|
|
|
| |
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
|
| |
|
| |
(bzr r15017.1.12)
|
| |
|
|
|
| |
Hides many GTK deprecation errors that we can't fix in Inkscape
(bzr r10982)
|
| |
|
| |
(bzr r10963)
|
| |
|
| |
(bzr r10696)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
blend modes list in fill/stroke which relied on the set order of its enum
(bzr r7266)
|
| |
|
| |
(bzr r7166)
|
| |
|
| |
(bzr r7163)
|
| |
|
| |
(bzr r6367)
|
| |
|
|
|
| |
from 0..10)
(bzr r6333)
|
| |
|
|
|
| |
combobox constructor
(bzr r4782)
|
| |
|
|
|
| |
* set default values explicitly for all combobox filter settings at the filters dialog.
(bzr r4781)
|
| |
|
|
|
| |
containing that filter will still show the filter in the dialog, but the settings area warns that the filter is not yet implemented in Inkscape.
(bzr r4537)
|
| |
|
|
|
| |
CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching)
(bzr r3809)
|
| |
|
| |
(bzr r3623)
|
| |
|
|
|
| |
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation)
(bzr r3472)
|
| |
|
|
|
|
| |
* feMergeNodes can be deleted by clicking the input without dragging.
* feMergeNodes can be added using a special empty input at the bottom of primitive.
(bzr r3335)
|
| |
|
|
|
|
|
|
|
| |
This is a large commit that greatly simplifies the creation and use of all the filter settings in the dialog.
* Added AttrWidget class to provide an interface for the settings widgets. Allows the widget to read and write to an attribute.
* Modified the ComboBoxEnum, SpinSlider, and ConvolveMatrix widgets to use AttrWidget, more to follow.
* Removed lots of specific filter settings code in favor of the more generic system.
(bzr r3304)
|
|
|
* 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)
|