| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
|
| |
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| |
|
|
| |
A lot of header clean-up.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
global functions are now methods of ObjectSet*, with these additional benefits:
- They can now act on any SelectionSet, not just the current selection;
- Whenever possible, they don't need a desktop anymore and can run if called from GUI.
I hope I did not break too many things in the process.
*: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y)
(bzr r15189)
|
| |
|
| |
(bzr r14693)
|
| |
|
| |
(bzr r14504.1.14)
|
| |
|
|
|
|
|
| |
adding 'vertical-lr'.
Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc.
(bzr r14430.1.1)
|
| |
|
| |
(bzr r14208)
|
| |
|
|
|
| |
progress.
(bzr r14148)
|
| |
|
| |
(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)
|
| |
|
|
|
| |
GThread deprecation errors.
(bzr r13341.1.190)
|
| |
|
| |
(bzr r13309)
|
| |
|
| |
(bzr r12204)
|
| |
|
| |
(bzr r10766.1.1)
|
| |
|
|
|
| |
the contents forward.h at all).
(bzr r10667)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
Add superscript and subscript support to Text toolbar.
Missing icons for superscript and subscript.
Known bug: adding a character to a superscript or subscript text
string resets baseline-shift attribute.
(bzr r9475)
|
| |
|
| |
(bzr r6885)
|
| |
|
|
|
| |
in its style or not
(bzr r6426)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Closes LP: #169973)
- New attribute in an object's style string called
-inkscape-font-specification stores full font name
- This will be useful when we can support fonts that don't fit into the
confines of CSS (if either pango enhances their PangoFontDescription
structure, or we can get around its limitations)
- Framework in place to separate font families from their "styles"
(faces)
in the text and font dialog - need only the code that does the actual
separation
- Text and Styles dialog shows only fonts it can handle
(bzr r4392)
|
| |
|
| |
(bzr r3095)
|
| |
|
|
|
| |
Comments added/fixed.
(bzr r1622)
|
| |
|
|
|
| |
slider on fill/stroke dialog (uncomment on object-properties.cpp).
(bzr r1542)
|
| |
|
| |
(bzr r875)
|
| |
|
| |
(bzr r863)
|
| |
|
| |
(bzr r861)
|
| |
|
|
|
| |
the preferences setting.
(bzr r823)
|
|
|
(bzr r1)
|