| Commit message (Expand) | Author | Age | Files | Lines |
* | Change defconsts to defvars. | Richard M. Stallman | 1996-12-16 | 1 | -4/+4 |
* | Use w32 instead of ms-windows for window-system symbol | Geoff Voelker | 1996-11-19 | 1 | -3/+3 |
* | (make-face, make-face-x-resource-internal): | Richard M. Stallman | 1996-09-15 | 1 | -3/+3 |
* | (internal-set-face-1): When calling x-list-fonts, ask for just one match. | Richard M. Stallman | 1996-08-31 | 1 | -1/+1 |
* | (modify-face): Handle nil as stipple value. | Richard M. Stallman | 1996-08-19 | 1 | -9/+38 |
* | (modify-face): Handle stipple values | Richard M. Stallman | 1996-08-16 | 1 | -4/+19 |
* | (x-create-frame-with-faces): Set threshold for "light color" | Richard M. Stallman | 1996-06-25 | 1 | -1/+4 |
* | (x-frob-font-slant): Properly handle a match against | Richard M. Stallman | 1996-03-25 | 1 | -4/+8 |
* | (face-color-gray-p): Return nil if x-color-values does. | Richard M. Stallman | 1996-01-29 | 1 | -1/+2 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -3/+4 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
* | Take optional arg FRAME. | Simon Marshall | 1995-12-13 | 1 | -30/+47 |
* | Wrap case-fold-search for x-frob-font-weight and x-frob-font-slant. | Simon Marshall | 1995-12-12 | 1 | -28/+32 |
* | (face-color-supported-p): Return nil if no window system. | Richard M. Stallman | 1995-11-20 | 1 | -9/+10 |
* | [win32] (make-face, make-face-x-resource-internal): | Geoff Voelker | 1995-11-07 | 1 | -3/+3 |
* | (set-face-background): When using face-color-supported-p, | Richard M. Stallman | 1995-08-05 | 1 | -1/+5 |
* | (set-face-background): Don't treat nil as a color. | Richard M. Stallman | 1995-07-30 | 1 | -1/+1 |
* | (x-font-regexp): Add \\(\\) for substring extraction. | Karl Heuer | 1995-07-27 | 1 | -1/+1 |
* | (x-font-regexp-weight-subnum, x-font-regexp-slant-subnum) | Karl Heuer | 1995-07-25 | 1 | -0/+5 |
* | (make-face-bold, make-face-italic, make-face-bold-italic) | Richard M. Stallman | 1995-07-25 | 1 | -30/+23 |
* | (x-create-frame-with-faces): | Richard M. Stallman | 1995-07-18 | 1 | -4/+5 |
* | (x-create-frame-with-faces): Set background-mode | Karl Heuer | 1995-07-17 | 1 | -80/+125 |
* | (x-font-regexp): Include the avgwidth. | Richard M. Stallman | 1995-07-02 | 1 | -2/+2 |
* | (describe-face): New function. | Richard M. Stallman | 1995-07-01 | 1 | -2/+25 |
* | (x-create-frame-with-faces): Don't use initial-frame-alist | Karl Heuer | 1995-06-09 | 1 | -4/+6 |
* | (x-create-frame-with-faces): Don't look for geometry | Karl Heuer | 1995-06-09 | 1 | -1/+1 |
* | (x-create-frame-with-faces): Read geometry resource | Karl Heuer | 1995-05-26 | 1 | -0/+18 |
* | Put property on set-face-stipple, not set-stipple. | Karl Heuer | 1995-05-18 | 1 | -3/+6 |
* | (set-face-background): Handle FRAME = nil directly | Richard M. Stallman | 1995-04-16 | 1 | -1/+8 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | Fix previous change. | Richard M. Stallman | 1995-03-30 | 1 | -7/+10 |
* | (modify-face): Handle stipple. Handle defaulting properly. | Richard M. Stallman | 1995-03-30 | 1 | -19/+37 |
* | (x-create-frame-with-faces): Assume cursor-color, mouse-color, and | Karl Heuer | 1995-01-30 | 1 | -11/+15 |
* | (facep): New function. | Richard M. Stallman | 1995-01-28 | 1 | -6/+17 |
* | (face-nontrivial-p): New function. | Richard M. Stallman | 1995-01-10 | 1 | -1/+17 |
* | (face-try-color-list): Treat `underline' as valid. | Richard M. Stallman | 1995-01-10 | 1 | -1/+1 |
* | (frame-update-face-colors): New function. | Richard M. Stallman | 1994-12-20 | 1 | -0/+32 |
* | (face-initialize): Test for framep not t or nil. | Richard M. Stallman | 1994-12-15 | 1 | -5/+7 |
* | At compile time, discard any defsubr definitions | Richard M. Stallman | 1994-12-04 | 1 | -0/+15 |
* | (face-name, face-id, face-foreground, face-background) | Richard M. Stallman | 1994-12-04 | 1 | -12/+12 |
* | (face-color-supported-p): New function. | Richard M. Stallman | 1994-11-19 | 1 | -31/+46 |
* | (set-face-background): Set either stipple or color, | Richard M. Stallman | 1994-10-23 | 1 | -3/+6 |
* | (set-face-background): If color is gray, and frame | Richard M. Stallman | 1994-10-23 | 1 | -5/+10 |
* | (make-face): Add new face to Face menu on creation. -- Bng | Boris Goldowsky | 1994-10-20 | 1 | -0/+3 |
* | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -1/+1 |
* | (set-face-stipple): New function. | Richard M. Stallman | 1994-10-17 | 1 | -32/+39 |
* | (modify-face): New function. | Richard M. Stallman | 1994-09-30 | 1 | -1/+39 |
* | (x-create-frame-with-faces): Delete the frame if get error. | Richard M. Stallman | 1994-09-22 | 1 | -35/+41 |
* | (make-face-unbold, make-face-unitalic, make-face-bold, make-face-italic, | Karl Heuer | 1994-09-14 | 1 | -5/+5 |
* | (copy-face): Ignore errors in set-face-font. | Richard M. Stallman | 1994-08-11 | 1 | -1/+7 |