| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #371 guides label upside down | Thomas Holder | 2019-08-14 | 1 | -1/+1 |
| | | |||||
| * | Change the data type of size/width/height of the controls to unsigned int | Diederik van Lierop | 2019-05-20 | 1 | -2/+2 |
| | | |||||
| * | More pixel-level alignment fixes for various controls, by making all ↵ | Diederik van Lierop | 2019-05-20 | 1 | -2/+2 |
| | | | | | controls have an odd-integer size (measured in pixels) | ||||
| * | Fix the alignment of the guideline origin (and other controls), such that it ↵ | Diederik van Lierop | 2019-05-20 | 1 | -9/+14 |
| | | | | | is drawn at exactly the right screen pixel | ||||
| * | Fix bug 1810206: Crash if XRay mode enabled (assertion failed in ↵ | Jabier Arraiza | 2019-01-07 | 1 | -1/+16 |
| | | | | | SPCanvas::paintXRayBuffer) and other improvements to XRay | ||||
| * | 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 | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -4/+4 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -4/+4 |
| | | |||||
| * | Fix rendering when canvas rotated. General code clean-up and documentation. | Tavmjong Bah | 2017-03-15 | 1 | -60/+44 |
| | | | | (bzr r15598) | ||||
| * | Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵ | Tavmjong Bah | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063) | ||||
| * | Coalesce g_object_new/g_object_set calls; change guide origin pickable to ↵ | Liam P. White | 2016-01-16 | 1 | -6/+7 |
| | | | | | | false so that guides can be grabbed by the origin again (bzr r14593) | ||||
| * | Header cleanup | Liam P. White | 2016-01-16 | 1 | -3/+0 |
| | | | | (bzr r14585.1.3) | ||||
| * | Dead code cleanup | Liam P. White | 2016-01-16 | 1 | -10/+0 |
| | | | | (bzr r14585.1.2) | ||||
| * | Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; ↵ | Liam P. White | 2016-01-16 | 1 | -27/+21 |
| | | | | | | | | | fixes 1526701 Fixed bugs: - https://launchpad.net/bugs/1526701 (bzr r14585.1.1) | ||||
| * | Fix crash on hidden guides | Jabier Arraiza Cenoz | 2015-12-11 | 1 | -23/+23 |
| | | | | (bzr r14527) | ||||
| * | Clean up some code, only init the SPKnot in one place. | Martin Owens | 2015-12-11 | 1 | -14/+0 |
| | | | | (bzr r14526) | ||||
| * | Fix bug launching a document by commandline with guides | Jabier Arraiza Cenoz | 2015-12-11 | 1 | -10/+20 |
| | | | | (bzr r14525) | ||||
| * | Remove CtrlPoint and replace with SPKnot | Martin Owens | 2015-12-10 | 1 | -19/+30 |
| | | | | (bzr r14523) | ||||
| * | Add rect to SP Control point on locked guides | Jabier Arraiza Cenoz | 2015-12-07 | 1 | -2/+4 |
| | | | | (bzr r14500.1.13) | ||||
| * | Add Martin Owens radious patch | Jabier Arraiza Cenoz | 2015-12-07 | 1 | -0/+6 |
| | | | | (bzr r14500.1.11) | ||||
| * | Changed from Desktop to namedview to handle multiples documents | Jabier Arraiza Cenoz | 2015-12-05 | 1 | -1/+0 |
| | | | | (bzr r14500.1.8) | ||||
| * | Added no highlight and cross icon on locked guides | Jabier Arraiza Cenoz | 2015-12-03 | 1 | -1/+2 |
| | | | | (bzr r14500.1.4) | ||||
| * | Add lock to guides | Jabier Arraiza Cenoz | 2015-12-02 | 1 | -0/+8 |
| | | | | (bzr r14500.1.1) | ||||
| * | More GObject boilerplate reduction | Alex Valavanis | 2014-08-24 | 1 | -30/+4 |
| | | | | (bzr r13341.1.175) | ||||
| * | fix memleak | Johan B. C. Engelen | 2013-09-30 | 1 | -3/+9 |
| | | | | (bzr r12633) | ||||
| * | cppcheck: get rid of more C-style pointer casts | Alex Valavanis | 2012-10-27 | 1 | -4/+4 |
| | | | | (bzr r11840) | ||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -8/+6 |
| | | | | (bzr r11469.1.1) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -1/+6 |
| | | | | (bzr r11316) | ||||
| * | Prevent false gtk deprecation warnings in canvas-grid and tidy headers | Alex Valavanis | 2012-02-15 | 1 | -0/+1 |
| | | | | (bzr r10988) | ||||
| * | Update 2Geom. Remove all use of NRRectL. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -19/+19 |
| | | | | (bzr r10582.1.3) | ||||
| * | refactor the guideline drawing. now it obeys desktop transforms a lot better. | Johan B. C. Engelen | 2011-07-18 | 1 | -25/+31 |
| | | | | (bzr r10471) | ||||
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -6/+6 |
| | | | | (bzr r10347.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -3/+34 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | fix rendering of angled guidelines | Felipe Corr??a da Silva Sanches | 2011-06-01 | 1 | -6/+7 |
| | | | | | | | (bzr r10246) | ||||
| | * | add entry widget to guideline dialog to change guide's label | Johan B. C. Engelen | 2011-05-26 | 1 | -3/+8 |
| | | | | | | | | | | | (and fix some label xml writing and rendering bugs) (bzr r10234) | ||||
| | * | Adding inkscape:label parameter to guidelines so that our guidelanes can ↵ | Felipe Corr??a da Silva Sanches | 2011-05-18 | 1 | -9/+49 |
| | | | | | | | | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -7/+4 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -4/+4 |
| | | | | | | | (bzr r10025) | ||||
| | * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -3/+0 |
| | | | | | | | | | | | header. (bzr r9978.1.1) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | (bzr r9508.1.70) | ||||
| | * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Fixes for guideline rendering | Krzysztof Kosi??ski | 2010-08-14 | 1 | -1/+3 |
| | | | | | | | (bzr r9508.1.64) | ||||
| * | | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -117/+21 |
| |/ | | | (bzr r9508.1.48) | ||||
| * | Nicer symbol for guide anchor | Maximilian Albert | 2009-01-26 | 1 | -20/+9 |
| | | | | (bzr r7182) | ||||
| * | display guide anchor on canvas; anchor and angle can be edited by mouse | Maximilian Albert | 2009-01-26 | 1 | -2/+45 |
| | | | | (bzr r7180) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -5/+6 |
| | | | | (bzr r6839) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6513) | ||||
| * | update for 32 instead of 24 bpp canvas buf | bulia byak | 2008-06-24 | 1 | -3/+3 |
| | | | | (bzr r6041) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-03-01 | 1 | -5/+5 |
| | | | | (bzr r4914) | ||||
