| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
The former is guaranteed to be set for any compiler targeting win32,
the latter is implementation dependent (but works for gcc)
See also
http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```
|
| |
|
|
|
|
|
| |
We manually appended an extension already (so functionality does
not change), however GetSaveFileNameW also adds the chosen name
(which was the name without extension before) to the list of
recently used documents which resulted in unusable links.
|
| |
|
|
| |
(Usually we append the proper extension afterwards, but that does only work for registered extensions and not custom extensions. The resulting behavior was that a file saved this way had usually no extension at all unless the user added one manually...)
|
| |
|
|
|
| |
Fixed bugs:
- https://bugs.launchpad.net/inkscape/+bug/1639701
|
| |
|
|
|
| |
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)
|
| |
|
| |
(bzr r15023.2.7)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1428873
(bzr r13985)
|
| |
|
| |
(bzr r13925)
|
| |
|
| |
(bzr r13341.1.192)
|
| |
|
|
|
| |
(failed on 64bit)
(bzr r13341.1.26)
|
| |
|
| |
(bzr r12337)
|
| |
|
| |
(bzr r12336)
|
| |
|
| |
(bzr r12102)
|
| |
|
| |
(bzr r11895)
|
| |
|
| |
(bzr r11549)
|
| |
|
| |
(bzr r11227)
|
| |
|
|
|
| |
Jaroslaw M. Gliwinski.
(bzr r11150)
|
| |
|
| |
(bzr r10980)
|
| |
|
| |
(bzr r10952)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/927992
(bzr r10947)
|
| |
|
| |
(bzr r10820)
|
| |
|
| |
(bzr r10681)
|
| |
|
| |
(bzr r10660)
|
| |\
| |
| | |
(bzr r10589)
|
| | |
| |
| |
| |
| | |
using them more obvious. Fix filter region computation.
(bzr r10582.1.1)
|
| |/
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/805095
(bzr r10583)
|
| |
|
|
|
| |
methods on the Drawing rather than on the root DrawingItem.
(bzr r10347.1.25)
|
| |
|
|
|
|
|
| |
item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- tag some instances where the document-to-desktop transform has been hardcoded
(bzr r10466)
|
| |\
| |
| | |
(bzr r9508.1.89)
|
| | |
| |
| | |
(bzr r10256)
|
| |\|
| |
| | |
(bzr r9508.1.73)
|
| | |
| |
| |
| |
| |
| | |
Fixed bugs:
- https://launchpad.net/bugs/530957
(bzr r10107)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
doesn't work on Windows).
Fixed bugs:
- https://launchpad.net/bugs/262617
(bzr r10062)
|
| | |
| |
| | |
(bzr r10025)
|
| |\|
| |
| | |
(bzr r9508.1.72)
|
| | |
| |
| | |
(bzr r9953)
|
| | |\
| | |
| | | |
(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)
|
| |\| |
| | |
| | | |
(bzr r9508.1.70)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet.
(bzr r9900)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fixed bugs:
- https://launchpad.net/bugs/616589
(bzr r9702)
|