summaryrefslogtreecommitdiff
path: root/frontends/framebuffer
Commit message (Expand)AuthorAgeFilesLines
* another missed fallthroughVincent Sanders13 days1-1/+1
* resolve missing fall through annotationsVincent Sanders13 days1-4/+9
* Bitmap: Implement test_opaque in core instead of in every frontend.Michael Drake2022-03-291-34/+0
* Bitmap API: Clean up creation flags.Michael Drake2022-03-241-9/+4
* Framebuffer: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-15/+0
* Framebuffer: Drop bitmap get bpp function.Michael Drake2022-03-241-7/+0
* Improve target setup in makefilesVincent Sanders2021-01-171-0/+15
* Improve the framebuffer docs a bitVincent Sanders2020-09-181-1/+1
* move all the build tools to utilsVincent Sanders2020-06-223-1544/+3
* Framebuffer: Internal font: Fix SW and NW arrow directions.Michael Drake2020-06-221-16/+16
* remove perl split-messages tool usageVincent Sanders2020-06-221-2/+1
* Squash warnings: '%s' directive argument is NULL.Michael Drake2020-05-221-2/+2
* Framebuffer: Make some log messages deep debug.Michael Drake2020-03-122-4/+6
* Frontends: Delete maps resource links.Michael Drake2020-02-242-2/+0
* About fetches resources: Drop maps resource.Michael Drake2020-02-241-1/+1
* framebuffer: Use new enumerate feature of libnsfbDaniel Silverstone2020-02-241-1/+28
* Core window: Constify the core_window handle through the getters.Michael Drake2020-02-221-2/+3
* Framebuffer bitmap font: Add glyphs for http://wttr.in/Michael Drake2019-11-301-0/+95
* remove warning callback from miscelaneous function tableVincent Sanders2019-11-111-1/+0
* add miscellaneous event to browser window callback tableVincent Sanders2019-08-201-4/+33
* change browser_window_redraw to use unscaled coordinatesVincent Sanders2019-08-041-9/+6
* Corewindow: Sanitise scrolling API.Michael Drake2019-08-031-6/+23
* make use of improved browser_window_set_scale API in frontendsVincent Sanders2019-08-031-16/+3
* change browser_window_get_features to use unscaled coordinatesVincent Sanders2019-08-031-5/+6
* change browser_window_mouse_track to use unscaled coordinatesVincent Sanders2019-08-031-4/+3
* change browser_window_mouse_click to use unscaled coordinatesVincent Sanders2019-08-031-11/+10
* Framebuffer: Remove bogus comment.Michael Drake2019-08-031-1/+1
* Framebuffer: Add keyboard controls for scaling.Michael Drake2019-08-031-0/+34
* framebuffer/local_history: Scroll to cursor on openDaniel Silverstone2019-08-021-0/+1
* remove scaled parameter from get_dimensionsVincent Sanders2019-08-021-10/+1
* split browser and browser_window operationsVincent Sanders2019-08-011-1/+1
* Declare global variables as extern in headersMichael Forney2019-06-301-1/+1
* free language vector in framebuffer resource setupVincent Sanders2019-02-211-0/+2
* make framebuffer use the language environment for the UI resourcesVincent Sanders2019-02-1716-9/+133
* fix case of framebuffer message installVincent Sanders2019-02-161-2/+2
* Framebuffer: Add symlink to build messages resourceDaniel Silverstone2019-02-151-0/+1
* Improve framebuffer install ruleVincent Sanders2019-02-152-8/+9
* fix feature flags for openbsdAnthony J. Bentley2019-02-151-7/+12
* Use pkg-config for freetype2 if available else fallback to old scriptVincent Sanders2018-12-181-6/+22
* fix framebuffer BUILD libpng flags on freebsdVincent Sanders2018-09-071-2/+7
* Change BUILD compiler target to ccVincent Sanders2018-09-071-14/+23
* stop defining _XOPEN_SOURCEVincent Sanders2018-09-061-1/+0
* 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/+4
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-233-3/+3
* remove spurious messages file from framebuffer install targetVincent Sanders2018-05-221-1/+1
* Treat the .c font file as a sentinel for the .h, reduces rebuilds of fonts in -jDaniel Silverstone2018-04-221-1/+1
* Initial shuffle of stuff out of !NetSurfDaniel Silverstone2018-04-2210-10/+9
* Rework use of split-messages to clean up and use -zDaniel Silverstone2018-04-221-1/+2
* Framebuffer: Squash switch fall through warning.Michael Drake2018-04-211-1/+2