netsurf/desktop
Vincent Sanders 68eaec5cb4 complete move of remaining core gui functions 2014-01-15 12:28:55 +00:00
..
save_pdf move options include 2013-05-28 14:16:10 +01:00
401login.h Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
Makefile Initial conversion of netsurf gui to callback vtable 2014-01-11 14:20:30 +00:00
browser.c move remaining gui operations to table 2014-01-14 23:31:54 +00:00
browser.h Add infrastructure for calling front ends to set file gadget filenames via clicking in addition to drag-and-drop 2014-01-05 16:04:35 +00:00
browser_private.h Remove search context from browser window, simplify search interface for front ends. 2013-05-07 14:41:40 +01:00
cookie_manager.c Remove height getters from treeview client modules API. 2013-09-03 14:44:53 +01:00
cookie_manager.h Remove height getters from treeview client modules API. 2013-09-03 14:44:53 +01:00
core_window.h Avoid copying rectangle for redraw_request calls. 2013-08-30 11:38:02 +01:00
download.c confine the gui table acessor to the gui factory header 2014-01-14 20:05:14 +00:00
download.h doxygen serious warning cleanup 2012-07-24 16:19:49 +01:00
frame_types.h Move scrollbar msg data declaration. 2012-08-22 10:43:50 +01:00
frames.c s/history_core/local_history/ 2013-07-10 11:55:42 +01:00
frames.h Move scrollbar msg data declaration. 2012-08-22 10:43:50 +01:00
global_history.c Use messages for translations instead of string literals. 2013-11-11 14:32:07 +00:00
global_history.h Add functions to get first selected hotlist/global_history node data. 2013-09-13 14:24:25 +01:00
gui.h move remaining gui operations to table 2014-01-14 23:31:54 +00:00
gui_factory.c move remaining gui operations to table 2014-01-14 23:31:54 +00:00
gui_factory.h confine the gui table acessor to the gui factory header 2014-01-14 20:05:14 +00:00
hotlist.c Modify conflicting Messages entry 2013-11-17 16:36:51 +00:00
hotlist.h Add functions to get first selected hotlist/global_history node data. 2013-09-13 14:24:25 +01:00
knockout.c Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends. 2011-06-30 15:48:07 +00:00
knockout.h Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends. 2011-06-30 15:48:07 +00:00
local_history.c fix local history error return leak (coverity 1109890) 2013-11-03 15:29:17 +00:00
local_history.h Move local history over to nsurl. 2013-07-11 23:38:32 +01:00
mouse.c Add triple click to mouse event logger. 2013-06-15 15:55:05 +01:00
mouse.h Triple click selects paragraph in textarea widget. 2013-02-12 12:58:12 +00:00
netsurf.c move remaining gui operations to table 2014-01-14 23:31:54 +00:00
netsurf.h Initial conversion of netsurf gui to callback vtable 2014-01-11 14:20:30 +00:00
options.h Remove temp_treeview_test option. Now it's always "enabled". 2013-09-02 12:47:36 +01:00
plot_style.c Height is already scaled. Make OBJ char bigger. 2012-11-05 19:08:44 +00:00
plot_style.h Add accessors for individual colour channels. 2013-10-02 23:33:46 +01:00
plotters.h Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends. 2011-06-30 15:48:07 +00:00
print.c move options include 2013-05-28 14:16:10 +01:00
print.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
printer.h First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/netsurf'. 2008-07-26 16:01:59 +00:00
save_complete.c fixup logic error in save complete as directed by jmb 2014-01-06 22:22:41 +00:00
save_complete.h Port save complete to libdom. 2012-11-03 23:19:45 +00:00
save_text.c Include dom/dom.h where it might be needed 2012-03-24 20:55:22 +00:00
save_text.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
scrollbar.c stop system colours being anything to do with frontends 2014-01-10 14:32:29 +00:00
scrollbar.h Fix pointer shape and status bar messages for textareas and their scrollbars. 2013-03-11 12:57:33 +00:00
search.c move options include 2013-05-28 14:16:10 +01:00
search.h Remove search context from browser window, simplify search interface for front ends. 2013-05-07 14:41:40 +01:00
searchweb.c confine the gui table acessor to the gui factory header 2014-01-14 20:05:14 +00:00
searchweb.h Ensure we correctly release all icon resources associated with trees, SSL certs, search providers, etc. 2011-01-20 13:51:41 +00:00
selection.c complete move of remaining core gui functions 2014-01-15 12:28:55 +00:00
selection.h Remove redundant read-only test function. 2013-05-02 09:34:01 +01:00
sslcert_viewer.c Remove height getters from treeview client modules API. 2013-09-03 14:44:53 +01:00
sslcert_viewer.h Remove height getters from treeview client modules API. 2013-09-03 14:44:53 +01:00
system_colour.c stop system colours being anything to do with frontends 2014-01-10 14:32:29 +00:00
system_colour.h stop system colours being anything to do with frontends 2014-01-10 14:32:29 +00:00
textarea.c complete move of remaining core gui functions 2014-01-15 12:28:55 +00:00
textarea.h Return message to client when textarea is modified. 2014-01-04 14:48:58 +00:00
textinput.c confine the gui table acessor to the gui factory header 2014-01-14 20:05:14 +00:00
textinput.h We return client data, not node. 2013-09-14 23:22:13 +01:00
thumbnail.c move options include 2013-05-28 14:16:10 +01:00
thumbnail.h Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
tree.c Assert a bit earlier when front end tries to redraw SSL cert viewer that it's destroyed. 2014-01-06 13:41:11 +00:00
tree.h Make it more clear that tree.c is deprecated. 2013-09-02 22:58:18 +01:00
treeview.c stop system colours being anything to do with frontends 2014-01-10 14:32:29 +00:00
treeview.h Visual indication of hotlist's folder for unsorted entries, with special icon. 2013-11-08 18:53:34 +00:00
version.c Bump version.c to 3.1 2013-04-20 14:58:17 +01:00