| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove hex color defaults from pref skeleton | Thomas Holder | 2019-11-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | /options/grids/axonom/color /options/grids/axonom/empcolor /options/grids/xy/color /options/grids/xy/empcolor /options/wireframecolors/onlight /options/wireframecolors/ondark /options/wireframecolors/images /options/wireframecolors/clips /options/wireframecolors/masks /tools/nodes/highlight_color | ||||
| * | fix crash in CanvasXYGrid::updateWidgets | Thomas Holder | 2019-09-13 | 1 | -13/+13 |
| | | | | | _rcb_visible was uninitialized | ||||
| * | Realign UI of Doc Properties > Grid | Nathan Lee | 2019-03-09 | 1 | -3/+3 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/187 | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -2/+7 |
| | | | | | | | - 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 | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -13/+13 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -4/+4 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Create stateless alignment selector and use it instead | Geoff Lankow | 2018-05-09 | 1 | -3/+3 |
| | | |||||
| * | Add buttons to align grids to page | Geoff Lankow | 2018-05-09 | 1 | -0/+4 |
| | | |||||
| * | Re-enable CanvasXYGrid::updateWidgets and CanvasAxonomGrid::updateWidgets | Geoff Lankow | 2018-03-22 | 1 | -2/+17 |
| | | |||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -1/+1 |
| | | |||||
| * | Modify CanvasXYGrid to work with rotated canvas. | Tavmjong Bah | 2017-03-18 | 1 | -1/+1 |
| | | | | (bzr r15602) | ||||
| * | Provide a way to update a legacy document to account for the 90 to 96 dpi ↵ | Tavmjong Bah | 2016-11-25 | 1 | -1/+9 |
| | | | | | | | | change. This method relies on setting the 'viewBox'. (bzr r15273) | ||||
| * | More header cleanup | Liam P. White | 2014-09-06 | 1 | -5/+5 |
| | | | | (bzr r13341.1.198) | ||||
| * | pass class variables by reference for performance | Kris De Gussem | 2014-01-12 | 1 | -3/+3 |
| | | | | (bzr r12917) | ||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -1/+1 |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| * | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 1 | -1/+5 |
| |\ | | | | | (bzr r11608.1.120) | ||||
| | * | Ported "display/canvas-grid.*" and "display/canvas-axonomgrid.*". | Matthew Petroff | 2013-07-18 | 1 | -1/+5 |
| | | | | | | | (bzr r12380.1.25) | ||||
| * | | Cleaned up a bit; fixed struct vs. class forward declarations. | Markus Engel | 2013-07-31 | 1 | -1/+1 |
| |/ | | | (bzr r11608.1.111) | ||||
| * | const | Johan B. C. Engelen | 2013-01-17 | 1 | -5/+5 |
| | | | | (bzr r12040) | ||||
| * | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 1 | -6/+4 |
| | | | | (bzr r10986) | ||||
| * | Snap to grid/guide lines perpendicularly | Diederik van Lierop | 2012-02-14 | 1 | -0/+1 |
| | | | | (bzr r10976) | ||||
| * | Cleaning up a few headers | Alex Valavanis | 2012-02-12 | 1 | -5/+4 |
| | | | | (bzr r10961) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -1/+0 |
| | | | | (bzr r10940) | ||||
| * | when resizing page, move the origin of the grids too. This way all objects ↵ | Johan B. C. Engelen | 2011-12-20 | 1 | -0/+1 |
| | | | | | | will stay aligned to the grids. (bzr r10787) | ||||
| * | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 1 | -2/+2 |
| | | | | (bzr r10766.1.1) | ||||
| * | Next pass of doxygen @brief cleanup. | Jon A. Cruz | 2011-10-02 | 1 | -3/+2 |
| | | | | (bzr r10658) | ||||
| * | Rename the struct "SnappedConstraints" to the more meaningfull ↵ | Diederik van Lierop | 2011-09-02 | 1 | -2/+2 |
| | | | | | | "IntermSnapResults" (bzr r10612) | ||||
| * | Switch to GObject | Alex Valavanis | 2011-06-24 | 1 | -1/+1 |
| | | | | (bzr r10350.1.3) | ||||
| * | Remove deprecated glib macro wrappers | Alex Valavanis | 2011-06-14 | 1 | -4/+4 |
| | | | | (bzr r10302.1.1) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -2/+2 |
| | | | | (bzr r10025) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -1/+2 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Simplify code related to snapping while rotating | Diederik van Lierop | 2010-07-17 | 1 | -1/+1 |
| | | | | (bzr r9619) | ||||
| * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -1/+1 |
| | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | ||||
| * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 1 | -1/+1 |
| | | | | (bzr r9402) | ||||
| * | refactoring the snapping code (laying the groundwork for my next commit ↵ | Diederik van Lierop | 2009-12-24 | 1 | -2/+2 |
| | | | | | | which reduces snap jitter) (bzr r8906) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -6/+6 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -6/+6 |
| | | | | (bzr r8406) | ||||
| * | Optionaly snap to invisible grid lines too (when zoomed out). See the grids ↵ | Diederik van Lierop | 2009-04-25 | 1 | -1/+1 |
| | | | | | | tab in the document properties dialog. This closes bug #172115 (bzr r7773) | ||||
| * | * Implement constrained snapping of knots | Diederik van Lierop | 2009-03-13 | 1 | -1/+2 |
| | | | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -1/+1 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | Store the snapper tolerances in the snap-preferences instead of in each ↵ | Diederik van Lierop | 2009-01-31 | 1 | -0/+3 |
| | | | | | | snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call) (bzr r7208) | ||||
| * | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 2008-12-14 | 1 | -3/+3 |
| | | | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -10/+7 |
| | | | | (bzr r6885) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -6/+6 |
| | | | | (bzr r6839) | ||||
| * | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get ↵ | Diederik van Lierop | 2008-09-07 | 1 | -1/+1 |
| | | | | | | that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) (bzr r6773) | ||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -3/+3 |
| | | | | (bzr r6606) | ||||
| * | 1) When pasting, use an offset that is a multiple of the grid pitch (got ↵ | Diederik van Lierop | 2008-08-06 | 1 | -6/+7 |
| | | | | | | | | lost during a previous round of refactoring) 2) Refactor some of the pasting code (bzr r6580) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -1/+0 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
| * | Use radiobutton for "always snap" in the document-properties dialog | Diederik van Lierop | 2008-04-30 | 1 | -1/+1 |
| | | | | (bzr r5562) | ||||
