netsurf/desktop
Michael Drake f58a2580e0 Fix textarea wrap bug.
Was comparing against the current start line length, to decide if it
needed redrawing, without taking into account that old start line
might have been longer.
2014-09-27 18:58:37 +01:00
..
save_pdf move options include 2013-05-28 14:16:10 +01:00
Makefile move testament output to object directory instead of modifying source 2014-04-08 11:41:58 +01:00
browser.c fix DOM tree dump debug 2014-08-04 00:37:21 +01:00
browser.h fix DOM tree dump debug 2014-08-04 00:37:21 +01:00
browser_history.c Rename function arguments to avoid using 'new'. 2014-02-19 14:08:52 +00:00
browser_history.h Rename function arguments to avoid using 'new'. 2014-02-19 14:08:52 +00:00
browser_private.h try and improve usage of browser window internals 2014-07-06 18:34:34 +01:00
cookie_manager.c remove content include from urldb header 2014-07-17 00:18:44 +01:00
cookie_manager.h remove unecessary include 2014-05-18 17:30:53 +01:00
core_window.h Avoid copying rectangle for redraw_request calls. 2013-08-30 11:38:02 +01:00
download.c make download_context_get_url() return an nsurl and adapt callers to cope 2014-05-08 17:54:44 +01:00
download.h fix nsurl references 2014-05-08 18:03:27 +01:00
frame_types.h Move scrollbar msg data declaration. 2012-08-22 10:43:50 +01:00
frames.c Make history internal to browser_window module. 2014-02-15 18:44:50 +00:00
frames.h Move scrollbar msg data declaration. 2012-08-22 10:43:50 +01:00
global_history.c remove content include from urldb header 2014-07-17 00:18:44 +01:00
global_history.h remove uneeded includes 2014-05-18 18:51:18 +01:00
gui.h remove assert for creating new browser context with the tab flag set. 2014-07-27 18:07:00 +01:00
gui_factory.c stop poll callback entry being mandantory in preparation for its removal 2014-09-22 18:11:23 +01:00
gui_factory.h ensure operations tables are registered as early as possible. 2014-05-10 10:22:10 +01:00
hotlist.c remove content include from urldb header 2014-07-17 00:18:44 +01:00
hotlist.h remove uneeded includes 2014-05-18 18:51:18 +01:00
knockout.c reduce uncessary include usage 2014-05-18 23:17:15 +01: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
mouse.c Add triple click to mouse event logger. 2013-06-15 15:55:05 +01:00
mouse.h cleanup RISC OS frontend header usage 2014-06-05 15:14:49 +01:00
netsurf.c make fetchers scheduled 2014-06-26 19:05:59 +01:00
netsurf.h add backing store storage path to browser initialisation 2014-05-13 15:53:06 +01:00
options.h fix disc cache size option to be unsigned 2014-06-09 13:13:59 +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 reduce uncessary include usage 2014-05-18 23:17:15 +01: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 when walking the css imports ensure the content is present before dereferencing it 2014-07-08 13:25:54 +01:00
save_complete.h Port save complete to libdom. 2012-11-03 23:19:45 +00:00
save_text.c move utf8 local conversion operations to table 2014-02-01 22:17:36 +00:00
save_text.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
scrollbar.c Optimise case where scrollbar_set_extents call changes nothing. 2014-09-19 12:39:02 +01: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 page search gui callbacks to their own operations table 2014-03-18 22:32:52 +00:00
search.h move page search gui callbacks to their own operations table 2014-03-18 22:32:52 +00:00
searchweb.c Add iterator for search providers 2014-06-03 15:40:28 +01:00
searchweb.h Add iterator for search providers 2014-06-03 15:40:28 +01:00
selection.c clean up desktop/gui.h include usage 2014-01-29 21:35:53 +00:00
selection.h Remove redundant read-only test function. 2013-05-02 09:34:01 +01:00
sslcert_viewer.c stop using certificate data from the stack outside the message context. 2014-07-17 15:20:38 +01:00
sslcert_viewer.h remove uneeded includes 2014-05-18 18:51:18 +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 Fix textarea wrap bug. 2014-09-27 18:58:37 +01:00
textarea.h Return message to client when textarea is modified. 2014-01-04 14:48:58 +00:00
textinput.c clean up desktop/gui.h include usage 2014-01-29 21:35:53 +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 stop treeview redraw failing because of bad global state. 2014-07-21 11:54:21 +01:00
tree.h remove unused popup menu link context sensative change code. 2014-07-23 20:37:02 +01:00
treeview.c Fix hotlist and global_history _get_selection functions. 2014-05-24 15:09:20 +01:00
treeview.h remove content include from urldb header 2014-07-17 00:18:44 +01:00
version.c update version info for next development cycle 2014-08-26 08:01:45 -07:00