Commit message (Collapse) | Author | Age | Files | Lines | |||||
---|---|---|---|---|---|---|---|---|---|
... | |||||||||
* | switching to uxterm again, I get kretze from this urxvt crap | arg@mig29 | 2006-12-07 | 1 | -1/+1 | ||||
| | |||||||||
* | making terminus more explicit a regular font (otherwise olique font might be ↵ | arg@mig29 | 2006-12-05 | 1 | -1/+1 | ||||
| | | | | used in some setups like mine). | ||||||||
* | darkening the fg colors somewhat | arg@mig29 | 2006-12-01 | 1 | -2/+2 | ||||
| | |||||||||
* | removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵ | arg@mig29 | 2006-11-30 | 1 | -1/+2 | ||||
| | | | | with all tags (new key combo MODKEY-Shift-0) | ||||||||
* | returning to old Key struct | arg@mig29 | 2006-11-27 | 1 | -30/+29 | ||||
| | |||||||||
* | changing Key.func into Key.func[NFUNCS], this allows sequences execution of ↵ | arg@mig29 | 2006-11-27 | 1 | -31/+32 | ||||
| | | | | functions per keypress (avoids implementing useless masterfunctions which call atomic ones) | ||||||||
* | added togglefloat to hg tip (i consider this useful for some cases), using ↵ | arg@mig29 | 2006-11-27 | 1 | -0/+1 | ||||
| | | | | MODKEY-Shift-space as shortcut | ||||||||
* | using iso10646 explicitely in arg's config.h | arg@mig29 | 2006-11-21 | 1 | -1/+1 | ||||
| | |||||||||
* | nah reverting to my prev style, that's really the best 2.2 | arg@mig29 | 2006-11-18 | 1 | -6/+6 | ||||
| | |||||||||
* | applying aluminium style for arg's config.h | arg@mig29 | 2006-11-18 | 1 | -6/+6 | ||||
| | |||||||||
* | using a more blue-ish color... | arg@mig29 | 2006-11-08 | 1 | -2/+2 | ||||
| | |||||||||
* | making the selected color more lightning | arg@mig29 | 2006-11-08 | 1 | -1/+1 | ||||
| | |||||||||
* | renamed resizecol into resizemaster 2.1 | arg@mig29 | 2006-10-31 | 1 | -2/+2 | ||||
| | |||||||||
* | in a 1920x1200 setup 40 pixels of snap value are much better than 20 | arg@mig29 | 2006-10-30 | 1 | -1/+1 | ||||
| | |||||||||
* | added screen-border snapping in floating mode, feels quite well | arg@mig29 | 2006-10-30 | 1 | -0/+1/* /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTMIME.html
MIME PARSER
The MIME parser stream presents a MIME document. It recursively invokes the format
manager to handle embedded formats.
As well as stripping off and parsing the headers, the MIME parser has to parse any
weirld MIME encodings it may meet within the body parts of messages, and must deal with
multipart messages.
This module is implemented to the level necessary for operation with WWW, but is not
currently complete for any arbitrary MIME message.
Check the source for latest additions to functionality.
The MIME parser is complicated by the fact that WWW allows real binary to be sent, not
ASCII encoded. Therefore the netascii decoding is included in this module. One cannot
layer it by converting first from Net to local text, then decoding it. Of course, for
local files, the net ascii decoding is not needed. There are therefore two creation
routines.
*/
#ifndef HTMIME_H
#define HTMIME_H
#include <HTStream.h>
#include <HTAnchor.h>
/*
** This function is for trimming off any paired
** open- and close-double quotes from header values.
** It does not parse the string for embedded quotes,
** and will not modify the string unless both the
** first and last characters are double-quotes. - FM
*/
extern void HTMIME_TrimDoubleQuotes PARAMS((
char * value));
/*
INPUT: LOCAL TEXT
*/
extern HTStream * HTMIMEConvert PARAMS((HTPresentation * pres,
HTParentAnchor * anchor,
HTStream * sink));
/*
INPUT: NET ASCII
*/
extern HTStream * HTNetMIME PARAMS((HTPresentation * pres,
HTParentAnchor * anchor,
HTStream * sink));
/*
For handling Japanese headers.
*/
extern void HTmmdec_base64 PARAMS((
char * t,
char * s));
extern void HTmmdec_quote PARAMS((
char * t,
char * s));
extern void HTmmdecode PARAMS((
char * trg,
char * str));
extern int HTrjis PARAMS((
char * t,
char * s));
PUBLIC int HTmaybekanji PARAMS((
int c1,
int c2));
#endif /* !HTMIME_H */
/*
end of HTMIME */
| arg@mmvi | 2006-09-26 | 1 | -2/+2 |
| | |||||||||
* | small fix | arg@mmvi | 2006-09-26 | 1 | -1/+1 | ||||
| | |||||||||
* | changed order of colordefs in config.h's, changed config.arg.h to fit to new ↵ | arg@mmvi | 2006-09-26 | 1 | -4/+5 | ||||
| | | | | dmenu | ||||||||
* | slight change to config.arg.h (I use ff floating) | arg@mmvi | 2006-09-22 | 1 | -1/+1 | ||||
| | |||||||||
* | implemented the maximization as I described on the mailinglist, this feels ↵ | arg@mmvi | 2006-09-22 | 1 | -1/+0 | ||||
| | | | | better to me. | ||||||||
* | fixed executing of dmenu output to handle args correctly | Anselm R. Garbe | 2006-09-12 | 1 | -1/+1 | ||||
| | |||||||||
* | ach ich will auch Alt-s | Anselm R. Garbe | 2006-09-05 | 1 | -0/+1 | ||||
| | |||||||||
* | renamed resizetile into resizecol | Anselm R. Garbe | 2006-09-05 | 1 | -1/+1 | ||||
| | |||||||||
* | s/growcol/resizetile/g | Anselm R. Garbe | 2006-09-05 | 1 | -1/+1 | ||||
| | |||||||||
* | I really need column growing, now pushing upstream | Anselm R. Garbe | 2006-09-05 | 1 | -0/+1 | ||||
| | |||||||||
* | changed shortcut into Mod1-0 | Anselm R. Garbe | 2006-08-31 | 1 | -1/+1 | ||||
| | |||||||||
* | added viewall to mainstream (only Ross Mohns version, not the toggle) | Anselm R. Garbe | 2006-08-31 | 1 | -0/+1 | ||||
| | |||||||||
* | small fix in config.arg.h | Anselm R. Garbe | 2006-08-30 | 1 | -3/+3 | ||||
| | |||||||||
* | now using Salmi's menu command | Anselm R. Garbe | 2006-08-30 | 1 | -2/+3 | ||||
| | |||||||||
* | removed crappy variables | Anselm R. Garbe | 2006-08-28 | 1 | -0/+4 | ||||
| | |||||||||
* | changed config.arg.h - I really need the 4th tag | Anselm R. Garbe | 2006-08-28 | 1 | -1/+1 | ||||
| | |||||||||
* | oh frking dear big font... | Anselm R. Garbe | 2006-08-25 | 1 | -1/+1 | ||||
| |