aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix xwidgets with XInput 2 buildsPo Lu2021-11-201-2/+22
* | Fix a comment in XInput related codePo Lu2021-11-201-1/+1
* | Expose pixel-wise wheel events to LispPo Lu2021-11-204-13/+40
* | Add support for event processing via XInput 2Po Lu2021-11-207-7/+1281
* | Allow terminating page loading operations in webkit xwidgetsPo Lu2021-11-201-0/+25
* | Fix documentation of last commitEli Zaretskii2021-11-191-2/+2
* | Allow controlling where xwidget-webkit stores cookiesPo Lu2021-11-191-1/+37
* | Use CHECK_LIVE_XWIDGET in xwidget-webkit-estimated-load-progressPo Lu2021-11-191-1/+1
* | Add `xwidget-webkit-estimated-load-progress'Po Lu2021-11-191-0/+24
* | Merge from origin/emacs-28Stefan Kangas2021-11-191-1/+3
|\ \ | |/
| * Improve doc string of 'highlight-nonselected-windows'Eli Zaretskii2021-11-181-1/+3
* | ; Minor fixes of doc strings in xdisp.cEli Zaretskii2021-11-181-6/+9
* | ; * src/macfont.m: fix typing errorsMattias EngdegÄrd2021-11-181-2/+2
* | Fix recent changes related to USABLE_SIGIOEli Zaretskii2021-11-172-1/+3
* | Make process_pending_signals useful on systems without SIGIOKen Brown2021-11-171-2/+0
* | Avoid delays waiting for input on systems without SIGIOKen Brown2021-11-171-0/+9
* | Prevent subprocess hangs in xwidgetPo Lu2021-11-171-5/+5
* | Don't draw xwidgets that have just been resizedPo Lu2021-11-172-14/+29
* | Only set LANG if the ID is validAlan Third2021-11-161-7/+10
* | Fix compilation error in previous keymap.c changeLars Ingebrigtsen2021-11-161-2/+2
* | Lower xwidget views owned by parent when lowering framePo Lu2021-11-163-0/+22
* | Add new 'keymap-*' functionsLars Ingebrigtsen2021-11-161-8/+8
* | Allow removing keymap definitionsLars Ingebrigtsen2021-11-162-22/+52
* | Merge from origin/emacs-28Stefan Kangas2021-11-161-1/+4
|\ \ | |/
| * Avoid segfaults due to freed face cacheEli Zaretskii2021-11-151-1/+4
| * Add more files to be natively-compiled AOTEli Zaretskii2021-11-141-0/+10
| * Fix compilation on MS-WindowsEli Zaretskii2021-11-131-0/+2
| * Use posix_spawn if possible.Philipp Stephani2021-11-131-1/+189
* | Prevent xwidget windows from obscuring child framesPo Lu2021-11-161-0/+1
* | Fix documentation stringPo Lu2021-11-161-2/+2
* | Fix xwidget-webkit-back-forward-listPo Lu2021-11-151-2/+2
* | Stop assuming xwidget views will only be displayed in TEXT_AREAPo Lu2021-11-153-2/+6
* | Prefer POSIX timers to timerfd timersKen Brown2021-11-141-11/+16
* | * src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255Stefan Monnier2021-11-141-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2021-11-143-12/+28
|\ \ | |/
| * Improve style and comments in font-related sourcesEli Zaretskii2021-11-133-12/+28
* | 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