| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
This fixes two bugs:
- A crash when moving an object away from the root layer
- An inconsistency when going through the layers with
{ctrl,shift}-Pg{Up,Down}: Going to the previous layer worked fine while
going to the next layer only went up the hierarchy but never into sub
layers. Now both directions visit the same layers in the same (just
reversed) order.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- 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'
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Spirals in Inkscape define a center point but the user cannot easily
control the position of the center.
Show a control point for the center so it's easier to move the shape
around and snap it by its center.
|
| | |
|
| |
|
|
|
| |
The name "description" seems to be misleading -
it's (mis?)used by Microsoft to include the name of the program
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Other shapes like ellipses and stars now show a center point but the
user still cannot easily control the position of a rectangle by using
its center.
Show a control point for the center so it's easier to move the shape
around and snap it by its center.
|
| |
|
|
| |
of scope.
|
| | |
|
| |
|
|
|
|
| |
The idea behind inkscape-version.h / inkscape-version.cpp is to
avoid rebuilding most of the code base when the version number
changes. Defining a version number in config.h defeats this purpose.
|
| |
|
|
| |
It's widely unused and seems harly necessary.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- inkscape.rc/inkview.rc are automatically configured with the
correct program name, version number and copyright year
- use one common file for all four configurations
(inkscape/inkview, x86/x64)
which should make it much easier to maintain and keep in sync
- fix/update/add some fields in the resource file, see
https://msdn.microsoft.com/library/windows/desktop/aa381058.aspx
- also unify inkscape-manifest.xml
As a result all configurations will use dpiAware=True now
(x86 and inkview did not have that setting yet)
This does not matter in gtk3 but is known know to cause tiny icons
on gtk2. It's still the preferred option as everything else
(including canvas) is properly scaled; if bitmap interpolation
is more desirable instead the setting can be overriden in the
compatibility tab of the executables properties dialog
|
| |
|
|
|
|
|
| |
- 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)
|
| |
|
|
| |
This reverts commit a32a763a36548f63b6c0d758cb8a82de60e11f18.
|
| |
|
|
| |
The btool build system is no longer present in inkscape's source tree.
|
| |
|
|
| |
(targets depended only on inkscape-version.cmake to be run but not on the created file itself resulting in changes only being picked up on the second build)
|
| | |
|
| |
|
|
| |
27cadae623ce5bc66b0401238bc7737b7b9d37d5 due to the modified signal having one less argument (thanks houz for the fix)
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| |
| | |
the time it takes to switch shortcut files or even set a shortcut)
|
| | |
| |
| |
| | |
d79cc2caf65007ac9d1d59886785ded5d5ac44a8
|
| | |\ |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | |/
| |/| |
|
| | | |
| | |
| | |
| | | |
not properly set anymore)
|
| | | |
| | |
| | |
| | | |
to default.xml and finally to inkscape.xml
|