* NEWS: w3m-img merge
* .cvsignore: add w3mimgdisplay, w3mimgsize
* XMakefile: add image.c to SRCS
add image.o to OBJS
add IMGDISPLAY, IMGSIZE
* config.h.dist: USE_IMAGE, IMGSIZE, IMGDISPLAY
* configure: add find_imlib
ask use_image
(config.h) add $imgtarget to EXT_TARGETS
$def_use_image
IMGSIZE, IMGDISPLAY
* fm.h (MAX_IMAGE): added
* fm.h (DEFAULT_PIXEL_PER_CHAR): fix for USE_IMAGE
* fm.h (DEFAULT_PIXEL_PER_LINE): added
* fm.h (B_REDRAW_IMAGE): added
* fm.h (IMG_FLAG_SKIP): added
* fm.h (IMG_FLAG_AUTO): added
* fm.h (IMG_FLAG_START): added
* fm.h (IMG_FLAG_STOP): added
* fm.h (IMG_FLAG_NEXT): added
* fm.h (IMG_FLAG_UNLOADED): added
* fm.h (IMG_FLAG_LOADED): added
* fm.h (IMG_FLAG_ERROR): added
* fm.h (MapArea): added
* fm.h (MapList): s/urls/alts/, add area
* fm.h (ImageCache): added
* fm.h (Image): added
* fm.h (Anchor): add image
* fm.h (Buffer): add imarklist, image_flag, need_reshape
* fm.h (RG_FRAME_SRC): added
* fm.h (ALIGN_MIDDLE): added
* fm.h (ALIGN_TOP): added
* fm.h (ALIGN_BOTTOM): added
* fm.h (QuietMessage): added
* fm.h (Imgdisplay): added
* fm.h (Imgsize): added
* fm.h (activeImage): added
* fm.h (displayImage): added
* fm.h (autoImage): added
* fm.h (useExtImageViewer): added
* fm.h (image_source): added
* fm.h (view_unseenobject): change default if USE_IMAGE
* fm.h (set_pixel_per_char): added
* fm.h (pixel_per_line): added
* fm.h (set_pixel_per_line): added
* fm.h (image_scale): added
* proto.h (dispI): added
* proto.h (stopI): added
* proto.h (deleteImage): added
* proto.h (getAllImage): added
* proto.h (loadImage): added
* proto.h (getImage): added
* proto.h (getImageSize): added
* proto.h (process_img): add width arg
* proto.h (loadImageBuffer): added
* proto.h (follow_map_menu): add a_img arg
* proto.h (getMapXY): added
* proto.h (newMapArea): added
* proto.h (touch_cursor): added
* proto.h (cURLcode): added
* proto.h (initImage): added
* proto.h (termImage): added
* proto.h (addImage): added
* proto.h (drawImage): added
* proto.h (clearImage): added
* anchor.c (addMultirowsImg): added
* buffer.c (discardBuffer): deleteImage if USE_IMAGE
* buffer.c (reshapeBuffer): buf->need_reshape check
* display.c (fmTerm): if activeImage, stop load image
* display.c (fmInit): if displayImage, initImage
* display.c (image_touch): added
* display.c (draw_image_flag): added
* display.c (redrawLineImage): added
* display.c (displayBuffer): buf->need_reshape = TRUE
mode == B_REDRAW_IMAGE
image flag checks
force redraw image in mode == B_REDRAW_IMAGE
displayBuffer if need reshape
drawImage
* display.c (redrawNLine): redrawLineImage
* display.c (redrawLineImage): added
* display.c (disp_message_nsec): return immediately if QuietMessage
* etc.c (reset_signals): ignore SIGUSR1
* file.c (frame_source): added
* file.c (_MoveFile): added
* file.c (cur_baseURL): added
* file.c (cur_document_code): added
* file.c (cur_iseq): added
* file.c (loadGeneralFile): fix fmInitialized and prevtrap checks
save cur_baseURL
image_source load
loadImageBuffer for "image/*"
frame_source flag
fix b->type when proc is loadImageBuffer
* file.c (process_img): add width arg
parse height and width attr, align
fix for inline-image
* file.c (process_input): fix for form <input type="image">
* file.c (HTMLtagproc1): pass h_env->limit to process_img()
fix <img_alt> for inline-image
save cur_baseURL
* file.c (HTMLlineproc2body): fix <img_alt> for inline-image
* file.c (loadHTMLstream): fix for inline-image
fix fmInitialized and prevtrap checks
save cur_document_code
save image_flag
* file.c (loadGopherDir): save cur_document_code
fix fmInitialized and prevtrap checks
* file.c (loadImageBuffer): added for inline-image
* file.c (save2tmp): fix fmInitialized and prevtrap checks
* frame.c (frame_download_source): set RG_FRAME_SRC flag
image check
* funcname.tab (DISPLAY_IMAGE): added
* funcname.tab (STOP_IMAGE): added
* html.c (ALST_IMG): add align, ismap
* html.c (ALST_AREA): add shape, coords
* html.c (ALST_IMG_ALT): add width, height, usemap, ismap, hseq,
xoffset, yoffset, top_margin, bottom_margin
* html.c (AttrMap): add shape, coords, ismap, xoffset, yoffset
* html.h (ATTR_SHAPE): added
* html.h (ATTR_COORDS): added
* html.h (ATTR_ISMAP): added
* html.h (ATTR_XOFFSET): added
* html.h (ATTR_YOFFSET): added
* html.h (ATTR_TOP_MARGIN): added
* html.h (ATTR_BOTTOM_MARGIN): added
* html.h (SHAPE_UNKNOWN): added
* html.h (SHAPE_DEFAULT): added
* html.h (SHAPE_RECT): added
* html.h (SHAPE_CIRCLE): added
* html.h (SHAPE_POLY): added
* image.c: added
* main.c (fversion): add USE_IMAGE
* main.c (fusage): -ppl option
* main.c (MAIN): set_pixel_per_char if ppc specified
-ppl option
loadImage
* main.c (pushBuffer): deleteImage
* main.c (quitfm): termImage
* main.c (selBuf): deleteImage
* main.c (followA): fix for inline-image and map area
* main.c (query_from_followform): getMapXY()
* main.c (setOpt): displayBuffer B_REDRAW_IMAGE
* main.c (follow_map): fix calculate x, y
* main.c (dispI): added
* main.c (stopI): added
* map.c: include <math.h>
* map.c (inMapArea): added
* map.c (follow_map_menu): add a_img arg to handle inline-image
* map.c (follow_map_panel): use MapArea
* map.c (getMapXY): added
* map.c (newMapArea): added
* menu.c (smChBuf): deleteImage
* parsetagx.c (toAlign): align top, bottom, middle
* rc.c (P_SCALE): added
* rc.c (CMT_PIXEL_PER_LINE): added
* rc.c (CMT_DISP_IMAGE): added
* rc.c (CMT_AUTO_IMAGE): added
* rc.c (CMT_EXT_IMAGE_VIEWER): added
* rc.c (CMT_IMAGE_SCALE): added
* rc.c (CMT_IMGDISPLAY): added
* rc.c (CMT_IMGSIZE): added
* rc.c (show_param): P_PIXELS
* rc.c (set_param): P_PIXELS
* rc.c (sync_with_option): initImage
* rc.c (to_str): P_PIXELS
* table.c (feed_table_tag): fix <img> for inline-image
* tagtable.tab (image): added
* terms.c (wgetch): retry read when EINTR or EAGAIN
* terms.c (touch_cursor): added
* w3mimgdisplay.c: added
* w3mimgsize.c: added
* doc/README.func (DISPLAY_IMAGE): added
* doc/README.func (STOP_IMAGE): added
* doc/README.img: added
* doc-jp/README.func (DISPLAY_IMAGE): added
* doc-jp/README.func (STOP_IMAGE): added
* doc-jp/README.img: added
* scripts/w3mhelp.cgi.in: show dispI, stopI
* scripts/multipart/multipart.cgi.in: inline image support
From: Fumitoshi UKAI <ukai@debian.or.jp>
113 lines
3.9 KiB
Plaintext
113 lines
3.9 KiB
Plaintext
ABORT Quit w3m without confirmation
|
|
ADD_BOOKMARK Add current page to bookmark
|
|
ALARM set alarm
|
|
BACK Back to previous buffer
|
|
BEGIN Go to the first line
|
|
BOOKMARK Read bookmark
|
|
CENTER_H Move to the center line
|
|
CENTER_V Move to the center column
|
|
COOKIE View cookie list
|
|
DELETE_PREVBUF Delete previous buffer (mainly for local-CGI)
|
|
DICT_WORD Execute dictionary command (see README.dict)
|
|
DICT_WORD_AT Execute dictionary command for word at cursor
|
|
DISPLAY_IMAGE Restart loading and drawing of images
|
|
DOWN Scroll down one line
|
|
DOWNLOAD Save document source to file
|
|
EDIT Edit current document
|
|
EDIT_SCREEN Edit currently rendered document
|
|
END Go to the last line
|
|
EXEC_SHELL Execute shell command
|
|
EXIT Quit w3m without confirmation
|
|
EXTERN Execute external browser
|
|
EXTERN_LINK View current link using external browser
|
|
FRAME Render frame
|
|
GOTO Go to URL
|
|
GOTO_LINE Go to specified line
|
|
GOTO_LINK Go to current link
|
|
GOTO_RELATIVE Go to relative URL
|
|
HELP View help
|
|
HISTORY View history of URL
|
|
INFO View info of current document
|
|
INTERRUPT Stop loading document
|
|
INIT_MAILCAP Reread mailcap (mainly for local-CGI)
|
|
ISEARCH Incremental search forward
|
|
ISEARCH_BACK Incremental search backward
|
|
LEFT Shift screen one column
|
|
LINE_BEGIN Go to the beginning of line
|
|
LINE_END Go to the end of line
|
|
LINE_INFO Show current line number
|
|
LINK_BEGIN Go to the first link
|
|
LINK_END Go to the last link
|
|
LOAD Load local file
|
|
MAIN_MENU Popup menu
|
|
MARK Set/unset mark
|
|
MARK_MID Mark Message-ID-like strings as anchors
|
|
MARK_URL Mark URL-like strings as anchors
|
|
MENU Popup menu
|
|
MOUSE_TOGGLE Toggle activity of mouse
|
|
MOVE_DOWN Move cursor down (a half screen scroll at the end of screen)
|
|
MOVE_DOWN1 Move cursor down (1 line scroll at the end of screen)
|
|
MOVE_LEFT Move cursor left (a half screen shift at the left edge)
|
|
MOVE_LEFT1 Move cursor left (1 columns shift at the left edge)
|
|
MOVE_RIGHT Move cursor right (a half screen shift at the right edge)
|
|
MOVE_RIGHT1 Move cursor right (1 columns shift at the right edge)
|
|
MOVE_UP Move cursor up (a half screen scroll at the top of screen)
|
|
MOVE_UP1 Move cursor up (1 line scrol at the top of screen)
|
|
MSGS Display error messages
|
|
NEXT_DOWN Move to next downward link
|
|
NEXT_LEFT Move to next left link
|
|
NEXT_LEFT_UP Move to next left (or upward) link
|
|
NEXT_LINK Move to next link
|
|
NEXT_MARK Move to next word
|
|
NEXT_PAGE Move to next page
|
|
NEXT_RIGHT Move to next right link
|
|
NEXT_RIGHT_DOWN Move to next right (or downward) link
|
|
NEXT_UP Move to next upward link
|
|
NEXT_WORD Move to next word
|
|
NOTHING Do nothing
|
|
NULL Do nothing
|
|
OPTIONS Option setting panel
|
|
PEEK Peek current URL
|
|
PEEK_IMG Peek image URL
|
|
PEEK_LINK Peek link URL
|
|
PIPE_BUF Send rendered document to pipe
|
|
PIPE_SHELL Execute shell command and browse
|
|
PREV_LINK Move to previous link
|
|
PREV_MARK Move to previous mark
|
|
PREV_PAGE Move to previous page
|
|
PREV_WORD Move to previous word
|
|
PRINT Save buffer to file
|
|
QUIT Quit w3m
|
|
READ_SHELL Execute shell command and load
|
|
REDRAW Redraw screen
|
|
REG_MARK Set mark using regexp
|
|
RELOAD Reload buffer
|
|
RIGHT Shift screen one column right
|
|
SAVE Save document source to file
|
|
SAVE_IMAGE Save image to file
|
|
SAVE_LINK Save link to file
|
|
SAVE_SCREEN Save rendered document to file
|
|
SEARCH Search forward
|
|
SEARCH_BACK Search backward
|
|
SEARCH_FORE Search forward
|
|
SEARCH_NEXT Search next regexp
|
|
SEARCH_PREV Search previous regexp
|
|
SELECT Go to buffer selection panel
|
|
SELECT_MENU Popup buffer selection menu
|
|
SETENV Set environment variable
|
|
SET_OPTION Set option
|
|
SHELL Execute shell command
|
|
SHIFT_LEFT Shift screen left
|
|
SHIFT_RIGHT Shift screen right
|
|
SOURCE View HTML source
|
|
STOP_IMAGE Stop loading and drawing of images
|
|
SUBMIT Submit form
|
|
SUSPEND Stop loading document
|
|
UP Scroll up one line
|
|
VERSION Display version of w3m
|
|
VIEW View HTML source
|
|
VIEW_BOOKMARK View bookmark
|
|
VIEW_IMAGE View image
|
|
WHEREIS Search forward
|
|
WRAP_TOGGLE Toggle wrap search mode
|