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-02-17 23:14:18 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
netsurf
/
desktop
History
Michael Drake
348e9789a4
Add scrollbars to textarea, and improve scrolling to try to keep caret in centre. Currently the scrollbars are mostly decoration, although they show accuratly where you are scrolled to in the area. TODO: Pass mouse input to scrollbars.
2013-01-15 19:40:32 +00:00
..
save_pdf
…
401login.h
…
browser_private.h
…
browser.c
Remove content_msg for PASTE, since it doesn't need a gui_window to get the buffer from the front end now.
2013-01-08 16:53:00 +00:00
browser.h
…
cookies.c
…
cookies.h
…
download.c
…
download.h
…
frame_types.h
…
frames.c
…
frames.h
…
gui.h
Change clipboard api, so it does not assume either browser_window/gui_window, or html/text-plain content selection objects. This allows desktop/textarea to use clipboard.
2013-01-08 16:44:45 +00:00
history_core.c
…
history_core.h
…
history_global_core.c
…
history_global_core.h
…
hotlist.c
C89
2012-11-25 19:19:58 +01:00
hotlist.h
…
knockout.c
…
knockout.h
…
mouse.c
…
mouse.h
…
netsurf.c
…
netsurf.h
…
options_main.h
implement the GTK preferances dialog with signals
2013-01-01 00:59:47 +00:00
options.c
…
options.h
implement the GTK preferances dialog with signals
2013-01-01 00:59:47 +00:00
plot_style.c
Height is already scaled. Make OBJ char bigger.
2012-11-05 19:08:44 +00:00
plot_style.h
Don't abort redraw on bad image.
2012-11-05 18:19:14 +00:00
plotters.h
…
print.c
…
print.h
…
printer.h
…
save_complete.c
Correctly emit entities when serialising to HTML.
2012-12-30 23:37:06 +00:00
save_complete.h
…
save_text.c
…
save_text.h
…
scrollbar.c
…
scrollbar.h
…
search.c
…
search.h
…
searchweb.c
…
searchweb.h
…
selection.c
Update to use new front end clipboard functions. Now we build the buffer from each individual text box in the core, instead of in each front end. Styles for text runs are generated in the HTML case.
2013-01-08 16:54:46 +00:00
selection.h
…
sslcert.c
…
sslcert.h
…
textarea.c
Add scrollbars to textarea, and improve scrolling to try to keep caret in centre. Currently the scrollbars are mostly decoration, although they show accuratly where you are scrolled to in the area. TODO: Pass mouse input to scrollbars.
2013-01-15 19:40:32 +00:00
textarea.h
Implement most of the styling needed for HTML. Allow caret to be hidden.
2013-01-13 23:01:29 +00:00
textinput.c
Redo html textinput for new front end clipboard API. This doesn't affect the textinput code's brokenness.
2013-01-08 16:59:26 +00:00
textinput.h
…
thumbnail.c
…
thumbnail.h
…
tree_url_node.c
Correctly emit entities when serialising to HTML.
2012-12-30 23:37:06 +00:00
tree_url_node.h
…
tree.c
Add background colour to textarea_redraw API. Add source comments.
2013-01-12 20:59:32 +00:00
tree.h
…
version.c
…