| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/
|
|
| |
Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
|
| |
|
|
|
|
|
|
|
|
| |
New dialog when opening pre-0.92 files (with 90 dpi).
I implemented it mostly based on mizmo's UI proposal (thanks!), with additional inputs from su_v with a few bugfixes from jabiertxof
Also adds a commandline option --convert-dpi-method=[none|scale-viewbox|scale-document] to be able to batch convert files.
Fixed bugs:
- https://launchpad.net/bugs/1659229
(bzr r15729)
|
| |
|
| |
(bzr r15675.1.4)
|
| |
|
| |
(bzr r15675.1.3)
|
| |
|
|
|
| |
(will come in handy in inkview)
(bzr r15675.1.2)
|
| |
|
| |
(bzr r15675.1.1)
|
| |
|
|
|
|
|
|
| |
setlocale() without resetting it to the initial default)
- inkview.cpp : This occurence in fact does *not* seem to be needed anymore (despite what the comment says)
- main.cpp : The (commented out) occurence is unnecessary as it is called as part of gtk_init_check()
(bzr r15674)
|
| |
|
|
|
|
|
|
| |
export as inkscape-style SVG.
Fixed bugs:
- https://launchpad.net/bugs/1572242
(bzr r15628)
|
| |
|
|
|
|
|
| |
They are not used by Inkscape and prevent native theming to be used for window borders and titles.
See also https://bugzilla.gnome.org/show_bug.cgi?id=778791
(bzr r15531)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Code written by su_v in python as an extension, ported to c++ by Mc,
some fixes added by bryce.
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15338
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15339
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15350
http://bazaar.launchpad.net/~inkscape.dev/inkscape/0.92.x/revision/15351
Option to disable it is called --no-convert-text-baseline-spacing
The terminology "convert" is chosen as a jargon word to be used for all
such legacy file conversions. The "--no-XXX" naming style is adopted
from the convention used by other software such as GIMP.
(bzr r15481)
|
| |
|
| |
(bzr r15422)
|
| |
|
|
|
|
|
|
|
|
|
| |
Reproducible Builds is a ongoing project which aims at having "packages"
"build" (as in, every build step, be it code compilation, doc generation, etc)
be bit-by-bit reproducible regardless of the build environment.
With this commit inkscape can be built reproducibly.
See https://reproducible-builds.org for more info about the project.
(bzr r15222.1.1)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1306662
(bzr r15218)
|
| |
|
| |
(bzr r15136.1.14)
|
| |
|
| |
(bzr r15136.1.9)
|
| |
|
| |
(bzr r15136.1.1)
|
| |
|
|
|
| |
(https://inkscape.org/en/paste/9901/)
(bzr r15071)
|
| |
|
| |
(bzr r15048)
|
| |\
| |
| | |
(bzr r14954.1.30)
|
| | |\
| | |
| | | |
(bzr r15038)
|
| | | |
| | |
| | | |
(bzr r15023.2.8)
|
| |\| |
| | |
| | | |
(bzr r14954.1.29)
|
| | | |
| | |
| | | |
(bzr r15034)
|
| | | |
| | |
| | | |
(bzr r15027)
|
| | |/
| |
| | |
(bzr r15025)
|
| | |
| |
| | |
(bzr r14954.1.21)
|
| | |
| |
| | |
(bzr r14954.1.20)
|
| |/
|
| |
(bzr r14954.1.19)
|
| |
|
| |
(bzr r14897)
|
| |
|
| |
(bzr r14891)
|
| |
|
| |
(bzr r14887)
|
| |
|
| |
(bzr r14873.1.1)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1516238
(bzr r14479)
|
| |
|
| |
(bzr r14389)
|
| |\
| |
| | |
(bzr r14059.2.11)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
forgotten things, but hopefully, there are only very few changes of semantics:
->childList is now in the intuitive order (childList()[0] is now firstChild)
-> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things)
-> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it)
-> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b)
(bzr r13922.1.15)
|
| | |\
| | |
| | | |
(bzr r13922.1.12)
|
| | | |
| | |
| | | |
(bzr r13922.1.10)
|
| | | |
| | |
| | | |
(bzr r13922.1.5)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on.
(bzr r13922.1.1)
|
| | |/
|/|
| | |
(bzr r14059.2.9)
|
| | |
| |
| | |
(bzr r13950)
|
| |/
|
| |
(bzr r13946)
|
| |
|
|
|
|
|
|
| |
(rev >= 13880)).
Fixed bugs:
- https://launchpad.net/bugs/1417990
(bzr r13898)
|
| |\
| |
| | |
(bzr r13341.5.22)
|
| | |
| |
| | |
(bzr r13661)
|
| |\|
| |
| | |
(bzr r13341.5.17)
|
| | |
| |
| | |
(bzr r13341.1.247)
|
| | |
| |
| |
| |
| | |
disallow pointers to Application
(bzr r13341.5.9)
|
| | |
| |
| |
| |
| | |
Rename init(). Add to-do list.
(bzr r13341.5.8)
|