summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-02Crashfix when importing/selecting large pngNathan Lee2-3/+3
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis3-43/+13
2019-05-22Fix formatting and trailing space.Shlomi Fish1-5/+5
2019-05-20Fix alignment of ruler ticksDiederik van Lierop1-6/+2
2019-05-20Fix pixel alignment of box selection cueDiederik van Lierop1-9/+4
2019-05-20Small fixDiederik van Lierop1-2/+2
2019-05-20Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop4-11/+11
2019-05-20More pixel-level alignment fixes for various controls, by making all controls...Diederik van Lierop3-26/+12
2019-05-20Another pixel alignment fixDiederik van Lierop1-7/+17
2019-05-20Fix the alignment of the guideline origin (and other controls), such that it ...Diederik van Lierop4-43/+58
2019-05-12Remove support for LCMS 1Karl Cheng5-10/+10
2019-05-07Add some documentation (Harfbuzz, OpenType SVG).Tavmjong Bah1-2/+2
2019-05-06Add basic SVG in OpenType support.Tavmjong Bah1-1/+28
2019-05-04Fix GdkMotionEvents under WaylandDiederik van Lierop1-1/+1
2019-04-30Fix disappearing and antialiasing of grid linesDiederik van Lierop2-7/+14
2019-04-24Keep Document Grid spacing on change and saveNathan Lee2-21/+21
2019-04-02Replace IS_FINITE with std::isfinite (exists since C++11)Patrick Storz2-3/+3
2019-04-02Update CMakeLists.txtshaharyaar1-1/+1
2019-04-02Tidy various dialog UIsNathan Lee1-0/+1
2019-03-22Document Properties: General UI cleanupPatrick Storz2-32/+52
2019-03-21Misc. typos and whitespace fixesluz.paz1-5/+5
2019-03-20Disable GTK3's motion event compression which was making drawing lag.yale1-0/+1
2019-03-09Realign UI of Doc Properties > GridNathan Lee3-52/+53
2019-03-05Correct text for enabling document gridsNathan Lee1-1/+1
2019-02-23Make background color affect checkerboardtim_rawlinson4-7/+19
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-1/+1
2019-02-05PencilToolbar: GtkAction migrationAlexander Valavanis1-5/+4
2019-02-03MeasureToolbar: GtkAction migrationAlexander Valavanis1-4/+3
2019-01-20No longer use widget data to store pointer to desktop widget.Tavmjong Bah1-2/+3
2019-01-19Remove debugging statements from displacemnet filter rendering code.Tavmjong Bah1-5/+0
2019-01-07Fix bug 1810206: Crash if XRay mode enabled (assertion failed in SPCanvas::pa...Jabier Arraiza6-77/+124
2019-01-02modernize loopsMarc Jeanmougin15-105/+102
2018-12-26Speed up de-selection by switching to more efficient intrusive list structureOlli Parviainen2-38/+55
2018-12-12Finish implementation of 'text-decoration-fill' and 'text-decoration-stroke'.Tavmjong Bah1-6/+14
2018-12-12Reduce code redundancy.Tavmjong Bah2-62/+35
2018-12-11Reduce code redundancy.Tavmjong Bah2-100/+53
2018-12-11Turn #defines into enum.Tavmjong Bah2-25/+30
2018-12-09Fix toggle rullers in split view and improve speed and rendering to xrayJabier Arraiza2-24/+36
2018-12-06desktop-widget: make rulers privateAlexander Valavanis1-2/+5
2018-12-04fix coding styleJabier Arraiza1-25/+20
2018-12-04Ready to review XRayJabier Arraiza2-57/+53
2018-12-04working on render XRayJabier Arraiza2-15/+95
2018-12-04Added XRayJabier Arraiza2-28/+62
2018-12-03Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.Tavmjong Bah1-1/+3
2018-12-01Fix coding styleJabier Arraiza6-153/+156
2018-12-01Fix mergingJabier Arraiza2-8/+8
2018-12-01Fix merge to master and add shortcutJabier Arraiza2-6/+6
2018-12-01Add scrool insensitive and reset if desktop change sizeJabier Arraiza1-1/+18
2018-12-01Move spliter from prefs to SPCanvas to allow multidesktopJabiertxof2-102/+123
2018-12-01Fixes to contoler position and auto hideJabiertxof1-2/+5