summaryrefslogtreecommitdiff
path: root/boost/boost.gcc47679.patch
AgeCommit message (Expand)Author
2011-04-05silence some more of that annoying gcc#47679Caolán McNamara
2011-03-02silence warning with a specializationCaolán McNamara
2011-02-10gcc#47679 needs more magicCaolán McNamara
2011-02-10workaround gcc#47679Caolán McNamara
indow::PaintTileNoel Grandin the code is needlessly allocating way more rows than we need, especially when we have page to the bottom of a large document. Make it so we allocate exactly the number of rows we need, instead of allocating a default large number of rows (1024). Which reveals that we need to allocate two extra rows, not sure why. Change-Id: I9ca38f2712480ee8c0c3254061c92e457e328416 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162310 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2022-08-08no need for ScrollBarBox when bg is already the desired colorCaolán McNamara Change-Id: I5e50d67687355b38190a991ea539b2d40ef74659 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137948 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2022-08-06ScDataTableView has visible grid in the rectangle at the scrollbar junctionCaolán McNamara so over paint it with the face color, and replace the unusual use of ScrollBarBox as painter for topleft corner with same Change-Id: I922541122d725a2feeee0db6a1078b953da3156d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137878 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> 2022-08-06tdf#117388 use native scrollbar under gtk in calc data view browserCaolán McNamara Change-Id: Ia0ab035473da7b5b64e18876bb81e25fd63effda Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137877 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>