aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow resizing undecorated frames on macOS (bug#28512, bug#31795)scratch/ns/testingAlan Third2021-11-141-11/+10
* Make NS toolbar item ID more unique (bug#50160)Alan Third2021-11-141-2/+2
* Make NS toolbar use NSString instead of C stringsAlan Third2021-11-143-12/+11
* Fix macfont backend color handlingAlan Third2021-11-141-11/+11
* Further cleanup of NS color codeAlan Third2021-11-148-125/+52
* Simplify NS color handlingAlan Third2021-11-144-107/+60
* Only set LANG if the ID is validAlan Third2021-11-141-7/+10
* Expose xwidget navigation history to Lisp codePo Lu2021-11-141-0/+95
* Add `kill-xwidget'Po Lu2021-11-141-24/+57
* Fix crash in xwidget_end_redisplayPo Lu2021-11-141-10/+7
* Fix scroll event test in handle_one_xeventPo Lu2021-11-131-4/+2
* Fix font selection via :family on MS-WindowsEli Zaretskii2021-11-131-4/+25
* Correct patch from 2021-11-12 on src/fileio.cAlan Mackenzie2021-11-131-7/+4
* Don't emit SELECT_WINDOW_EVENT when an xwidget is scrolledPo Lu2021-11-131-1/+3
* Use GTK native file choosers in xwidget callbackPo Lu2021-11-131-12/+8
* Merge from origin/emacs-28Stefan Kangas2021-11-132-6/+7
|\
| * ; Fix typosStefan Kangas2021-11-121-2/+2
| * Improve documentation of 'decode-coding-region'Eli Zaretskii2021-11-121-4/+5
* | Prevent NULL-pointer dereference on xwidget callback errorPo Lu2021-11-131-2/+2
* | Fix file chooser hangs inside xwidget-webkitPo Lu2021-11-131-0/+71
* | Remove unused xwidget code in EmacsFixed GTK widget classPo Lu2021-11-131-89/+0
* | Don't start both timerfd and alarms on CygwinKen Brown2021-11-121-0/+7
* | In insert_file_contents, always set windows' point markers.Alan Mackenzie2021-11-121-3/+6
* | ; * src/lread.c (safe_to_load_version, Fload): Fix coding style.Eli Zaretskii2021-11-121-6/+3
* | Remove unused xlfd_ enumsLars Ingebrigtsen2021-11-121-46/+0
* | Remove obsolete commentPo Lu2021-11-121-1/+0
* | Allow choosing regular-weighted fonts when medium-weighted existLars Ingebrigtsen2021-11-121-2/+0
* | Merge from origin/emacs-28Stefan Kangas2021-11-121-5/+7
|\ \ | |/
| * Fix ACL errors with WebDAV volumes on MS-WindowsEli Zaretskii2021-11-111-5/+7
* | Fix doc string for xwidget-webkit-load-htmlPo Lu2021-11-121-1/+1
* | Make "emacs --script /dev/stdin work again when that's a pipeBryan C. Mills2021-11-121-4/+12
* | Fix potential NULL dereference in xwidget-webkit-uriPo Lu2021-11-121-1/+4
* | Check for WebKit xwidgets inside all xwidget-webkit functionsPo Lu2021-11-121-15/+10
* | Prevent crashes from Lisp code modifying xwidget-listPo Lu2021-11-121-15/+27
* | Prevent crashes in xwidgets whose buffers have been killedPo Lu2021-11-122-35/+88
* | Fix compilation on MS-WindowsEli Zaretskii2021-11-111-0/+2
* | Use posix_spawn if possible.Philipp Stephani2021-11-111-1/+188
* | ; * src/term.c (init_tty): Fix last change.Eli Zaretskii2021-11-111-1/+1
* | ; * src/term.c (init_tty): Fix style of parentheses.Eli Zaretskii2021-11-111-3/+3
* | Fix 8-color PuTTY -nw sessions broken by a recent commitEli Zaretskii2021-11-111-1/+1
* | Support Tc terminfo flag for 24-bit color support in terminalTim Ruffing2021-11-111-4/+6
* | Add `xwidget-webkit-load-html'Po Lu2021-11-111-0/+41
* | Fix font weights on MS-WindowsEli Zaretskii2021-11-101-15/+18
* | Prevent GDK warning about missing event devices in most casesPo Lu2021-11-101-0/+5
* | Merge from origin/emacs-28Stefan Kangas2021-11-101-3/+1
|\ \ | |/
| * Revert "Fix localized display of date and time in the NS port"Stefan Kangas2021-11-091-3/+1
* | Remove obsolete limitationPo Lu2021-11-101-3/+1
* | Fix incorrect offset calculation for clipped xwidget viewsPo Lu2021-11-101-4/+4
* | Fix invisible content in WebKit dialogsPo Lu2021-11-101-4/+15
* | Set embedder correctly to fix menus appearing in the wrong locationPo Lu2021-11-102-0/+127