| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Please confirm typos in the following
`doc/nr-filter-interface.txt`
`share/symbols/BalloonSymbols.svg`
.
|
| |/ |
|
| | |
|
| |
|
|
| |
height, see also https://answers.launchpad.net/inkscape/+question/631890 and https://answers.launchpad.net/inkscape/+question/661126
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
* Build them separately from cpp sources - separate doxyfile, separate
target directory
* Also add a subpage linking to common python files
|
| | | |
|
| | |
| |
| |
| |
| | |
Changing theme to Tango should change icons in Inkscape. Note, some icons are missing
and Inkscape's Tango icons are rendered larger than stock Tango icons.
|
| |/
|
|
| |
directories added.
|
| |\ |
|
| | |\ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```
|
| | | | |
|
| | |\| |
|
| | | |
| | |
| | |
| | | |
the inputs
|
| | |/ |
|
| |\| |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The underlying issue are the three icons that are squished into the
corners of scrollbars/rulers:
- in gtk2 they where shrunk down till they fit into the available
space (which probably wasn't a great solution either)
- in gtk3 they blow up the container till it fits
A proper fix would probably be to either
a) moving those buttons elsewhere or
b) specifically design small buttons/icons for this purpose
|
| | | |
|
| | |
| |
| |
| |
| | |
For some reason the actual drawing was translated well outside
the document borders, making the icons effectively invisible.
|
| | |
| |
| |
| | |
field, improved whitespace, removes some duplication, can now use different color formats for start and end value, allows comma as decimal separator, fixes crash of extension when Other attribute is not specified.
|
| | | |
|
| | | |
|
| |/ |
|
| |
|
|
| |
grids now correctly support doc scaling (page size/viewbox ration) and export resolution.
|
| |\ |
|
| | |
| |
| | |
compensate for size of viewbox.
|
| | |
| |
| | |
compensate for size of viewbox
|
| | |
| |
| |
| | |
because file changed
|
| | |
| |
| |
| |
| | |
Selecting a Line Spacing Mode allows a user to quickly pick an
algorithm for consistant line spacing.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
- prefix with underscores to make detectable by intltool-update
(was lost with 78cebbf91af8d91681d4ff18b7c1a8b25f2c431a)
- fix 'sp_ui_build_dyn_menus()' to account for this and stick with
current project standards: translate '_name' but not 'name'
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Options:
Show icons and/or labels.
Use combbox or radio buttons.
Replacement for C based ege-select-one-action.
Update text toolbar to use this class, allowing bar to be narrower.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
The changes introduced in 46fd67ec49c3988db20db422061a2f52582c896c
changed the behavior in this case:
- pressing Tab produces a keyval with name "Tab"
- pressing Shift+Tab produces a keyval with name "ISO_Left_Tab"
the Shift modifier is removed in this case as a
"consumed modifier", see commit mentioned above for details
|
| | |
| |
| |
| |
| |
| |
| | |
- move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer)
- remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size)
- use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px)
- also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
file to update (inkscape.xml is the primary shortcut file!)
- default.xml will now be autogenerated during "cmake install"
- the changes to inkscape.xml correspond to the changes from 72f835c00565835a536531cd81dc6d9a607b615a that were only applied to default.xml
- for the error-prone case of running inkscape without installation 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 should provide the proper fallback to inkscape.xml
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|