summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-11-19Merge from origin/emacs-28Stefan Kangas
2021-11-18; Minor fixes of doc strings in xdisp.cEli Zaretskii
2021-11-18; * src/macfont.m: fix typing errorsMattias EngdegÄrd
2021-11-18Improve doc string of 'highlight-nonselected-windows'Eli Zaretskii
2021-11-17Fix recent changes related to USABLE_SIGIOEli Zaretskii
2021-11-17Make process_pending_signals useful on systems without SIGIOKen Brown
2021-11-17Avoid delays waiting for input on systems without SIGIOKen Brown
2021-11-17Prevent subprocess hangs in xwidgetPo Lu
2021-11-17Don't draw xwidgets that have just been resizedPo Lu
2021-11-16Only set LANG if the ID is validAlan Third
2021-11-17Remove garbage #ifndefYuuki Harano
2021-11-16Fix compilation error in previous keymap.c changeLars Ingebrigtsen
2021-11-16Lower xwidget views owned by parent when lowering framePo Lu
2021-11-16Add new 'keymap-*' functionsLars Ingebrigtsen
2021-11-16Allow removing keymap definitionsLars Ingebrigtsen
2021-11-16Merge from origin/emacs-28Stefan Kangas
2021-11-16Prevent xwidget windows from obscuring child framesPo Lu
2021-11-16Fix documentation stringPo Lu
2021-11-16; * src/pgtkterm.c (pgtk_mouse_position): Add bug ID to the commentYuuki Harano
2021-11-16Avoid handle terminal frames in pgtk_mouse_position.Yuuki Harano
2021-11-15Avoid segfaults due to freed face cacheEli Zaretskii
2021-11-15Fix coding styleYuuki Harano
2021-11-15pgtk: Handle (child) frame focusing betterJeff Walsh
2021-11-15Fix xwidget-webkit-back-forward-listPo Lu
2021-11-15Stop assuming xwidget views will only be displayed in TEXT_AREAPo Lu
2021-11-14Prefer POSIX timers to timerfd timersKen Brown
2021-11-14* src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255Stefan Monnier
2021-11-14pgtk: Set correct face color for stretched glyphsJeff Walsh
2021-11-14Merge from origin/emacs-28Eli Zaretskii
2021-11-14Add more files to be natively-compiled AOTEli Zaretskii
2021-11-14Fix coding styleYuuki Harano
2021-11-14Expose xwidget navigation history to Lisp codePo Lu
2021-11-14Add `kill-xwidget'Po Lu
2021-11-14Fix crash in xwidget_end_redisplayPo Lu
2021-11-13Fix compilation on MS-WindowsEli Zaretskii
2021-11-13Use posix_spawn if possible.Philipp Stephani
2021-11-13Improve style and comments in font-related sourcesEli Zaretskii
2021-11-13Fix scroll event test in handle_one_xeventPo Lu
2021-11-13Fix font selection via :family on MS-WindowsEli Zaretskii
2021-11-13Correct patch from 2021-11-12 on src/fileio.cAlan Mackenzie
2021-11-13Don't emit SELECT_WINDOW_EVENT when an xwidget is scrolledPo Lu
2021-11-13Revert #if changesYuuki Harano
2021-11-13Use GTK native file choosers in xwidget callbackPo Lu
2021-11-13Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-11-13Revert atimer changesYuuki Harano
2021-11-13Merge from origin/emacs-28Stefan Kangas
2021-11-13Prevent NULL-pointer dereference on xwidget callback errorPo Lu
2021-11-13Fix file chooser hangs inside xwidget-webkitPo Lu
2021-11-13Remove unused xwidget code in EmacsFixed GTK widget classPo Lu
2021-11-12Don't start both timerfd and alarms on CygwinKen Brown