This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
netsurf
Watch
1
Star
0
Fork
0
You've already forked netsurf
mirror of
https://github.com/netsurf-browser/netsurf
synced
2025-03-10 01:02:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
netsurf
/
desktop
History
John Mark Bell
dcf1721dee
Fix deletion from text gadgets
...
svn path=/trunk/netsurf/; revision=4735
2008-07-25 13:25:01 +00:00
..
401login.h
…
browser.c
Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 via svnmerge from
2008-07-16 10:19:30 +00:00
browser.h
+ Change core to handle different front end click behaviour
2008-06-06 13:58:56 +00:00
cookies.h
…
frames.c
The core code has always assumed a locale of "C".
2008-05-13 14:37:44 +00:00
frames.h
…
gui.h
Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 via svnmerge from
2008-07-16 10:19:30 +00:00
history_core.c
…
history_core.h
…
knockout.c
…
knockout.h
…
netsurf.c
Performance improvements: rather than calling content_clean() every poll, we now call it no more frequently than once every 5 seconds. Additionally, we cache the result of talloc_total_size() in content_clean() rather than calculating it twice. On large documents, this function took 25% of CPU time. This makes the fetching/rendering/scrolling/redrawing of large documents over twice as fast.
2008-07-07 14:05:29 +00:00
netsurf.h
…
options.c
Revert default max fetchers per host option value.
2008-07-18 09:52:18 +00:00
options.h
…
plotters.h
…
save_text.c
Fix comment typos.
2008-04-14 08:28:55 +00:00
save_text.h
Remove text export build config option. Tidy up save_text code.
2008-04-13 21:58:43 +00:00
selection.c
Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 via svnmerge from
2008-07-16 10:19:30 +00:00
selection.h
Merged revisions 4282-4285,4288-4293,4297-4298,4307,4309-4313,4322,4324-4680 via svnmerge from
2008-07-16 10:19:30 +00:00
textinput.c
Fix deletion from text gadgets
2008-07-25 13:25:01 +00:00
textinput.h
…
tree.c
…
tree.h
…
version.c
…