1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00
emacs/lisp
Po Lu a9a8d5e959 Register ``pinch to zoom'' touch screen gestures
* doc/emacs/input.texi (Touchscreens): Address pinch gestures.

* doc/lispref/commands.texi (Touchscreen Events): Address touch
screen pinch events and the process by which they are produced.

* java/org/gnu/emacs/EmacsWindow.java (figureChange)
<ACTION_POINTER_DOWN>: Supply pointer index to getX and getY,
correcting a mistake where the first touch point's coordinate
was saved here in lieu of the pointer that was pressed's.

* lisp/touch-screen.el (touch-screen-current-tool): Revise doc
string.
(touch-screen-aux-tool): New variable.
(touch-screen-scroll-point-to-y, touch-screen-pinch): New
functions.
(global-map): Bind [touchscreen-pinch] to touch-screen-pinch.
(touch-screen-handle-point-update): Revise doc string; set new
tenth field of t-s-c-t to POINT relative to its window, without
regard to whether an event has been sent.
(touch-screen-distance, touch-screen-centrum): New functions.
(touch-screen-handle-aux-point-update): New function; generate
and send touchscreen-pinch if need be.
(touch-screen-handle-point-up): If an ancillary tool exists,
transfer the information there into touch-screen-current-tool
and clear t-s-a-t.
(touch-screen-handle-touch): Call t-s-a-p-u as is proper; set
t-s-a-t if a touchscreen-down event arrives and t-s-c-t is set.

* src/androidterm.c (handle_one_android_event): Properly save
the event's X and Y when a new touch point is registered.
2023-11-15 21:07:14 +08:00
..
calc Declare calc-eval-error in calc.el 2023-11-05 17:36:21 +01:00
calendar Add support in todo-mode.el for ISO date format 2023-11-12 14:58:58 +01:00
cedet (wisent-python-lex-beginning-of-line): Fix compiler warning 2023-11-13 13:25:03 -05:00
emacs-lisp Fix variable aliasing bytecode miscompilation (bug#67116) 2023-11-13 12:16:37 +01:00
emulation
erc ; Prepare for ERC 5.6 release 2023-11-12 20:37:49 -08:00
eshell Pass only the local parts of Eshell's $PATH to 'tramp-remote-path' 2023-11-12 12:06:02 -08:00
gnus Add some headers to message-ignored-bounced-headers 2023-11-10 17:37:16 +01:00
image
international Merge from origin/emacs-29 2023-09-30 13:50:07 -04:00
language Prefer seq-filter in hanja-util.el 2023-10-29 01:40:25 +02:00
leim/quail Fix hanful-insert-character (bug#66970) 2023-11-13 04:11:35 -06:00
mail Don't need text properties when sending a mail 2023-11-04 10:41:38 +02:00
mh-e Add HTTPS to mh-access-types 2023-10-25 14:23:59 +02:00
net ; Update eww-suggest-uris :version. 2023-11-04 11:48:01 +01:00
nxml
obsolete Eliminate some nested repetitions in regexps 2023-10-29 17:40:36 +01:00
org Merge from origin/emacs-29 2023-11-11 05:31:52 -05:00
play
progmodes Fix flymake integration in lua-ts-mode (Bug#67152) 2023-11-15 15:00:59 +02:00
term Emulate secondary selections on Android 2023-11-06 10:14:09 +08:00
textmodes Eliminate some nested repetitions in regexps 2023-10-29 17:40:36 +01:00
url Don't use func-arity to trigger API warning in url-irc 2023-11-12 20:36:32 -08:00
use-package ; Add missing GNU ELPA :core package statements 2023-10-01 00:09:05 +02:00
vc * lisp/vc/vc.el (vc-deduce-backend-nonvc-modes): New variable (bug#67145). 2023-11-14 09:44:42 +02:00
abbrev.el
align.el Support lua-ts-mode in align.el 2023-10-21 12:25:25 +02:00
allout-widgets.el
allout.el
ansi-color.el
ansi-osc.el
apropos.el
arc-mode.el Port arc to Android 2023-10-08 10:42:47 +08:00
array.el
auth-source-pass.el
auth-source.el (auth-source-backend): Don't pass obsolete "name" arg 2023-10-28 01:17:03 -04:00
autoinsert.el
autorevert.el
avoid.el
battery.el
bind-key.el ; Add missing GNU ELPA :core package statements 2023-10-01 00:09:05 +02:00
bindings.el Merge from origin/emacs-29 2023-11-11 05:31:52 -05:00
bookmark.el Don't expand file names for non-existing remote connections 2023-11-10 11:15:30 +01:00
bs.el
buff-menu.el
button.el Enable canceling tap gestures 2023-11-11 18:04:00 +08:00
calculator.el
case-table.el
cdl.el
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4 ; Fix spelling of my name in all ChangeLog files 2023-10-25 15:20:46 +02:00
ChangeLog.5 ; Fix spelling of my name in all ChangeLog files 2023-10-25 15:20:46 +02:00
ChangeLog.6 ; Fix spelling of my name in all ChangeLog files 2023-10-25 15:20:46 +02:00
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12 ; Fix broken links to gmane.org 2023-10-24 09:44:01 +02:00
ChangeLog.13 ; Fix spelling of my name in all ChangeLog files 2023-10-25 15:20:46 +02:00
ChangeLog.14 Merge from origin/emacs-29 2023-10-28 05:06:21 -04:00
ChangeLog.15 Merge from origin/emacs-29 2023-10-28 05:06:21 -04:00
ChangeLog.16 Merge from origin/emacs-29 2023-10-28 05:06:21 -04:00
ChangeLog.17 ; Fix spelling of my name in all ChangeLog files 2023-10-25 15:20:46 +02:00
char-fold.el
chistory.el
cmuscheme.el
color.el
comint.el
completion.el
composite.el
COPYING
cus-dep.el
cus-edit.el Add easy customization for dir-locals files (Bug#66702) 2023-10-28 20:02:13 +03:00
cus-face.el
cus-start.el
cus-theme.el
custom.el
dabbrev.el
delim-col.el
delsel.el
descr-text.el
desktop.el
dframe.el
dired-aux.el Merge from origin/emacs-29 2023-11-04 05:21:38 -04:00
dired-x.el
dired.el Merge from origin/emacs-29 2023-11-11 05:31:52 -05:00
dirtrack.el
disp-table.el
display-fill-column-indicator.el
display-line-numbers.el
dnd.el ; * lisp/dnd.el (dnd-protocol-alist): Correct typo. 2023-10-28 06:43:56 +00:00
doc-view.el Introduce a tool bar for dictionary mode 2023-10-08 09:13:11 +08:00
dom.el
dos-fns.el
dos-vars.el
dos-w32.el
double.el
dynamic-setting.el
ebuff-menu.el
echistory.el
ecomplete.el
edmacro.el
ehelp.el
elec-pair.el
electric.el
elide-head.el
emacs-lock.el
env.el
epa-dired.el
epa-file.el
epa-hook.el
epa-ks.el
epa-mail.el
epa.el
epg-config.el
epg.el
expand.el
external-completion.el ; Add missing GNU ELPA :core package statements 2023-10-01 00:09:05 +02:00
ezimage.el
face-remap.el
facemenu.el
faces.el * lisp/faces.el (read-face-name): Expose all lambdas to the compiler 2023-09-25 08:02:29 -04:00
ffap.el Teach ffap to look for relative file names under project-root 2023-10-30 02:57:33 +02:00
filecache.el
fileloop.el
filenotify.el File notifications report unmount events (bug#66381) 2023-10-10 19:51:22 +02:00
files-x.el Merge from origin/emacs-29 2023-10-28 05:06:21 -04:00
files.el Fix 'locate-dominating-file' when FILE is not a directory. 2023-10-25 16:12:24 +03:00
filesets.el
find-cmd.el
find-dired.el
find-file.el
find-lisp.el
finder.el Merge from origin/emacs-29 2023-09-23 09:32:57 -04:00
flow-ctrl.el
foldout.el
follow.el
font-core.el
font-lock.el
format-spec.el
format.el
forms.el
frame.el
frameset.el
fringe.el
generic-x.el
help-at-pt.el
help-fns.el ; Substitute quotes in obsoletion notice in 'C-h f' 2023-09-28 21:44:09 +02:00
help-macro.el
help-mode.el
help.el Improve formatting of bindings in 'help-quick' 2023-10-09 10:24:34 +02:00
hex-util.el
hexl.el
hfy-cmap.el
hi-lock.el
hilit-chg.el
hippie-exp.el
hl-line.el
htmlfontify.el
ibuf-ext.el
ibuf-macs.el
ibuffer.el
icomplete.el Allow completion frontends to fontify candidates just-in-time 2023-11-06 10:13:02 -06:00
ido.el Support HTTPS in ido-file-internal 2023-10-25 16:27:08 +02:00
ielm.el
iimage.el
image-file.el
image-mode.el Merge from origin/emacs-29 2023-10-07 03:46:48 -04:00
image.el
imenu.el
indent-aux.el
indent.el
info-look.el Remove link to Perl info documentation 2023-10-26 20:54:24 +02:00
info-xref.el
info.el
informat.el
isearch.el
isearchb.el
jit-lock.el
jka-cmpr-hook.el
jka-compr.el
json.el
jsonrpc.el
kermit.el
keymap.el Make key-translate actually work 2023-09-18 10:19:49 +02:00
kmacro.el
ldefs-boot.el ; * lisp/ldefs-boot.el: Regenerated for Emacs 29.1.90. 2023-10-19 05:38:30 -04:00
loadhist.el
loadup.el Make eln files re-dumpable (bug#45103) 2023-10-24 19:57:34 +02:00
locate.el
lpr.el
ls-lisp.el Fixup for "no file modes on windows and dos" 2023-10-15 11:51:34 -04:00
macros.el
Makefile.in comp: Add comp-common.el 2023-11-09 12:34:26 +01:00
man.el ; Fix recent changes in documentation 2023-11-03 09:41:11 +02:00
master.el
mb-depth.el
md4.el
menu-bar.el Set buffers-menu-max-size to 15 unconditionally 2023-10-05 20:17:53 +02:00
midnight.el
minibuf-eldef.el
minibuffer.el Fix test failures in test/lisp/minibuffer-tests.el 2023-11-11 16:13:52 +00:00
misc.el
misearch.el New commands to show replacements as diffs (bug#65854) 2023-09-27 20:39:32 +03:00
mouse-copy.el
mouse-drag.el
mouse.el
mpc.el
msb.el
mwheel.el
newcomment.el
notifications.el
novice.el
obarray.el
outline.el
paren.el
password-cache.el
pcmpl-cvs.el
pcmpl-git.el
pcmpl-gnu.el
pcmpl-linux.el
pcmpl-rpm.el
pcmpl-unix.el Add completion for 'doas' to pcomplete 2023-10-23 00:42:05 +02:00
pcmpl-x.el
pcomplete.el Revert commits dafa6d6bad and 72c45fa910 2023-10-10 13:00:38 -07:00
pgtk-dnd.el Properly respond to drops observing the Motif protocol 2023-10-26 19:49:40 +08:00
pixel-scroll.el
plstore.el
printing.el Merge from origin/emacs-29 2023-10-07 03:46:48 -04:00
proced.el
profiler.el
ps-bdf.el
ps-mule.el
ps-print.el
ps-samp.el
README
recentf.el
rect.el
register.el
registry.el
repeat.el
replace.el
reposition.el
reveal.el
rfn-eshadow.el
rot13.el
rtree.el
ruler-mode.el
savehist.el
saveplace.el Don't expand file names for non-existing remote connections 2023-11-10 11:15:30 +01:00
scroll-all.el
scroll-bar.el
scroll-lock.el
select.el Revise selection documentation 2023-10-26 04:50:19 +00:00
server.el Add 'server-eval-args-left' to server.el 2023-10-29 14:10:23 +02:00
ses.el
shadowfile.el
shell.el Merge from origin/emacs-29 2023-09-23 09:41:11 -04:00
simple.el Improve 'next-line-completion' and add more tests 2023-11-09 18:20:14 +02:00
skeleton.el
so-long.el so-long.el: Don't load advice during compilation 2023-10-21 13:05:58 -04:00
sort.el ; Normalize sort-fields-syntax-table definition 2023-09-24 08:09:24 +02:00
soundex.el
speedbar.el Improve imenu support in lua-ts-mode 2023-10-25 16:49:31 +03:00
sqlite-mode.el Mollify byte compiler in builds without SQLite 2023-10-26 02:52:23 +00:00
sqlite.el
startup.el Add 'server-eval-args-left' to server.el 2023-10-29 14:10:23 +02:00
strokes.el
subr.el Merge from origin/emacs-29 2023-11-11 05:31:52 -05:00
svg.el ; Add missing GNU ELPA :core package statements 2023-10-01 00:09:05 +02:00
t-mouse.el
tab-bar.el * lisp/tab-bar.el: Fix the close button with auto-width (bug#66678). 2023-10-22 20:41:14 +03:00
tab-line.el * lisp/tab-line.el: Move Touch screen support section to the better place. 2023-09-28 20:13:22 +03:00
tabify.el
talk.el
tar-mode.el
tempo.el
term.el Merge from origin/emacs-29 2023-10-07 03:46:48 -04:00
thingatpt.el Prefer HTTPS to HTTP in thing-at-point 2023-10-24 01:01:07 +02:00
thread.el
time-stamp.el
time.el
timezone.el
tmm.el Fix tmm-mid-prompt :type (Bug#66179) 2023-09-25 10:32:36 +03:00
tool-bar.el
tooltip.el
touch-screen.el Register ``pinch to zoom'' touch screen gestures 2023-11-15 21:07:14 +08:00
transient.el
tree-widget.el
treesit.el Merge from origin/emacs-29 2023-11-11 05:31:52 -05:00
tutorial.el
type-break.el Merge from origin/emacs-29 2023-10-07 03:46:48 -04:00
uniquify.el Unquote #'project-uniquify-dirname-transform in uniquify-dirname-transform. 2023-09-28 09:48:51 +03:00
userlock.el
vcursor.el
version.el
view.el
w32-fns.el
w32-vars.el
wdired.el Fix mode-line after switching from WDired back to Dired 2023-11-10 21:54:35 +02:00
whitespace.el
wid-browse.el
wid-edit.el Enable canceling tap gestures 2023-11-11 18:04:00 +08:00
widget.el
windmove.el
window.el Add toggle-window-dedicated command and mode-line-window-dedicated 2023-10-25 16:43:51 +03:00
winner.el
woman.el Merge from origin/emacs-29 2023-10-13 16:16:19 +02:00
x-dnd.el Properly respond to drops observing the Motif protocol 2023-10-26 19:49:40 +08:00
xdg.el
xml.el
xt-mouse.el
xwidget.el
yank-media.el

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.