summaryrefslogtreecommitdiff
path: root/frontends/windows
Commit message (Expand)AuthorAgeFilesLines
* Plotters: Remove width param from path plotter.Michael Drake2018-05-231-2/+0
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-231-2/+6
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-1/+1
* Initial shuffle of stuff out of !NetSurfDaniel Silverstone2018-04-229-9/+9
* Rework use of split-messages to clean up and use -zDaniel Silverstone2018-04-221-0/+1
* add crypto library to windows link to cope with updated opensslVincent Sanders2017-11-241-1/+1
* Windows: Use bitmap width as minimum width, since content width may be 0.Michael Drake2017-10-251-1/+1
* Finalise nslog layer properly in closedownDaniel Silverstone2017-09-101-0/+3
* Fix up log call parametersVincent Sanders2017-09-081-2/+11
* Hopefully quash LOG compile errors in WindowsDaniel Silverstone2017-09-082-2/+3
* Fixup everything the semantic patch missedVincent Sanders2017-09-073-16/+29
* Update scheduler logging to use catagoryVincent Sanders2017-09-071-18/+22
* update plotter logging to use a catagoryVincent Sanders2017-09-061-27/+17
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-0614-103/+130
* fix redraw on window resizeJames Woodcock2017-07-301-3/+1
* Fix windows word splittingmjw2017-07-301-1/+1
* Windows: Ensure core windows are fully initialised.Michael Drake2017-06-114-4/+4
* Core window: Ensure all front ends initialise drag_status.Michael Drake2017-06-102-2/+3
* Local history: Pass clip rectangle around as struct.Michael Drake2017-06-101-5/+1
* 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
* make windows frontend use corewindow API for local history windowVincent Sanders2017-06-019-513/+380
* fixup windows invalidate callVincent Sanders2017-05-231-3/+1
* update windows frontend for corewindow API changeVincent Sanders2017-05-231-10/+31
* Update windows frontend for set_scroll API changeVincent Sanders2017-04-263-54/+62
* update windows frontend to remove reformatVincent Sanders2017-04-261-21/+6
* Windows: Update for core hotlist API change.Michael Drake2017-04-252-2/+3
* Update windows frontend to use invalidate window area APIVincent Sanders2017-04-231-36/+27
* fix some doxygen errorsVincent Sanders2017-02-241-1/+2
* fix remaining doccomment errorsVincent Sanders2017-02-222-5/+5
* fix merge error in windows frontendVincent Sanders2017-02-191-1/+1
* Merge branch 'vince/localhist-corewin'Vincent Sanders2017-02-197-22/+52
|\
| * clean up some of the doxygen generation warningsVincent Sanders2017-02-197-16/+52
* | cleanup windows frontend documentation comments and spellingVincent Sanders2017-02-1711-218/+451
|/
* clean up incorrect documentation comments from plotter API reworkVincent Sanders2017-02-141-5/+5
* update windows plotters to new APIVincent Sanders2017-02-111-508/+668
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+1
* rationalise use of utils/utils.h headerVincent Sanders2017-01-1910-10/+1
* move plot style header to netsurf include directoryVincent Sanders2017-01-133-2/+4
* fix windows installer generationVincent Sanders2017-01-072-28/+68
* Windows: Fix font table to return nserror.Michael Drake2017-01-021-10/+14
* Windows: Update for new hotlist API.Michael Drake2016-12-292-8/+5
* improve doc comments in windows corewindow handlingVincent Sanders2016-12-262-2/+13
* add corewindow support for windows frontendVincent Sanders2016-11-1915-44/+1849
* Rationalise the use of win32 application instance handle useVincent Sanders2016-10-307-226/+310
* Complete windows main window documentationVincent Sanders2016-10-292-232/+320
* Improve windows win32 main browser window code documentationVincent Sanders2016-10-262-50/+140
* remove unused variable in windows frontendVincent Sanders2016-10-201-3/+3
* allow windows frontend to load and store urldb filesVincent Sanders2016-10-191-5/+67
* windows frontend netsurf optionsVincent Sanders2016-10-192-1/+35