1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/core
Andy Green 4a443c3e2e lhp: add DLO layout support
Add a dlo-based layout callback for use with lhp.

If lhp_dl_render() is used as the Lws Html/CSS parser callback, it
produces a display_list representation of the Html as DLOs, referencing the
appropriate CSS to drive the layout as best it can.

The display list can be rasterized on to an lws_display using the display's
state object

  lds->disp->blit(lds, (uint8_t *)&dl, &box);
2022-05-04 08:43:26 +01:00
..
alloc.c lhp: add DLO layout support 2022-05-04 08:43:26 +01:00
buflist.c lws_flow helpers 2022-02-22 14:37:31 +00:00
CMakeLists.txt sspc: refactor to allow different transports 2021-10-08 09:48:41 +01:00
context.c lws_ota 2022-03-25 08:18:30 +00:00
libwebsockets.c http: lws_http_rel_to_url 2022-05-04 08:43:26 +01:00
logs.c logs: freertos adds free heap to all logs 2022-03-25 08:18:29 +00:00
lws_dll2.c dll2: add api for inserting afer existing member 2022-01-04 16:08:50 +00:00
lws_map.c lws_map 2021-08-21 17:44:40 +01:00
private-lib-core.h threadpool: improve relationship with LWS_HAVE_PTHREAD_H 2022-04-11 06:53:47 +01:00
vfs.c file_ops: vfs: support prefix matches and use of bound ops members 2022-03-15 10:28:09 +00:00