summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Allow tools sensitive when overflow canvas area also fix a bug i couldent rem...Jabiertxof2019-08-022-3/+11
* Fix a rendering issue I introduce in previous mergeJabiertxof2019-07-281-2/+0
* Fix some issues with inverse coordinates pointed by MarenJabier Arraiza2019-07-281-1/+6
* Fix coding styleJabier Arraiza2019-07-281-2/+2
* Add verbs update checkbuttons in menu. Also do improvements requested in http...Jabier Arraiza2019-07-281-7/+10
* Make doc2dt a document propertyThomas Holder2019-07-271-3/+1
* Crashfix when importing/selecting large pngNathan Lee2019-07-022-3/+3
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-263-43/+13
* Fix formatting and trailing space.Shlomi Fish2019-05-221-5/+5
* Fix alignment of ruler ticksDiederik van Lierop2019-05-201-6/+2
* Fix pixel alignment of box selection cueDiederik van Lierop2019-05-201-9/+4
* Small fixDiederik van Lierop2019-05-201-2/+2
* Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-204-11/+11
* More pixel-level alignment fixes for various controls, by making all controls...Diederik van Lierop2019-05-203-26/+12
* Another pixel alignment fixDiederik van Lierop2019-05-201-7/+17
* Fix the alignment of the guideline origin (and other controls), such that it ...Diederik van Lierop2019-05-204-43/+58
* Remove support for LCMS 1Karl Cheng2019-05-125-10/+10
* Add some documentation (Harfbuzz, OpenType SVG).Tavmjong Bah2019-05-071-2/+2
* Add basic SVG in OpenType support.Tavmjong Bah2019-05-061-1/+28
* Fix GdkMotionEvents under WaylandDiederik van Lierop2019-05-041-1/+1
* Merge branch 'master' of gitlab.com:inkscape/inkscapeDiederik van Lierop2019-04-302-21/+21
|\
| * Keep Document Grid spacing on change and saveNathan Lee2019-04-242-21/+21
* | Fix disappearing and antialiasing of grid linesDiederik van Lierop2019-04-302-7/+14
|/
* Replace IS_FINITE with std::isfinite (exists since C++11)Patrick Storz2019-04-022-3/+3
* Update CMakeLists.txtshaharyaar2019-04-021-1/+1
* Tidy various dialog UIsNathan Lee2019-04-021-0/+1
* Document Properties: General UI cleanupPatrick Storz2019-03-222-32/+52
* Misc. typos and whitespace fixesluz.paz2019-03-211-5/+5
* Disable GTK3's motion event compression which was making drawing lag.yale2019-03-201-0/+1
* Realign UI of Doc Properties > GridNathan Lee2019-03-093-52/+53
* Correct text for enabling document gridsNathan Lee2019-03-051-1/+1
* Make background color affect checkerboardtim_rawlinson2019-02-234-7/+19
* Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-1/+1
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-051-5/+4
* MeasureToolbar: GtkAction migrationAlexander Valavanis2019-02-031-4/+3
* No longer use widget data to store pointer to desktop widget.Tavmjong Bah2019-01-201-2/+3
* Remove debugging statements from displacemnet filter rendering code.Tavmjong Bah2019-01-191-5/+0
* Fix bug 1810206: Crash if XRay mode enabled (assertion failed in SPCanvas::pa...Jabier Arraiza2019-01-076-77/+124
* modernize loopsMarc Jeanmougin2019-01-0215-105/+102
* Merge branch 'items-to-intrusive-list' of gitlab.com:ollip/inkscapeMarc Jeanmougin2019-01-012-38/+55
|\
| * Speed up de-selection by switching to more efficient intrusive list structureOlli Parviainen2018-12-262-38/+55
* | Merge branch 'master' of gitlab.com:wilfredor2/inkscapeMarc Jeanmougin2018-12-202-11/+13
|\ \
| * | Remove redundant bool variable and else before a returnWilfredo Rodriguez2018-10-222-11/+13
* | | Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'.Tavmjong Bah2018-12-121-6/+14
* | | Reduce code redundancy.Tavmjong Bah2018-12-122-62/+35
* | | Reduce code redundancy.Tavmjong Bah2018-12-112-100/+53
* | | Turn #defines into enum.Tavmjong Bah2018-12-112-25/+30
* | | Fix toggle rullers in split view and improve speed and rendering to xrayJabier Arraiza2018-12-092-24/+36
| |/ |/|
* | desktop-widget: make rulers privateAlexander Valavanis2018-12-061-2/+5
* | fix coding styleJabier Arraiza2018-12-041-25/+20