aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Remove PGTK_DEBUG stuffYuuki Harano2021-11-245-561/+0
* | | * src/ftcrfont.c (ftcrfont_open): Revert redundant brace change.Yuuki Harano2021-11-241-2/+0
* | | * src/frame.c (syms_of_frame): Revert frame_resize_pixelwise defaults to falseYuuki Harano2021-11-241-5/+0
* | | * src/frame.c (Fframep): Fix commentYuuki Harano2021-11-231-1/+1
* | | * src/font.h: Remove redundant conditionYuuki Harano2021-11-231-1/+1
* | | Enclose pgtk changes within #ifdefYuuki Harano2021-11-232-0/+7
* | | * src/emacs.c (main): Combine two conditions to oneYuuki Harano2021-11-231-3/+1
* | | Remove garbage #ifndefYuuki Harano2021-11-171-1/+0
* | | ; * src/pgtkterm.c (pgtk_mouse_position): Add bug ID to the commentYuuki Harano2021-11-161-1/+1
* | | Avoid handle terminal frames in pgtk_mouse_position.Yuuki Harano2021-11-161-0/+7
* | | Fix coding styleYuuki Harano2021-11-152-4/+4
* | | pgtk: Handle (child) frame focusing betterJeff Walsh2021-11-152-11/+13