.. |
agclass
|
Fix more hook functions
|
10 years ago |
dist
|
Allow a fallback font for characters above 0xFFFF to be specified. There is no scanning of this range as most fonts don't have any characters here. Symbola is selected if it is installed.
|
10 years ago |
pkg
|
Make adding NetSurf to launch-handler more robust:
|
10 years ago |
resources
|
Prettify pull-down (not context) menu.
|
10 years ago |
stringview
|
Allow URL completion to pick up non-visited URLs
|
10 years ago |
Makefile.defaults
|
Remove webp image handling
|
10 years ago |
Makefile.target
|
Update amiga to use bitmap render API
|
10 years ago |
arexx.c
|
Change LOG() macro to be varadic
|
10 years ago |
arexx.h
|
NetSurf will now check if it is already running (ie. if ARexx port NETSURF exists),
|
16 years ago |
bitmap.c
|
Scale cached favicons before they are cached. This avoids the need to scale icons on menu creation.
|
10 years ago |
bitmap.h
|
Scale cached favicons before they are cached. This avoids the need to scale icons on menu creation.
|
10 years ago |
clipboard.c
|
To avoid namespace conflicts with ncurses add NetSurf key prefix.
|
10 years ago |
clipboard.h
|
fixup amiga build errors
|
11 years ago |
context_menu.c
|
To avoid namespace conflicts with ncurses add NetSurf key prefix.
|
10 years ago |
context_menu.h
|
make context_menu.c build for os3
|
10 years ago |
cookies.c
|
Update amiga frontend for split operation table header changes
|
10 years ago |
cookies.h
|
Merge treeview-redux to trunk
|
14 years ago |
datatypes.c
|
Virtualise content handler finalisation calls. Remove pointless implementations.
|
14 years ago |
datatypes.h
|
Virtualise content handler finalisation calls. Remove pointless implementations.
|
14 years ago |
download.c
|
Move everything else over to using the class pointers.
|
10 years ago |
download.h
|
Fix warnings
|
10 years ago |
drag.c
|
Change LOG() macro to be varadic
|
10 years ago |
drag.h
|
stub out drag stuff for os3
|
10 years ago |
dt_anim.c
|
Change LOG() macro to be varadic
|
10 years ago |
dt_picture.c
|
Change LOG() macro to be varadic
|
10 years ago |
dt_sound.c
|
Change LOG() macro to be varadic
|
10 years ago |
file.c
|
Add an appropriate file extension when saving, or leave the existing if we're saving source. This fixes the remainder of #2185
|
10 years ago |
file.h
|
Fix warnings
|
10 years ago |
filetype.c
|
Change LOG() macro to be varadic
|
10 years ago |
filetype.h
|
create table for fetcher operations and move all operations into it
|
11 years ago |
font.c
|
Allow a fallback font for characters above 0xFFFF to be specified. There is no scanning of this range as most fonts don't have any characters here. Symbola is selected if it is installed.
|
10 years ago |
font.h
|
Split plotting and widthing functions up
|
10 years ago |
font_bitmap.c
|
Change LOG() macro to be varadic
|
10 years ago |
font_scan.c
|
Allow a fallback font for characters above 0xFFFF to be specified. There is no scanning of this range as most fonts don't have any characters here. Symbola is selected if it is installed.
|
10 years ago |
font_scan.h
|
Fix bullet.library usage
|
10 years ago |
fs_backing_store.c
|
Change LOG() macro to be varadic
|
10 years ago |
fs_backing_store.h
|
Remove inclusion of my async backing store code whilst it's not being used.
|
10 years ago |
gui.c
|
Allow a fallback font for characters above 0xFFFF to be specified. There is no scanning of this range as most fonts don't have any characters here. Symbola is selected if it is installed.
|
10 years ago |
gui.h
|
fix OS3 build, avoid forward declarations
|
10 years ago |
gui_options.c
|
Move everything else over to using the class pointers.
|
10 years ago |
gui_options.h
|
Change the search ico to be a chooser gadget with the icon as the display
|
11 years ago |
help.c
|
Fix some easy OS3 linker errors
|
10 years ago |
help.h
|
Get and process AmigaGuide help messages
|
11 years ago |
history.c
|
add missing include to amiga history
|
10 years ago |
history.h
|
Remove old hotlist, cookies, and history_global_core modules.
|
12 years ago |
history_local.c
|
Fix more hook functions
|
10 years ago |
history_local.h
|
Simplify ami_history_open API and use correct call to get history object.
|
10 years ago |
hotlist.c
|
Fix warning
|
10 years ago |
hotlist.h
|
fix errors introuced with previous header cleanup.
|
10 years ago |
icon.c
|
Update amiga to use bitmap render API
|
10 years ago |
icon.h
|
Add favicon to iconification icon
|
13 years ago |
iff_cset.h
|
Complete (but quite minimal at the moment) context menu implementation for AmigaOS:
|
16 years ago |
iff_dr2d.c
|
Tidy up
|
10 years ago |
iff_dr2d.h
|
Some OS3 compatibility for testing
|
10 years ago |
launch.c
|
Fix remaining linker errors
|
10 years ago |
launch.h
|
Fix warnings
|
10 years ago |
libs.c
|
fixup all the remaining logging macro callsites
|
10 years ago |
libs.h
|
Fix creation of SpeedBar objects
|
10 years ago |
login.c
|
fixup missing lincludes from messages API update
|
10 years ago |
login.h
|
move 401 login into operation table
|
11 years ago |
menu.c
|
Space ARexx menu items correctly.
|
10 years ago |
menu.h
|
Don't schedule our own redraw after a reformat, as this is performed anyway.
|
10 years ago |
misc.c
|
Change LOG() macro to be varadic
|
10 years ago |
misc.h
|
Use a function to create ready-cleared memory
|
10 years ago |
object.c
|
Remove extra debug list padding
|
10 years ago |
object.h
|
Defer the redraw of boxes. This fixes a redraw problem with form select menus.
|
12 years ago |
options.h
|
Allow a fallback font for characters above 0xFFFF to be specified. There is no scanning of this range as most fonts don't have any characters here. Symbola is selected if it is installed.
|
10 years ago |
os3support.c
|
Change LOG() macro to be varadic
|
10 years ago |
os3support.h
|
Remove branches that can't be taken under OS3
|
10 years ago |
plotters.c
|
Change LOG() macro to be varadic
|
10 years ago |
plotters.h
|
As the content interface is now doing the scaling, we render to a native BitMap and then copy that to the RGBA32 bitmap buffer without re-scaling.
|
10 years ago |
plugin_hack.c
|
Change LOG() macro to be varadic
|
10 years ago |
plugin_hack.h
|
Remove cppcheck unnecessaryForwardDeclaration
|
11 years ago |
print.c
|
Move everything else over to using the class pointers.
|
10 years ago |
print.h
|
Squash compiler warnings
|
14 years ago |
rtg.c
|
We don't need to use P96 for RectFill
|
10 years ago |
rtg.h
|
We don't need to use P96 for RectFill
|
10 years ago |
save_pdf.c
|
Clean up saving as PDF
|
10 years ago |
save_pdf.h
|
Changes required for new-cache
|
15 years ago |
schedule.c
|
Correct broken ifdef
|
10 years ago |
schedule.h
|
New scheduler
|
10 years ago |
search.c
|
Move everything else over to using the class pointers.
|
10 years ago |
search.h
|
Completely re-write web search provider handling
|
11 years ago |
sslcert.c
|
Update amiga frontend for split operation table header changes
|
10 years ago |
sslcert.h
|
fixup amiga build errors
|
11 years ago |
theme.c
|
This moves message loading out of netsurf_init into each frontend
|
10 years ago |
theme.h
|
Fix warnings
|
10 years ago |
tree.c
|
To avoid namespace conflicts with ncurses add NetSurf key prefix.
|
10 years ago |
tree.h
|
Update amiga frontend for split operation table header changes
|
10 years ago |
utf8.c
|
Update amiga frontend for split operation table header changes
|
10 years ago |
utf8.h
|
move utf8 local conversion operations to table
|
11 years ago |
version.c
|
Bump version
|
10 years ago |