| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - 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 | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 ``` | ||||
| * | Add missing include. | Jan Lingscheid | 2017-09-21 | 1 | -0/+1 |
| | | |||||
| * | Refactor Box3d::string_from_axes to use Glib::ustring | Jan Lingscheid | 2017-09-21 | 1 | -1/+1 |
| | | |||||
| * | remove glib dependency, but add return statements to help compiler and ↵ | Johan B. C. Engelen | 2014-09-03 | 1 | -7/+5 |
| | | | | | | prevent return-type warnings (bzr r13341.1.195) | ||||
| * | undo some things from rev 13530, to fix compile with gcc 4.9.0 ↵ | Johan B. C. Engelen | 2014-09-03 | 1 | -2/+3 |
| | | | | | | -Werror=return-type (don't want to give up that flag) (bzr r13341.1.194) | ||||
| * | Minor pass of header cleanup | Liam P. White | 2014-08-30 | 1 | -18/+12 |
| | | | | (bzr r13341.1.189) | ||||
| * | Reduce header bloat | Alex Valavanis | 2014-08-30 | 1 | -1/+1 |
| | | | | (bzr r13341.1.184) | ||||
| * | rename variable names to prevent hiding of names in outer scopes | Johan B. C. Engelen | 2014-03-02 | 1 | -4/+4 |
| | | | | (bzr r13090) | ||||
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| | | | | (bzr r10347.1.2) | ||||
| * | Clean up comments and remove (already commented) debugging messages | Maximilian Albert | 2008-02-22 | 1 | -54/+0 |
| | | | | (bzr r4824) | ||||
| * | noop: Address some cast-string-to-mutable-chars warnings. | Peter Moulder | 2008-01-28 | 1 | -16/+7 |
| | | | | (bzr r4612) | ||||
| * | fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent ↵ | Johan B. C. Engelen | 2008-01-09 | 1 | -2/+2 |
| | | | | | | name clash on windows compile. (bzr r4437) | ||||
| * | Enable 3D box toolbar | Maximilian Albert | 2008-01-08 | 1 | -3/+2 |
| | | | | (bzr r4436) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | (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) | ||||
| * | glib/gtestutils.h is not available on gutsy, so switching to include of | Bryce Harrington | 2008-01-05 | 1 | -1/+1 |
| | | | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390) | ||||
| * | Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy | Bryce Harrington | 2008-01-05 | 1 | -0/+1 |
| | | | | | | currently. (bzr r4389) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -2/+169 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Various small cleanups | Maximilian Albert | 2007-08-26 | 1 | -2/+2 |
| | | | | (bzr r3587) | ||||
| * | Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ↵ | Maximilian Albert | 2007-08-26 | 1 | -2/+15 |
| | | | | | | the right approach) (bzr r3586) | ||||
| * | Draw perspective lines for infinite VPs, too (they are updated during ↵ | Maximilian Albert | 2007-08-17 | 1 | -0/+2 |
| | | | | | | scrolling or zooming); don't create knots for infinite VPs on the canvas (bzr r3495) | ||||
| * | Compute the correct visible front corner (also for 'upended' boxes) and set ↵ | Maximilian Albert | 2007-08-07 | 1 | -0/+10 |
| | | | | | | the z-orders accordingly so that they are correct for any relative position of the handles (bzr r3411) | ||||
| * | Set z-orders of 3D box faces during dragging/resizing according to the ↵ | Maximilian Albert | 2007-08-07 | 1 | -0/+4 |
| | | | | | | perspective (bzr r3409) | ||||
| * | (Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate ↵ | Maximilian Albert | 2007-08-06 | 1 | -0/+2 |
| | | | | | | perspectives and thus create new ones interactively (bzr r3392) | ||||
| * | Move 3D axis manipulation functions to separate file | Maximilian Albert | 2007-07-11 | 1 | -0/+129 |
| (bzr r3226) | |||||
