aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix last change in 'handle_display_prop'Eli Zaretskii2021-12-191-6/+6
* | | * src/gtkutil.c: Remove obsolete fixme.Po Lu2021-12-191-7/+0
* | | Clean up some of PGTK codeEli Zaretskii2021-12-185-45/+27
* | | * src/pgtkfns.c (Fx_show_tip): Adjust call for new signature.Po Lu2021-12-181-1/+2
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-185-54/+92
|\ \ \
| * | | Work around some mysterious touch ownership race on GNOME ShellPo Lu2021-12-181-37/+51
| * | | ; Fix last changeEli Zaretskii2021-12-181-8/+7
| * | | Add new argument `ignore-line-at-end' to `window-text-pixel-size'Po Lu2021-12-184-13/+38
| * | | Fix display of window-specific overlays with 'display' propertyEli Zaretskii2021-12-181-3/+3
* | | | Coding style fixesPo Lu2021-12-181-23/+32
* | | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-183-7/+57
|\ \ \ \ | |/ / /
| * | | Flip buffers if display were modified in haiku_read_socketPo Lu2021-12-181-3/+29
| * | | Don't abort upon untracked TouchUpdate eventsPo Lu2021-12-181-1/+1
| * | | Fix touchscreen support on Xt buildsPo Lu2021-12-171-0/+2
| * | | Update menu bar when processing touch sequences on itPo Lu2021-12-171-0/+13
| * | | Ignore motion events sent by an emulated pointerPo Lu2021-12-171-0/+6
| * | | Fix selection of fonts that don't have regular weightEli Zaretskii2021-12-171-3/+6
* | | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-177-261/+507
|\ \ \ \ | |/ / /
| * | | Add support for touchscreen events generated by XInput 2Po Lu2021-12-175-202/+490
| * | | * src/timefns.c: Minor comment fix.Paul Eggert2021-12-161-2/+1
| * | | Omit temporary warning re obsolete timestampsPaul Eggert2021-12-162-51/+11
| * | | Fix encode-time doc stringPaul Eggert2021-12-161-6/+5
* | | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-165-4/+19
|\ \ \ \ | |/ / /
| * | | Require xwidget.el in `make-xwidget'Po Lu2021-12-161-0/+2
| * | | Have 'dlopen' use RTLD_GLOBAL in 'dynlib_open'Andrea Corallo2021-12-154-4/+17
* | | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-154-4/+8
|\ \ \ \ | |/ / /
| * | | Merge from origin/emacs-28Stefan Kangas2021-12-153-3/+4
| |\ \ \ | | |/ /
| | * | Fix crash when dumping charset_table with portable dumper (Bug#52461)YAMAMOTO Mitsuharu2021-12-153-3/+4
| | * | Remove maintainer comment from Emacs 28 module snippet.Philipp Stephani2021-12-141-4/+0
| * | | Prevent GDK from handling emulated button eventsPo Lu2021-12-151-1/+4
* | | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-143-11/+47
|\ \ \ \ | |/ / /
| * | | Only allow SQLite extensions from an allowlistLars Ingebrigtsen2021-12-141-5/+31
| * | | Merge from origin/emacs-28Stefan Kangas2021-12-141-5/+6
| |\ \ \ | | |/ /
| | * | ; * src/xdisp.c (move_it_vertically_backward): Clarify commentary.Eli Zaretskii2021-12-131-5/+6
| * | | ; Add a FIXME regarding the GMP memory allocation functions.Philipp Stephani2021-12-131-0/+9
| * | | * src/sqlite.c (Fsqlite_open, Fsqlite_load_extension): Use ENCODE_FILE.Eli Zaretskii2021-12-131-2/+2
* | | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-133-13/+40
|\ \ \ \ | |/ / /
| * | | Add a new `sqlite-pragma' commandLars Ingebrigtsen2021-12-131-0/+12
| * | | Introduce a new sqlite-locked-errorLars Ingebrigtsen2021-12-131-2/+11
| * | | Stop using XI focus events on non-GTK buildsPo Lu2021-12-132-11/+17
* | | | Fix overline display when there is a box on PGTKPo Lu2021-12-121-4/+4
* | | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-129-18/+184
|\ \ \ \ | |/ / /
| * | | Fix overline display over stretch glyphs with box on NSPo Lu2021-12-121-4/+18
| * | | Fix overline display when there is a boxPo Lu2021-12-122-8/+8
| * | | * src/xterm.c (x_detect_focus_change): Fix XI2 focus on GTK builds.Po Lu2021-12-121-7/+7
| * | | Fix last changePo Lu2021-12-121-1/+1
| * | | Fix frame focus on X Toolkit builds with XInput 2Po Lu2021-12-121-3/+7
| * | | Merge from origin/emacs-28Stefan Kangas2021-12-126-3/+151
| |\ \ \ | | |/ /
| | * | Avoid undefined behavior in 'send-process-region' (Bug#52369).Philipp Stephani2021-12-111-0/+3
| | * | Fix the DJGPP portPo Lu2021-12-116-3/+148