aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve MPX interaction with drag-and-dropPo Lu2022-08-132-27/+131
* Merge from origin/emacs-28Stefan Kangas2022-08-121-1/+5
|\
| * Fix wrong metrics for bitmap-only fonts with HarfBuzz 5YAMAMOTO Mitsuharu2022-08-111-1/+5
| * * src/lisp.h (CHECK_INTEGER): Fix the predicate. (Bug#56856)Eli Zaretskii2022-07-311-1/+1
* | Prevent SelectionNotify etc from reaching GTK 3Po Lu2022-08-121-0/+12
* | New debugging facility: backtraces from errors in Lisp called from redisplayAlan Mackenzie2022-08-114-4/+75
* | Adjust client pointer upon help eventPo Lu2022-08-111-1/+22
* | Fix some undesirable frame focus changesPo Lu2022-08-101-6/+21
* | Improve MPX interaction with xwidgets and drag-and-dropPo Lu2022-08-101-2/+12
* | ; * src/keyboard.c (timer_check_2): Restore run-time conditions.Eli Zaretskii2022-08-091-14/+19
* | ; * src/xterm.c (xi_populate_device_from_info): Minor ifdef cleanup.Po Lu2022-08-091-5/+4
* | ; * src/xterm.c (xi_disable_devices): Fix portability typo.Po Lu2022-08-091-0/+2
* | Factor out some duplicate code from handle_one_xeventPo Lu2022-08-091-81/+73
* | Fix handling of XI_DeviceChanged eventsPo Lu2022-08-091-107/+150
* | Clean up fix_command code slightlyLars Ingebrigtsen2022-08-081-1/+1
* | select-active-regions doc string improvementLars Ingebrigtsen2022-08-081-1/+4
* | * src/print.c (struct print_buffer): Revert gratuitous format change.Mattias Engdegård2022-08-081-11/+4
* | Clean up fix_command slightlyLars Ingebrigtsen2022-08-081-3/+2
* | Allow specifying how args are to be stored in `command-history'Lars Ingebrigtsen2022-08-081-77/+36
* | ; Fix coding style in recently installed changes to print.cPo Lu2022-08-081-6/+15
* | ; Fix typosStefan Kangas2022-08-081-3/+3
* | Group print buffer state in a structMattias Engdegård2022-08-081-39/+41
* | Turn large macros in print.c to functionsMattias Engdegård2022-08-081-130/+146
* | Fix warnings outside XI2 buildsPo Lu2022-08-081-3/+3
* | Improve handling of pointer focus under the input extensionPo Lu2022-08-083-54/+186
* | Pacify a gcc warning in xi_handle_focus_changeLars Ingebrigtsen2022-08-071-1/+1
* | Fix 'vertical-motion' in bidi-reordered textEli Zaretskii2022-08-071-7/+6
* | Cease emitting negative file offsets for user variablesMattias Engdegård2022-08-071-1/+3
* | Use struct for saved strings in the readerMattias Engdegård2022-08-071-95/+62
* | Make force-load-doc-strings work againMattias Engdegård2022-08-071-0/+67
* | Revert "Improve X event timestamp tracking"Po Lu2022-08-075-136/+32
* | Improve X event timestamp trackingDaniel Colascione2022-08-065-32/+136
* | Correctly set user time on GTK+ for key press eventsPo Lu2022-08-071-0/+35
* | ; * src/composite.c: Include stdlib.h.Eli Zaretskii2022-08-061-0/+2
* | ; * src/composite.c (Fcomposition_sort_rules): Fix last change.Eli Zaretskii2022-08-061-1/+1
* | New function 'composition-sort-rules'Eli Zaretskii2022-08-061-0/+49
* | Fix C-n/C-p inside bidirectional textEli Zaretskii2022-08-062-5/+46
* | Correctly initialize values after a new device is enabledPo Lu2022-08-061-0/+2
* | * src/puresize.h (BASE_PURESIZE): Bump the value. (Bug#57007)Eli Zaretskii2022-08-061-1/+1
* | Improve XI focus handling for entry and exit eventsPo Lu2022-08-061-10/+2
* | * src/callproc.c (emacs_spawn): Fix Mac OS X build.Po Lu2022-08-061-1/+1
* | Improve XI focus handlingPo Lu2022-08-061-12/+7
* | Add STREAM argument to 'process-tty-name'Jim Porter2022-08-051-4/+21
* | Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-054-67/+107
* | * src/keyboard.c (timer_check_2): Replace redundant test with assertionStefan Monnier2022-08-051-17/+17
* | Avoid assertion violations in 'back_to_previous_visible_line_start'Eli Zaretskii2022-08-051-3/+4
* | Make loaddefs.el dependencies more explicit in src/Makefile.inLars Ingebrigtsen2022-08-051-1/+1
* | Fix oldXMenu grab handlingPo Lu2022-08-051-0/+26
* | Improve multi-pointer X supportPo Lu2022-08-051-0/+50
* | Improve input extension focus handling with multiple master devicesPo Lu2022-08-052-45/+226