| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
need to play with new lines
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| |
|
|
| |
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
|
| | |
|
| |
|
|
| |
A lot of header clean-up.
|
| |
|
|
|
|
|
|
| |
This ensures the (modal) dialog is positioned on top of the Inkscape
window in which the file will be opened.
Before it could happen that the dialog was not even on the same
monitor as the Inkscape window leaving Inkscape in a seemingly
inaccessible state if it was overlooked.
|
| |
|
|
| |
(see also b862d73dd9a520d02886f295c0313588818513c4)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
with a comma decimal separator in their locale had files broken by the line update fix)
Fixed bugs:
- https://launchpad.net/bugs/1663075
(bzr r15503)
|
|
|
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)
|