netsurf/desktop
Vincent Sanders a9f13decf4 Fix treeview crashing when cursor keys used with no selected node 2024-09-10 22:36:55 +01:00
..
Makefile Include: Bitmap: Add API for setting core bitmap format. 2022-03-26 15:45:00 +00:00
bitmap.c Bitmap: Implement test_opaque in core instead of in every frontend. 2022-03-29 15:25:33 +01:00
bitmap.h Bitmap: Add support for premultiplied alpha conversion. 2022-03-28 16:05:47 +01:00
browser.c desktop: clamp dpi in browser_set_dpi() to sensible values 2020-05-05 20:14:51 +01:00
browser_history.c Bitmap API: Clean up creation flags. 2022-03-24 18:09:28 +00:00
browser_history.h split out internal local history macros from public interface header 2021-03-23 22:09:37 +00:00
browser_private.h remove box handling from browser window 2020-05-25 20:37:06 +01:00
browser_window.c avoid warning about using bitwise operators on booleans 2024-05-30 09:15:59 +01:00
cookie_manager.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
cookie_manager.h move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
cw_helper.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
cw_helper.h move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
download.c make download core store size in at least 64bits to allow for large files 2019-10-19 19:43:00 +01:00
download.h make download core store size in at least 64bits to allow for large files 2019-10-19 19:43:00 +01:00
font_haru.c Plotters: Add plot_style_fixed type, and use for font size. 2018-05-23 11:48:35 +01:00
font_haru.h move plot style header to netsurf include directory 2017-01-13 10:03:24 +00:00
frame_types.h move desktop window header into public API 2016-05-30 17:32:57 +01:00
frames.c remove box handling from browser window 2020-05-25 20:37:06 +01:00
frames.h remove box handling from browser window 2020-05-25 20:37:06 +01:00
global_history.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
global_history.h move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
gui_factory.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
gui_internal.h Split up graphical user interface operations table headers 2014-10-16 22:33:43 +01:00
gui_table.h move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
hotlist.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
hotlist.h move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
knockout.c Plotters: Remove width param from path plotter. 2018-05-23 13:48:17 +01:00
knockout.h Update knockout plotter to use new API 2017-02-11 13:57:06 +00:00
local_history.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
local_history.h move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
local_history_private.h Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
mouse.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
netsurf.c Avoid integer types with platform dependent size 2023-06-17 10:29:39 +01:00
options.h change web search option to use provider name instead of index 2024-05-27 14:29:23 +01:00
page-info.c move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
page-info.h move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
plot_style.c Plotters: Change stroke width in the plot_style_t to fixed point. 2018-05-23 13:04:19 +01:00
print.c Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
print.h fix build 2017-02-14 17:24:49 +00:00
printer.h cleanup printer API usage of plotter headers 2016-05-04 15:43:43 +01:00
save_complete.c Save complete: silence warning 2022-05-27 15:09:48 +01:00
save_complete.h improve error returns throughout complete save and remove user warnings 2019-11-04 23:39:13 +00:00
save_pdf.c Plotters: Change stroke width in the plot_style_t to fixed point. 2018-05-23 13:04:19 +01:00
save_pdf.h improve error returns from pdf save API 2016-04-26 11:02:17 +01:00
save_text.c clean up html content handler header use 2018-05-11 13:18:54 +01:00
save_text.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
scrollbar.c Improve browser_window_scroll_at_point_internal 2024-05-29 21:06:04 +01:00
scrollbar.h split html box processing code 2020-04-29 20:37:42 +01:00
search.c improve desktop text search header usage 2020-06-24 23:49:59 +01:00
search.h improve desktop text search header usage 2020-06-24 23:49:59 +01:00
searchweb.c change web search option to use provider name instead of index 2024-05-27 14:29:23 +01:00
searchweb.h change web search option to use provider name instead of index 2024-05-27 14:29:23 +01:00
selection.c remove pointless box structure 2024-01-08 22:40:11 +00:00
selection.h remove unused text selection interface 2020-05-23 23:40:29 +01:00
system_colour.c Change interface to system colours to allow reporting of errors 2017-03-01 12:50:30 +00:00
system_colour.h Change interface to system colours to allow reporting of errors 2017-03-01 12:50:30 +00:00
textarea.c desktop: textarea: Squash -Wcalloc-transposed-args (gcc-14) 2024-05-24 21:09:24 +01:00
textarea.h CSS utils: Handle new units in length conversion routines. 2018-01-05 13:49:51 +00:00
textinput.c improve content header usage 2020-05-07 20:55:44 +01:00
textinput.h Change interface to system colours to allow reporting of errors 2017-03-01 12:50:30 +00:00
theme.h move themse install to its own header 2014-11-06 14:19:15 +00:00
treeview.c Fix treeview crashing when cursor keys used with no selected node 2024-09-10 22:36:55 +01:00
treeview.h move core window callbacks to the standard gui tables 2024-05-26 19:59:17 +01:00
version.c Update version for next development cycle 2023-12-28 00:30:37 +00:00
version.h split version info into its own header and remove unnecessary nesurf.h includes 2014-10-13 15:08:16 +01:00