summaryrefslogtreecommitdiff
path: root/frontends/windows/corewindow.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix windows frontend click and invalidate region scroll offsetsVincent Sanders2017-06-091-9/+39
|
* Windows: Core window: No need to erase the invalidated region on scroll.Michael Drake2017-06-091-2/+2
| | | | | The core is responsible for rendering the invalidated region, so this avoids the area getting painted twice.
* make windows frontend use corewindow API for local history windowVincent Sanders2017-06-011-1/+67
|
* fixup windows invalidate callVincent Sanders2017-05-231-3/+1
|
* update windows frontend for corewindow API changeVincent Sanders2017-05-231-10/+31
|
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-1/+1
|
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-1/+0
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* improve doc comments in windows corewindow handlingVincent Sanders2016-12-261-2/+9
|
* add corewindow support for windows frontendVincent Sanders2016-11-191-0/+472