| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r15505)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Windows if the filename contains non-ASCII characters
The problem is that "RVNGFileStream" uses "fopen()" internally which only supports ANSI filenames on Windows (i.e. a complete fix would require upstream code changes).
By using "g_win32_locale_filename_from_utf8()" the problem can be worked around in most cases, though:
* the filename is converted to the current codepage (i.e. all 255 characters that are available in the current character encoding are allowed in the filename)
* even if the filename contains a character that's not available in the current character encoding it's attempted to use the alternative short (8.3) file name instead
Therefore the input operation will only fail in the unlikely case that the filename contains a character not available in the current ANSI code page while at the same time short file names are disabled on the file system (which is not the case in standard configurations).
Fixed bugs:
- https://launchpad.net/bugs/1656763
- https://launchpad.net/bugs/1656763
(bzr r15421)
|
| |
|
|
|
| |
by function.
(bzr r13774)
|
| |
|
|
|
|
|
| |
versions of libwpg, libcdr and libvisio
)
(bzr r13398.1.7)
|
| |
|
| |
(bzr r13398.1.1)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1243011
(bzr r12733)
|
| |
|
|
|
|
|
|
| |
default units are changed" #1236257
Fixed bugs:
- https://launchpad.net/bugs/1236257
(bzr r12717)
|
| |
|
|
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1228660
- https://launchpad.net/bugs/1228693
- https://launchpad.net/bugs/1228852
(bzr r12575)
|
| |
|
| |
(bzr r11270)
|
| |
|
| |
(bzr r11030)
|
| |
|
| |
(bzr r10339)
|
| |
|
| |
(bzr r10269)
|
| |
|
|
|
|
|
|
| |
Fixes bug #778951.
Fixed bugs:
- https://launchpad.net/bugs/778951
(bzr r10266)
|
| |\
| |
| | |
(bzr r9945.1.1)
|
| | |
| |
| | |
(bzr r9546.1.2)
|
| |/
|
|
|
| |
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options].
(bzr r9546.1.1)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8408)
|
| |
|
|
|
|
|
|
|
| |
Core of having a real namespace for Inkscape extensions.
r19077@shi: ted | 2008-04-21 15:50:12 -0700
First layer of adding NS
r19078@shi: ted | 2008-04-21 15:56:03 -0700
Whew, doing the rest of them.
(bzr r5483)
|
| |
|
| |
(bzr r4272)
|
| |
|
| |
(bzr r4268)
|
| |
|
|
|
| |
Switching everything over to a linked in libwpg
(bzr r3992)
|
| |
|
|
|
|
| |
Merging in the latest libwpg and some code chages to make it work with
everything.
(bzr r2433)
|
| |
|
| |
(bzr r2399)
|
| |
|
|
|
| |
Updates from the libwpg development CVS
(bzr r1528)
|
| |
|
|
|
| |
Making this all work with the Inkscape world view.
(bzr r1526)
|
| |
|
|
|
| |
Builds and links. Doesn't work, but builds and links.
(bzr r1525)
|
| |
|
|
|
| |
Getting the basic build stuff in. No we're building libwpg
(bzr r1524)
|
|
|
Stealing some example code from the libwpg guys to make this alot
easier.
(bzr r1523)
|