| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\| | | | | |
| | | | | | |
| | | | | | | |
(bzr r13645.1.170)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15598)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15597)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15596)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15595)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15594)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15593)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This allows a rotation to be included in the drawing to window mapping.
General code cleanup.
Added documentation.
Any change to zooming behavior is probably a bug.
(bzr r15592)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15589)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15588)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15587)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15586)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15585)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15584)
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(see in r15547 [1])
Gtk::Label::set_halign() is *not* the same as Gtk::Label::set_xalign() or the deprecated Gtk::Label::set_alignment()
The former sets the alignment of the widget itself while the latter two set the alignment of the text within the widget's size allocation.
Is it really more important to eradicate deprecations then to have working code?
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15547
(bzr r15580)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(Thanks Eduard)
(bzr r15576)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r15574)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
from previous commit.
This allows to enter numbers with both dot (.) and comma (,) as decimal separator independently of the system locale.
(bzr r15573)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
anything but "C".
The crash was caused by a call to "std::locale("")" which threw an error because std::locale support is not fully implemented in libstdc++ yet (see linked bug for details).
Fixed bugs:
- https://launchpad.net/bugs/1666314
(bzr r15572)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1668003
(bzr r15571)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r15570)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Title: Selection tool: transformation handles vanish temporarily
When happends: When selecting a object and moving it in a distance less than dragtolerance value, the handles of the item disapear.
How fix: Internal code deprecate transforms if the transform is empty, so if the transform is empty I force show handles
Fixed bugs:
- https://launchpad.net/bugs/1663952
(bzr r15569)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
polygon series"
The problem where calls of "sprintf()" to format SVG path data. Unfortunately depending on the locale set at this point via "setlocale()" the output could contain commas (,) instead of dots (.) as decimal spearator resulting in invalid path data.
Fixed bugs:
- https://launchpad.net/bugs/1549015
(bzr r15568)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r15567)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1668853
(bzr r15563)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
A simple change to selection tool status message.
(bzr r15562)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r15561)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
fix wrong size being shown for EMF/WMF files
(bzr r15560)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
the file name below the preview.
There seems to be some confusion wheter the type specifier "%s" means char or wchar and the behavior even changes between different versions of MinGW
(bzr r15559)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/802904
(bzr r15558)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We were neither using Unicode versions of the WinAPI function nor properly converting character encodings which resultet in garbled output in the title field in the best case and invalid SVG output in the worst case.
Fixed bugs:
- https://launchpad.net/bugs/576126
- https://launchpad.net/bugs/1627551
(bzr r15557)
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
of quadratic due to too many signals sent
Fixed bugs:
- https://launchpad.net/bugs/1666714
(bzr r15556)
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | | |
(bzr r15555)
|
| | | |\ \ \ \ \
| | | | | | | |
| | | | | | | | |
(bzr r15369.1.19)
|
| | | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
(bzr r15369.1.18)
|
| | | |\ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
(bzr r15369.1.17)
|
| | | |\ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
(bzr r15369.1.16)
|
| | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
(bzr r15369.1.15)
|
| | | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
It seems like a todo which may or may not have been followed.
(bzr r15369.1.14)
|
| | | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
There was a comment to this effect there.
(bzr r15369.1.13)
|
| | | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
(bzr r15369.1.12)
|
| | | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
(bzr r15369.1.11)
|
| | | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
(bzr r15369.1.10)
|
| | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
(bzr r15369.1.9)
|
| | | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
(bzr r15369.1.8)
|
| | | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
(bzr r15369.1.7)
|
| | | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
It is the path of least surprise and doesn't break my scripts.
(bzr r15369.1.6)
|
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
(bzr r15369.1.5)
|
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
(bzr r15369.1.4)
|
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
(bzr r15369.1.3)
|