netsurf/amiga
Chris Young 30f0bbd256 Basic user-configurable pointer image support.
GUI_POINTER_DEFAULT and GUI_POINTER_WAIT still use the Amiga system default pointers,
and will not be overridden by NetSurf.

Pointer imagery lives in Resources/Pointers and the filenames are all defined in the
ptrs array at the top of gui.c, in the same order as in gui_pointer_shape - with the
exception of GUI_POINTER_DEFAULT (this instead points to a "Blank" pointer for hiding
the pointer) and GUI_POINTER_WAIT (reserved for future use, currently points to "Wait"
but this will change).

The file format is very simple.  It is a text file containing 16 rows of 16
characters, with a newline or CR (or, in fact, any character as this is not checked)
terminating each row.  The seventeenth row indicates the pixel on which the "point" is
set, as two digit X direction, a space, then two digits for the Y direction.

Pointers/Point is based on the hand2 image by Andreas Kuerzinger (the original is in
the AKPointerz.lha archive on Aminet)

svn path=/trunk/netsurf/; revision=5227
2008-08-31 17:34:00 +00:00
..
resources Basic user-configurable pointer image support. 2008-08-31 17:34:00 +00:00
bitmap.c More error checking 2008-08-15 17:22:52 +00:00
bitmap.h
compat.c Code cleanup. 2008-08-21 21:42:48 +00:00
compat.h
filetype.c
font.c Experimental font code to plot Unicode text. 2008-08-30 16:55:25 +00:00
font.h Experimental font code to plot Unicode text. 2008-08-30 16:55:25 +00:00
gui.c Basic user-configurable pointer image support. 2008-08-31 17:34:00 +00:00
gui.h 401 authentication/login support. 2008-08-30 21:32:05 +00:00
history.c
hotlist.c Basic hotlist support 2008-08-23 21:56:49 +00:00
hotlist.h Basic hotlist support 2008-08-23 21:56:49 +00:00
login.c 401 authentication/login support. 2008-08-30 21:32:05 +00:00
login.h 401 authentication/login support. 2008-08-30 21:32:05 +00:00
menu.c Menu tidy-up, string correction and swap of Source and Text in the save/export menu 2008-08-31 11:21:47 +00:00
menu.h Added PDF export to Amiga port. 2008-08-26 01:20:01 +00:00
misc.c Potential fix for requester.class crash on startup on some systems. 2008-08-26 01:22:08 +00:00
object.c Code cleanup. 2008-08-21 21:42:48 +00:00
object.h 401 authentication/login support. 2008-08-30 21:32:05 +00:00
options.h Option to stop iframes popping up in new windows 2008-08-30 21:41:35 +00:00
plotters.c Added support for scaling bitmaps, filled polygons, filled circles and clipping. 2008-08-30 16:57:35 +00:00
plotters.h Close fonts properly and default back to initial RastPort font. 2008-08-17 16:22:40 +00:00
save_pdf.c Added PDF export to Amiga port. 2008-08-26 01:20:01 +00:00
save_pdf.h Added PDF export to Amiga port. 2008-08-26 01:20:01 +00:00
schedule.c Reversed order of running a callback and removing it from the schedule list, this 2008-08-17 16:24:22 +00:00
schedule.h Fully implemented schedule, schedule_run and schedule_remove. 2008-08-03 16:10:10 +00:00
thumbnail.c
tree.c
utf8.c Removed dependency on codesets.library 2008-08-27 22:19:25 +00:00
utf8.h Removed dependency on codesets.library 2008-08-27 22:19:25 +00:00