.. |
agclass
|
Add basic context-sensitive help.
|
2013-01-24 20:00:09 +00:00 |
dist
|
Set default JavaScript icon to report correct MIME type
|
2013-02-15 23:28:46 +00:00 |
pkg
|
Remove libxml
|
2012-11-10 00:11:57 +00:00 |
resources
|
Run NetSurf at priority 0 by default, dropping to priority -1 when
|
2012-06-04 16:15:12 +00:00 |
stringview
|
This needs to be set as CustomScreen to ensure it isn't classed as a "visitor" window, for reasons not fully understood.
|
2013-03-20 08:28:08 +00:00 |
Makefile.defaults
|
split target defaults out
|
2012-12-13 19:26:24 +00:00 |
Makefile.target
|
remove alloc.c
|
2013-02-21 23:51:40 +00:00 |
arexx.c
|
rename flags for browser_window routines to be shorter
|
2013-02-18 11:51:42 +00:00 |
arexx.h
|
…
|
|
bitmap.c
|
Support old picture.datatype
|
2013-03-09 15:29:30 +00:00 |
bitmap.h
|
Support old picture.datatype
|
2013-03-09 15:29:30 +00:00 |
clipboard.c
|
Remove obsolete ami_selection_to_text
|
2013-02-22 19:06:13 +00:00 |
clipboard.h
|
Remove obsolete ami_selection_to_text
|
2013-02-22 19:06:13 +00:00 |
context_menu.c
|
Fix can paste/copy tests.
|
2013-03-18 23:06:06 +00:00 |
context_menu.h
|
Start popuating treeview context menu
|
2011-12-17 18:47:35 +00:00 |
cookies.c
|
…
|
|
cookies.h
|
…
|
|
datatypes.c
|
Virtualise content handler finalisation calls. Remove pointless implementations.
|
2011-09-15 22:47:50 +00:00 |
datatypes.h
|
Virtualise content handler finalisation calls. Remove pointless implementations.
|
2011-09-15 22:47:50 +00:00 |
download.c
|
We are opening on a public screen, not a custom screen (even our own screen is a public screen)
|
2013-03-20 08:22:03 +00:00 |
download.h
|
Show existing file size when file already exists on download
|
2011-07-23 15:19:27 +00:00 |
drag.c
|
Fix drag saving text selections
|
2013-02-22 21:03:52 +00:00 |
drag.h
|
Support dragging from global history to hotlist
|
2011-12-02 13:24:40 +00:00 |
dt_anim.c
|
reduce talloc usage to box tree layout only
|
2012-10-03 19:26:17 +01:00 |
dt_picture.c
|
Support old picture.datatype
|
2013-03-09 15:29:30 +00:00 |
dt_sound.c
|
reduce talloc usage to box tree layout only
|
2012-10-03 19:26:17 +01:00 |
file.c
|
Remove struct selection from ami_file_save and anywhere that feeds into it
|
2013-02-22 19:02:58 +00:00 |
file.h
|
Remove struct selection from ami_file_save and anywhere that feeds into it
|
2013-02-22 19:02:58 +00:00 |
filetype.c
|
memory leak
|
2013-02-20 20:28:07 +00:00 |
filetype.h
|
convert from mimetype to filetype rather than simple content type to filetype, where
|
2011-06-15 21:53:49 +00:00 |
font.c
|
ensure the closest character is picked
|
2013-03-24 11:35:27 +00:00 |
font.h
|
Disable anti-aliasing for palette-mapped modes
|
2012-08-05 10:48:36 +01:00 |
font_scan.c
|
We are opening on a public screen, not a custom screen (even our own screen is a public screen)
|
2013-03-20 08:22:03 +00:00 |
font_scan.h
|
Rescan fonts if preferred fallback font is changed in the GUI
|
2012-05-06 17:55:35 +00:00 |
gui.c
|
Schedule browser-initiated reformats too, with the caveat that a message of some description needs to arrive at the message port before the reformat will be queued (think this only affects scale changes).
|
2013-04-04 19:47:46 +01:00 |
gui.h
|
Schedule redraws from local history too, hide ami_do_redraw and friends as only gui.c needs to call those directly now
|
2013-04-04 19:46:33 +01:00 |
gui_options.c
|
We are opening on a public screen, not a custom screen (even our own screen is a public screen)
|
2013-03-20 08:22:03 +00:00 |
gui_options.h
|
Move user-specifics out of Resources
|
2012-03-28 22:17:27 +00:00 |
help.c
|
Add basic context-sensitive help.
|
2013-01-24 20:00:09 +00:00 |
help.h
|
Add basic context-sensitive help.
|
2013-01-24 20:00:09 +00:00 |
history.c
|
…
|
|
history.h
|
…
|
|
history_local.c
|
Schedule redraws from local history too, hide ami_do_redraw and friends as only gui.c needs to call those directly now
|
2013-04-04 19:46:33 +01:00 |
history_local.h
|
…
|
|
hotlist.c
|
Set the newly-created hotlist dirs to be "retain in memory" otherwise NetSurf crashes on hotlist cleanup.
|
2012-12-01 15:54:32 +00:00 |
hotlist.h
|
…
|
|
icon.c
|
reduce talloc usage to box tree layout only
|
2012-10-03 19:26:17 +01:00 |
icon.h
|
Add favicon to iconification icon
|
2011-10-07 23:12:12 +00:00 |
iff_cset.h
|
…
|
|
iff_dr2d.c
|
Remove libxml
|
2012-11-10 00:11:57 +00:00 |
iff_dr2d.h
|
Fix warnings
|
2011-07-23 14:06:13 +00:00 |
launch.c
|
Re-jig URL launch as would never have fallen back to using openurl.library.
|
2012-04-18 19:44:09 +00:00 |
launch.h
|
Rename confusingly-named file; Remove about from unsupported protocols, as will never
|
2011-02-26 17:38:43 +00:00 |
login.c
|
We are opening on a public screen, not a custom screen (even our own screen is a public screen)
|
2013-03-20 08:22:03 +00:00 |
login.h
|
…
|
|
menu.c
|
Schedule redraws from local history too, hide ami_do_redraw and friends as only gui.c needs to call those directly now
|
2013-04-04 19:46:33 +01:00 |
menu.h
|
Ensure the menu checked state remain in sync with reality
|
2012-12-15 15:39:09 +00:00 |
misc.c
|
Warn when closing multiple tabs
|
2012-12-08 17:47:57 +00:00 |
misc.h
|
Warn when closing multiple tabs
|
2012-12-08 17:47:57 +00:00 |
object.c
|
Add missing include
|
2011-09-02 22:09:37 +00:00 |
object.h
|
Defer the redraw of boxes. This fixes a redraw problem with form select menus.
|
2013-02-03 14:01:48 +00:00 |
options.h
|
non-working "always show tabbar" option
|
2012-12-09 20:00:11 +00:00 |
os3support.h
|
…
|
|
plotters.c
|
ifdef some code that will never work under AmigaOS <4.0
|
2013-01-30 18:23:48 +00:00 |
plotters.h
|
expose function to get current screen palette-mapped status
|
2012-08-07 21:03:42 +01:00 |
plugin_hack.c
|
fix missing sizeof() in amiga build
|
2012-10-03 19:41:14 +01:00 |
plugin_hack.h
|
Virtualise content handler finalisation calls. Remove pointless implementations.
|
2011-09-15 22:47:50 +00:00 |
print.c
|
We are opening on a public screen, not a custom screen (even our own screen is a public screen)
|
2013-03-20 08:22:03 +00:00 |
print.h
|
Squash compiler warnings
|
2011-09-02 22:10:20 +00:00 |
save_pdf.c
|
Implement ask overwrite
|
2011-03-26 10:33:58 +00:00 |
save_pdf.h
|
…
|
|
schedule.c
|
Avoid crashing on NULL schedule_list
|
2011-03-13 23:20:03 +00:00 |
schedule.h
|
Move timer.device stuff to schedule.c
|
2011-02-19 17:19:38 +00:00 |
search.c
|
We are opening on a public screen, not a custom screen (even our own screen is a public screen)
|
2013-03-20 08:22:03 +00:00 |
search.h
|
Fix warnings
|
2011-07-23 14:06:13 +00:00 |
sslcert.c
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
sslcert.h
|
…
|
|
system_colour.c
|
Return a colour (ABGR) from gui_system_colour_char() rather than a
|
2012-03-27 19:25:02 +00:00 |
theme.c
|
ifdef some code that will never work under AmigaOS <4.0
|
2013-01-30 18:23:48 +00:00 |
theme.h
|
Track the mouse pointer on a per-window basis
|
2013-01-06 00:21:15 +00:00 |
thumbnail.c
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
tree.c
|
We are opening on a public screen, not a custom screen (even our own screen is a public screen)
|
2013-03-20 08:22:03 +00:00 |
tree.h
|
…
|
|
utf8.c
|
Show existing file size when file already exists on download
|
2011-07-23 15:19:27 +00:00 |
utf8.h
|
Fix warnings
|
2011-07-23 14:06:13 +00:00 |
version.c
|
Remove visible and invalid uses of git revision hashes. Anybody who needs to know hich revision it is can check about:testament, to everybody else the string is meaningless.
|
2012-07-01 16:40:24 +01:00 |