| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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 r13950)
|
| | |
| |
| | |
(bzr r13946)
|
| | |
| |
| | |
(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)
|
| |
|
|
|
|
|
|
| |
(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)
|
| | |
| |
| | |
(bzr r13341.5.7)
|
| | |
| |
| |
| |
| | |
members, simplify signals
(bzr r13341.5.6)
|
| | |
| |
| | |
(bzr r13341.5.3)
|
| |/
|
| |
(bzr r13341.5.1)
|
| |
|
| |
(bzr r13406)
|
| |
|
|
|
| |
involves cropping and reducing.
(bzr r13268)
|
| |
|
|
|
|
|
|
| |
an svg. Fixes bug #500440 also clean vacuum defs from command line which should be using extension also.
Fixed bugs:
- https://launchpad.net/bugs/500440
(bzr r13252)
|
| |
|
| |
(bzr r13229)
|
| |
|
| |
(bzr r12982)
|
| |
|
|
|
|
|
|
| |
should fix Bug #941103
Fixed bugs:
- https://launchpad.net/bugs/941103
(bzr r12981)
|
| |
|
|
|
|
|
|
| |
in Windows 7) by Max Gaukler.
Fixed bugs:
- https://launchpad.net/bugs/950781
(bzr r12866)
|
| |
|
|
|
| |
deprecated/threads.h of glib, it has to be included first.
(bzr r12830)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1244749
(bzr r12809)
|
| |
|
| |
(bzr r12782)
|
| |
|
| |
(bzr r12588)
|
| |\
| |
| | |
(bzr r12475.1.29)
|
| | |\
| | |
| | | |
(bzr r11608.1.120)
|
| | |\ \
| | | |
| | | | |
(bzr r11608.1.108)
|
| | |\ \ \
| | | | |
| | | | | |
(bzr r11608.1.107)
|
| | |\ \ \ \
| | | | | |
| | | | | | |
(bzr r11608.1.99)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r11608.1.91)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r11608.1.72)
|
| | |_|_|_|/
|/| | | |
| | | | | |
(bzr r12475.1.9)
|
| | | | | |
| | | | |
| | | | | |
(bzr r12380.1.62)
|
| | |_|_|/
|/| | |
| | | | |
(bzr r12380.1.54)
|
| | |_|/
|/| |
| | | |
(bzr r12421)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
"org.inkscape" to be specified. This allows multiple Inkscape instances to
be controlled over D-Bus in a single user session.
(bzr r12402.1.1)
|
| | | |
| | |
| | | |
(bzr r12387.1.9)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Modified action context setup so that in console mode, when a document is
added to the main inkscape app instance, it gets a selection model and
layer model automatically set up for it
Made a couple more verbs work in console mode
(bzr r12387.1.4)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Inkscape::Selection to use a LayerModel that is not associated with a UI.
Changed the interface of verbs (SPAction) to use a new ActionContext
rather than UI::View::View, again so that verbs may be used in a console
mode.
Modified boolean operation verbs to work in console-only mode.
Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
Modified main.cpp to process selections and verbs in no-GUI mode.
Other changes are all consequences of the SPDesktop, Selection and
LayerModel interface changes.
(bzr r12387.1.1)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the user try to export the pdf and ps versions at one run, the
sp_export_pdf detection would fail. A better approach (this commit) is to check
the mime argument.
(bzr r12359)
|
| | | |
| | |
| | |
| | |
| | | |
Typo error (sp_export_pdf_version instead sp_export_pdf).
(bzr r12352)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Moreover, a bug in --export-pdf-version was fixed. The bug made Inkscape crash
if someone try to export a ps file.
(bzr r12350)
|
| | |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
From the patch's author:
Additional command line option added to export to different PDF-versions
supported by cairo (currently only "PDF 1.4" and "PDF 1.5"). The user must
provide the exact string found in the PDF-export dialog of Inkscape. This
feature was previously only accessible via the GUI of Inkscape. This option is
useful for people opting for PDF-a conformance in their PDFs. Moreover, the
Extension and Parameter classes are extended by setters for enum parameters
(used in combo boxes).
(bzr r12348)
|
| |/
|
| |
(bzr r12268)
|
| |
|
|
|
|
|
|
|
| |
check for X11 backend
Fixed bugs:
- https://launchpad.net/bugs/1160252
- https://launchpad.net/bugs/1122774
(bzr r12247)
|