summaryrefslogtreecommitdiff
path: root/frontends/framebuffer
Commit message (Collapse)AuthorAgeFilesLines
* Plotters: Remove width param from path plotter.Michael Drake2018-05-231-2/+0
| | | | We now use the stroke_width in the plot_style.
* 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
|
* Add missing dependency between font_internal and the generated fontsDaniel Silverstone2018-04-211-1/+3
|
* Framebuffer: Squash fallthrough warnings in internal font handling.Michael Drake2018-01-211-0/+4
|
* Framebuffer: Tweak comment to avoid fallthrough warning.Michael Drake2018-01-211-2/+1
|
* Handle HOME and END keys in framebufferAshish Gupta2017-10-211-0/+16
|
* Framebuffer: Don't create 0x0 bitmaps if content width is 0.Michael Drake2017-10-131-5/+5
|
* Finalise nslog layer properly in closedownDaniel Silverstone2017-09-101-0/+3
|
* update framebuffer toolkit logging to use a ctagoryVincent Sanders2017-09-072-26/+22
|
* revert semantic patch change to framebuffer font toolVincent Sanders2017-09-071-106/+92
|
* Update scheduler logging to use catagoryVincent Sanders2017-09-071-10/+7
|
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-0611-145/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for F in $(git ls-files '*.c');do spatch --sp-file foo.cocci --in-place ${F};done @@ expression E; @@ -LOG(E); +NSLOG(netsurf, INFO, E); @@ expression E, E1; @@ -LOG(E, E1); +NSLOG(netsurf, INFO, E, E1); @@ expression E, E1, E2; @@ -LOG(E, E1, E2); +NSLOG(netsurf, INFO, E, E1, E2); @@ expression E, E1, E2, E3; @@ -LOG(E, E1, E2, E3); +NSLOG(netsurf, INFO, E, E1, E2, E3); @@ expression E, E1, E2, E3, E4; @@ -LOG(E, E1, E2, E3, E4); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4); @@ expression E, E1, E2, E3, E4, E5; @@ -LOG(E, E1, E2, E3, E4, E5); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5); @@ expression E, E1, E2, E3, E4, E5, E6; @@ -LOG(E, E1, E2, E3, E4, E5, E6); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5, E6); @@ expression E, E1, E2, E3, E4, E5, E6, E7; @@ -LOG(E, E1, E2, E3, E4, E5, E6, E7); +NSLOG(netsurf, INFO, E, E1, E2, E3, E4, E5, E6, E7);
* Framebuffer: Ensure local history corewindow is fully initialised.Michael Drake2017-06-111-1/+1
|
* Core window: Ensure all front ends initialise drag_status.Michael Drake2017-06-102-2/+3
|
* Framebuffer: Return on successful non-repeating bitmap plot.Michael Drake2017-06-101-0/+1
|
* Framebuffer: Fix bitmap plotter return value.Michael Drake2017-06-101-1/+3
| | | | Caused local history to give up after the first bitmap plot.
* update framebuffer to have corewindow interface and use it for localhistoryVincent Sanders2017-06-108-167/+668
|
* Local history: Pass clip rectangle around as struct.Michael Drake2017-06-101-5/+7
|
* Update framebuffer frontend for set_scroll API changeVincent Sanders2017-04-261-9/+22
|
* update framebuffer frontend to remove reformat APIVincent Sanders2017-04-261-14/+13
|
* Update framebuffer frontend to use invalidate window area APIVincent Sanders2017-04-231-14/+25
|
* clean up incorrect documentation comments from plotter API reworkVincent Sanders2017-02-141-5/+5
|
* update framebuffer to new plotter APIVincent Sanders2017-02-112-218/+416
|
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-211-1/+1
|
* move plot style header to netsurf include directoryVincent Sanders2017-01-135-3/+4
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-2/+2
|
* update default framebuffer font pathVincent Sanders2017-01-021-1/+1
|
* Framebuffer: Fix internal font table to return nserror.Michael Drake2017-01-021-4/+4
| | | | | | | We were returning true on success, which when the return value was tested for being NSERROR_OK (0), meant it was treated as failure. Now we correctly return NSERROR_OK on success.
* Framebuffer: Fix freetype font table to return nserror.Michael Drake2017-01-021-5/+4
| | | | | | | We were returning true on success, which when the return value was tested for being NSERROR_OK (0), meant it was treated as failure. Now we correctly return NSERROR_OK on success.
* fix gtk install target to cope with gtk3Vincent Sanders2016-10-051-1/+1
|
* fix framebuffer install rulesVincent Sanders2016-10-051-1/+1
|
* addjust posix feature level for openbsd 6 buildVincent Sanders2016-10-011-1/+1
|
* cleanup seevral doxygen warningsVincent Sanders2016-09-131-1/+1
|
* add bmp file format to file fetch types for gtk and framebufferVincent Sanders2016-08-161-0/+2
|
* add header for memcpy prototypeVincent Sanders2016-07-151-0/+1
|
* use the correct png type when reading header width and heightVincent Sanders2016-07-151-171/+159
|
* move key press enums and operations to their own headerVincent Sanders2016-07-012-2/+2
|
* msplit public url database API out for frontendsVincent Sanders2016-06-131-1/+1
|
* Update content to split public and internal APIVincent Sanders2016-06-061-1/+1
|
* fix missing includes from header API changesVincent Sanders2016-05-301-0/+2
|
* move plotters header into public APIVincent Sanders2016-05-306-6/+6
|
* move desktop window header into public APIVincent Sanders2016-05-3012-12/+12
|
* move netsurf header into public APIVincent Sanders2016-05-301-1/+1
|
* move layout header into public APIVincent Sanders2016-05-302-2/+2
|