Files
emacs/src
Alan Third d2d3fc3929 Convert fringe bitmaps to vectors on NS port
Unfortunately *step doesn't support masks for bitmap images so
changing the colors of fringe bitmaps is awkward.  We can work around
this by converting the bitmap into an NSBezierPath and drawing it in
the required color.

* src/nsterm.m (ns_define_fringe_bitmap):
(ns_destroy_fringe_bitmap): New functions
(ns_draw_fringe_bitmap): Display the NSBezierPath.
* src/nsimage.m
([EmacsImage initFromXBM:width:height:fg:bg:reverseBytes:]): Remove
variable that's there to allow us to easily modify the XBM colors.
([EmacsImage setXBMColor:]): Remove method.
2021-07-26 23:12:31 +01:00
..
2021-07-14 17:20:19 -05:00
2021-07-19 19:24:01 +03:00
2021-01-27 07:55:11 -08:00
2021-04-25 17:24:48 -07:00
2021-06-08 07:50:36 -07:00
2021-06-16 18:05:41 +02:00
2021-05-13 08:11:03 -07:00
2021-07-08 21:13:40 +02:00
2021-02-18 16:50:55 +01:00
2021-06-19 15:19:04 +02:00
2021-07-14 15:27:19 +03:00
2021-05-04 20:37:33 +03:00
2021-07-09 18:14:19 +02:00
2021-06-26 10:34:59 +01:00
2021-03-01 14:26:21 +01:00
2021-06-20 16:53:37 +01:00
2021-04-27 09:53:42 +02:00
2021-04-27 09:53:42 +02:00
2021-01-04 09:02:40 -08:00
2021-07-04 11:36:17 +01:00
2021-05-13 08:11:03 -07:00
2021-05-13 08:11:03 -07:00
2021-05-13 08:11:03 -07:00
2021-04-27 09:53:42 +02:00
2021-05-13 08:11:03 -07:00
2021-05-13 08:11:03 -07:00
2021-05-13 08:11:03 -07:00
2021-05-13 08:11:03 -07:00
2021-04-27 09:53:42 +02:00
2021-07-15 11:22:52 +02:00
2021-04-27 09:53:42 +02:00
2021-04-27 09:53:42 +02:00

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Copyright (C) 2001-2021 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

The file 'Makefile.in' is used as a template by the script
'../configure' to produce 'Makefile'.  This is the file which actually
controls the compilation of Emacs C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run 'make'.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.