| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (face-initialize): Use underlining for region face | Richard M. Stallman | 1994-07-29 | 1 | -7/+13 |
* | (x-create-frame-with-faces): Don't downcase nil. | Richard M. Stallman | 1994-07-09 | 1 | -3/+5 |
* | (x-create-frame-with-faces): Ignore case in X resource. | Richard M. Stallman | 1994-07-05 | 1 | -6/+9 |
* | (make-face-italic, make-face-bold): Don't bind f2 here. | Richard M. Stallman | 1994-07-01 | 1 | -16/+18 |
* | (list-faces-display): Line up multiple lines in sample. | Richard M. Stallman | 1994-07-01 | 1 | -1/+7 |
* | (make-face): Return the face name, not the vector. | Richard M. Stallman | 1994-06-22 | 1 | -1/+2 |
* | (face-equal): Do check the underline attribute. | Richard M. Stallman | 1994-06-21 | 1 | -0/+1 |
* | (x-create-frame-with-faces): Set the cursor color last. | Richard M. Stallman | 1994-06-17 | 1 | -2/+4 |
* | (frame-update-faces): Unset old font. | Karl Heuer | 1994-04-27 | 1 | -0/+3 |
* | (frame-update-faces): New function. | Richard M. Stallman | 1994-04-22 | 1 | -0/+19 |
* | (make-face-x-resource-internal): Don't mess with terminal frames. | Richard M. Stallman | 1994-04-14 | 1 | -2/+3 |
* | (x-create-frame-with-faces): Create frame invisible, | Richard M. Stallman | 1994-04-14 | 1 | -1/+5 |
* | (copy-face): Don't change old-face and new-face before the frame loop. | Karl Heuer | 1994-03-02 | 1 | -4/+4 |
* | (face-try-color-list): Don't rely on errors from using | Richard M. Stallman | 1994-02-15 | 1 | -16/+24 |
* | (face-initialize): Specify default characteristics | Richard M. Stallman | 1994-02-12 | 1 | -126/+94 |
* | (copy-face): Doc fix. | Richard M. Stallman | 1994-02-08 | 1 | -10/+16 |
* | (make-face-unitalic, make-face-unbold, make-face-bold) | Richard M. Stallman | 1993-11-27 | 1 | -14/+16 |
* | (x-resolve-font-name): Undo previous change. | Richard M. Stallman | 1993-11-21 | 1 | -3/+2 |
* | (x-resolve-font-name): Don't pass FACE to x-list-fonts | Richard M. Stallman | 1993-11-20 | 1 | -1/+3 |
* | (x-create-frame-with-faces): Check for `on' or `true' | Richard M. Stallman | 1993-08-14 | 1 | -1/+2 |
* | Make boldness and italicness affect subsequently created frames. | Richard M. Stallman | 1993-08-03 | 1 | -124/+196 |
* | (face-equal): Don't mess with face-background-pixmap. | Richard M. Stallman | 1993-07-18 | 1 | -2/+3 |
* | (copy-face): New arg NEW-FRAME. | Richard M. Stallman | 1993-07-13 | 1 | -8/+56 |
* | * faces.el (make-face-bold, make-face-italic, | Jim Blandy | 1993-07-04 | 1 | -5/+5 |
* | Fix typo in last change. | Jim Blandy | 1993-06-30 | 1 | -2/+0 |
* | * faces.el (global-face-data): Doc fix. | Jim Blandy | 1993-06-29 | 1 | -1/+6 |