1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00
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
..
bitmaps
.dbxinit
.gdbinit Update copyright year to 2021 2021-01-01 01:13:56 -08:00
alloc.c Pacify gcc -Woverflow more clearly 2021-07-14 17:20:19 -05:00
atimer.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
atimer.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
bidi.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
bignum.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
bignum.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
blockinput.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
buffer.c Make `kill-all-local-variables' also remove lambda from hooks 2021-07-20 16:31:24 +02:00
buffer.h Rename minor-modes to local-minor-modes 2021-02-15 13:08:21 +01:00
bytecode.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
callint.c ; Fix a typo in a recent change 2021-07-19 19:24:01 +03:00
callproc.c Ensure 'call-process' interprets INFILE as a local path 2021-07-04 15:32:03 +02:00
casefiddle.c * lisp/subr.el (esc-map): Initialize inside declaration 2021-01-04 23:43:40 -05:00
casetab.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
category.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
category.h
ccl.c Fix CCL_MOD typo 2021-01-01 12:58:18 -08:00
ccl.h
ChangeLog.1 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.2 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.3 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.4 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.5 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.6 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.7 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.8 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.9 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.10 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.11 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.12 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.13 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
character.c Fix slow operation of 'string-width' 2021-06-05 14:16:06 +03:00
character.h Don't account for character compositions in 'format' and friends 2021-05-30 11:16:59 +03:00
charset.c Do not load native code when `load' is explicitly called on a .elc file 2021-03-19 10:23:41 +01:00
charset.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
chartab.c Factor out char_table_ref_simple for readability 2021-07-21 14:01:57 +02:00
cm.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
cm.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
cmds.c Merge from origin/emacs-27 2021-01-27 07:55:11 -08:00
coding.c Fix Fdirectory_append check for whether strings have to be converted 2021-07-24 18:35:14 +02:00
coding.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
commands.h * lisp/subr.el (esc-map): Initialize inside declaration 2021-01-04 23:43:40 -05:00
comp.c Fix NS self contained eln location (bug#49271) 2021-07-01 20:41:58 +01:00
comp.h ; Add 2021 to copyright years 2021-04-25 17:24:48 -07:00
composite.c Fix slow operation of 'string-width' 2021-06-05 14:16:06 +03:00
composite.h Merge from origin/emacs-27 2021-06-08 07:50:36 -07:00
conf_post.h Clean up the fix for unexec build on GNU/Linux 2021-05-20 11:26:00 +03:00
COPYING
cygw32.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
cygw32.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
data.c Quit minibuffers without aborting kmacros 2021-07-20 14:36:45 +02:00
dbusbind.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
decompress.c Merge remote-tracking branch 'savannah/master' into HEAD 2021-01-02 10:11:15 +01:00
deps.mk Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dired.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dispextern.h Make adjust_frame_size set up frame's new_width/_height too (Bug#17120) 2021-05-02 10:33:22 +02:00
dispnew.c Fix right-margin display on TTY frames 2021-07-06 20:11:51 +03:00
disptab.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dmpstruct.awk Update copyright year to 2021 2021-01-01 01:13:56 -08:00
doc.c ; * src/doc.c (syms_of_doc): Fix last change. 2021-05-06 18:08:53 +03:00
doprnt.c Eliminate some GCC warnings 2021-06-16 18:05:41 +02:00
dosfns.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dosfns.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dynlib.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
dynlib.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
editfns.c Code cleanup wrt file locks 2021-07-08 21:13:40 +02:00
emacs-icon.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
emacs-module.c Extend the syntax of `interactive' to list applicable modes 2021-02-14 13:21:24 +01:00
emacs-module.h.in Work around __has_attribute bug in clang 3.4 2021-01-22 12:02:56 -08:00
emacs.c Pacify gcc 11.1.1 -Wanalyzer-null-argument 2021-07-12 00:12:20 -07:00
emacsgtkfixed.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
emacsgtkfixed.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
epaths.in Merge remote-tracking branch 'savannah/master' into HEAD 2021-01-02 10:11:15 +01:00
eval.c * src/eval.c (signal_quit_p): Fix the usual int/Lisp_Object mixup 2021-07-21 11:12:25 -04:00
fileio.c Rename directory-append to file-name-concat 2021-07-25 08:54:20 +02:00
filelock.c Make supersession warnings work again 2021-07-23 11:49:22 +02:00
firstfile.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
floatfns.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
fns.c Fix Fdirectory_append check for whether strings have to be converted 2021-07-24 18:35:14 +02:00
font.c Fix typos 2021-02-18 16:50:55 +01:00
font.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
fontset.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
fontset.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
frame.c Speed up by storing frame faces in hash tables instead of alists 2021-07-21 16:01:13 +02:00
frame.h Speed up by storing frame faces in hash tables instead of alists 2021-07-21 16:01:13 +02:00
fringe.c Consider all user-defined bitmaps in gui_init_fringe() 2021-05-25 06:21:03 +02:00
ftcrfont.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ftfont.c Fix problem with certain fonts in ftfont_shape_by_flt 2021-07-20 14:22:53 +02:00
ftfont.h
getpagesize.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
gfilenotify.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
gmalloc.c Make sure gmalloc's hybrid_free preserves errno 2021-05-20 11:44:54 +03:00
gnutls.c De-obfuscate gnutls_handshake loop 2021-06-19 15:19:04 +02:00
gnutls.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
gtkutil.c Pacify gcc 11.1.1 -Wanalyzer-null-argument 2021-07-12 00:12:20 -07:00
gtkutil.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
hbfont.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
image.c Fix deprecation warnings from libtiff 2021-07-14 15:27:19 +03:00
indent.c Fix infloop in lsp-mode 2021-05-04 20:37:33 +03:00
indent.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
inotify.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
insdel.c Further cleanup for file locks 2021-07-09 18:14:19 +02:00
intervals.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
intervals.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
json.c Signal an error in json.c function if not available 2021-07-20 14:47:07 +02:00
keyboard.c Make input of multi-key inputs in different emacsclients more logical 2021-07-21 17:56:20 +02:00
keyboard.h * src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-input 2021-01-04 00:59:56 -05:00
keymap.c * src/minibuf.c (Fread_no_blanks_input): Move to minibuffer.el 2021-04-20 10:36:48 -04:00
keymap.h * lisp/subr.el (esc-map): Initialize inside declaration 2021-01-04 23:43:40 -05:00
kqueue.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lastfile.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lcms.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lisp.h Fix Fdirectory_append check for whether strings have to be converted 2021-07-24 18:35:14 +02:00
lread.c ; * src/lread.c (load_path_default): Remove unused variable. 2021-06-26 12:46:39 +03:00
macfont.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
macfont.m Update copyright year to 2021 2021-01-01 01:13:56 -08:00
macros.c Quit minibuffers without aborting kmacros 2021-07-20 14:36:45 +02:00
macros.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
macuvs.h
Makefile.in Fix NS native compilation builds 2021-06-26 10:34:59 +01:00
marker.c Clean up obsolete comment 2021-03-01 14:26:21 +01:00
menu.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
menu.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
minibuf.c Quit minibuffers without aborting kmacros 2021-07-20 14:36:45 +02:00
module-env-25.h Move the new module unibyte function to the correct module-env.h file 2020-10-14 05:57:05 +02:00
module-env-26.h
module-env-27.h
module-env-28.h Move the new module unibyte function to the correct module-env.h file 2020-10-14 05:57:05 +02:00
msdos.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
msdos.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
nsfns.m Add ability to bring only the selected frame to the front (bug#48865) 2021-06-12 10:10:51 +01:00
nsfont.m Fix crash in GNUstep font coverage check 2021-07-04 11:36:32 +01:00
nsgui.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
nsimage.m Convert fringe bitmaps to vectors on NS port 2021-07-26 23:12:31 +01:00
nsmenu.m Fix GNUstep menu update crashes 2021-06-20 16:53:37 +01:00
nsselect.m Avoid macOS NSFilenamesPboardType warning (bug#33035) 2021-01-18 12:52:08 +01:00
nsterm.h Convert fringe bitmaps to vectors on NS port 2021-07-26 23:12:31 +01:00
nsterm.m Convert fringe bitmaps to vectors on NS port 2021-07-26 23:12:31 +01:00
nsxwidget.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
nsxwidget.m Update copyright year to 2021 2021-01-01 01:13:56 -08:00
pdumper.c Prepare pdumper dump file in memory, write it in one go (Bug#46881) 2021-06-16 09:44:32 +02:00
pdumper.h Fix loading *.eln files when Emacs is installed via symlinks 2021-04-17 16:49:16 +03:00
print.c Merge remote-tracking branch 'savannah/master' into HEAD 2021-01-08 21:40:45 +01:00
process.c Block TLS handshake until TCP connection established 2021-07-13 19:07:41 +02:00
process.h Ensure 'call-process' interprets INFILE as a local path 2021-07-04 15:32:03 +02:00
profiler.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
puresize.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ralloc.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
README Update copyright year to 2021 2021-01-01 01:13:56 -08:00
regex-emacs.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
regex-emacs.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
region-cache.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
region-cache.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
scroll.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
search.c Remove unreliable test for match data clobbering 2021-05-16 15:19:57 +02:00
sheap.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
sheap.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
sound.c Do not load native code when `load' is explicitly called on a .elc file 2021-03-19 10:23:41 +01:00
syntax.c Add a new function syntax-class-to-char 2021-06-15 17:01:57 +02:00
syntax.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
sysdep.c Fix portability issue with make-serial-process 2021-07-13 09:02:45 -04:00
sysselect.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
syssignal.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
sysstdio.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
systhread.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
systhread.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
systime.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
systty.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
syswait.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
term.c Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
termcap.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
termchar.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
termhooks.h Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
terminal.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
terminfo.c Fix broken build on AIX 7.2 2021-01-04 09:02:40 -08:00
termopts.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
textprop.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
thread.c Fix thread memory management under NS 2021-07-04 11:36:17 +01:00
thread.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
timefns.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
tparam.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
tparam.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
undo.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexaix.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexcoff.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexcw.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexec.h
unexelf.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexhp9k800.c
unexmacosx.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexsol.c
unexw32.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
verbose.mk.in Make the ELC+ELN lines line up with the other lines 2021-05-05 09:41:49 +02:00
vm-limit.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w16select.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32.c Fix resolution of symlinks during dumping 2021-05-27 16:31:14 +03:00
w32.h Fix resolution of symlinks during dumping 2021-05-27 16:31:14 +03:00
w32common.h Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32console.c Fix compilation errors with latest w32 API headers 2021-05-09 10:59:08 +03:00
w32cygwinx.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32fns.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32font.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32font.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32gui.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32heap.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32heap.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32image.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32inevt.c Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
w32inevt.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32menu.c Remove unused argument from set_frame_menubar (Bug#45759) 2021-01-30 15:59:13 +01:00
w32notify.c Fix compilation errors with latest w32 API headers 2021-05-09 10:59:08 +03:00
w32proc.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32reg.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32select.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32select.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32term.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32term.h Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32uniscribe.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32xfns.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
widget.c Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
widget.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
widgetprv.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
window.c Improve the `window-end' doc string 2021-07-15 11:22:52 +02:00
window.h * src/xdisp.c (wset_update_mode_line): Move from src/window.c 2021-04-13 23:55:47 -04:00
xdisp.c Fix display of line/wrap-prefix when there's a display property at BOL 2021-07-22 21:23:48 +03:00
xfaces.c Speed up by storing frame faces in hash tables instead of alists 2021-07-21 16:01:13 +02:00
xfns.c Pacify GCC 11.1.1 20210531 (Red Hat 11.1.1-3) 2021-07-11 01:30:12 -07:00
xfont.c Pacify gcc 11.1.1 -Wanalyzer-null-argument 2021-07-12 00:12:20 -07:00
xftfont.c Fix compilation of xftfont.c with old fontconfig 2021-07-25 15:50:46 +03:00
xgselect.c Fix race conditions between Lisp threads in GTK builds 2021-06-25 16:52:48 +03:00
xgselect.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xmenu.c Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
xml.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xrdb.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xselect.c Don't error out when selection data is unavailable (bug#47642) 2021-04-14 21:22:55 +03:00
xsettings.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xsettings.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xsmfns.c Process sentinels need to work under X and commandline 2021-05-13 15:22:01 +02:00
xterm.c Have X builds handle VisibilityNotify events (Bug#48268, Bug#48413) 2021-05-15 09:20:50 +02:00
xterm.h Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
xwidget.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xwidget.h Update copyright year to 2021 2021-01-01 01:13:56 -08: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/>.