| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/367606
(bzr r10480)
|
| |
|
| |
(bzr r10397)
|
| |
|
|
|
|
|
| |
- group source/headers per library (for some IDE's)
- include headers with source listing (also for IDE's)
- remove unneeded Find modules
(bzr r10281)
|
| |
|
| |
(bzr r10278)
|
| |
|
|
|
|
|
| |
turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset.
Fixing this broke the build because some files in the subdir were not compiling.
(bzr r10276)
|
| |
|
|
|
| |
cake keyword, and also dont mix up dor names with libs.
(bzr r10274)
|
| |
|
|
|
|
| |
- cmake now builds all files that automake does but does NOT link yet
- inlcudes nasty hard coded paths and libs (will replace once linking works)
(bzr r10272)
|
| |
|
| |
(bzr r10199)
|
| |
|
| |
(bzr r10198)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/170225
(bzr r10124)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/707205
(bzr r10070.1.1)
|
| |
|
| |
(bzr r10067)
|
| |
|
| |
(bzr r9949)
|
| |\
| |
| | |
(bzr r9945.1.1)
|
| | |
| |
| |
| |
| | |
Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected.
(bzr r9546.1.5)
|
| | |
| |
| | |
(bzr r9546.1.2)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
| |
| | |
(bzr r9776)
|
| |/
|
| |
(bzr r9775)
|
| |
|
|
|
| |
Also remove the obsolete IDL file stub.
(bzr r9194)
|
| |
|
| |
(bzr r8522)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8420)
|
| |
|
| |
(bzr r8417)
|
| |
|
| |
(bzr r8416)
|
| |
|
| |
(bzr r8405)
|
| |
|
| |
(bzr r8404)
|
| |
|
| |
(bzr r7733)
|
| |
|
|
|
|
|
|
|
| |
xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref.
Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.)
extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.)
When exporting plain SVG, change the relative hrefs according to the destination filename.
(bzr r7643)
|
| |
|
|
|
| |
Slight shortening of implementation.
(bzr r7641)
|
| |
|
| |
(bzr r7640)
|
| |
|
| |
(bzr r7632)
|
| |
|
|
|
| |
add and edit.
(bzr r7535)
|
| |
|
| |
(bzr r7485)
|
| |
|
| |
(bzr r7484)
|
| |
|
| |
(bzr r7380)
|
| |
|
|
|
| |
rather than for every subdirectory.
(bzr r7336)
|
| |
|
| |
(bzr r7261)
|
| |
|
|
|
| |
version string on Linux.
(bzr r7123)
|
| |
|
|
|
| |
sub-libs of inkscape.
(bzr r7120)
|
| |
|
| |
(bzr r7113)
|
| |
|
|
|
| |
reduce linking stage command for windows.
(bzr r7100)
|
| |
|
| |
(bzr r7040)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SVG file in Fontforge in order to export a truetype font (or other
system font formarts fontforge supports).
This improves previous workflow of font design using Inkscape which
involved creating one SVG for each glyph. Now user only needs to create
a single SVG file containing an SVGFont.
Glyph kerning settings for the font can also be defined withing Inkscape
itself with live preview. The kerning management still needs some
improvements but is currently functional at least.
Improvements in the SVGFonts dialog:
* In Global Settings tab you can define the font family name. Other
attributes should be added to this tab in the future.
* Glyphs tab allows the user to:
** see a list (combobox) of glyphs available in the currently selected
font.
** add/remove glyphs
** edit glyph name and unicode
** set the glyph curves based on a given path (selected from canvas).
Same feature for the missing glyph.
* Kerning tab allows user to:
** add new kerning pairs
** adjust kerning values of selected kerning pair
** live preview while adjusting the kerning values
Code refactoring:
* Inner classes DocumentProperties::SignalObserver and
FilterEffectsDialog::SignalObserver were duplicated code and another
instance would be needed in SVGFonts dialog. So, I moved it to
Inkscape::XML::SignalObserver (in helper-observer.{cpp,h})
* changed SPGlyph->glyph_name and SPGlyph->unicode from char* to
Glib::ustring
* added sp_remove_resource to the release method in sp-font.cpp
* glyph curves used to be stored (in d attribute) and rendered
upside-down. Now that bug is fixed.
Sorry about this huge commit. I got one week away from the Internet
during a xmas travel. The lack of 'net connection made me work more
intensely in Inkscape :-D
Felipe Sanches
(bzr r7029)
|
| |
|
|
|
| |
utest-based tests.
(bzr r6976)
|
| |
|
| |
(bzr r6973)
|
| |
|
|
|
| |
on Windows again.
(bzr r6971)
|
| |
|
| |
(bzr r6938)
|
| |
|
| |
(bzr r6889)
|
| |
|
| |
(bzr r6885)
|