aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-posAlan Mackenzie2022-01-2231-432/+1015
|\
| * Prevent raw bytes from being displayed as help text on HaikuPo Lu2022-01-221-4/+1
| * Use locale coding system to decode XIM preedit textPo Lu2022-01-221-1/+1
| * Get rid of some unnecessary code in handle_one_xeventPo Lu2022-01-221-3/+2
| * Fix recent changes to visible bell codePo Lu2022-01-221-9/+11
| * Clean up visible bell code on XPo Lu2022-01-222-48/+8
| * Fix crash when the visible bell is rung but there is no cairo surfacePo Lu2022-01-221-7/+9
| * Avoid glitches in ELC lines in build outputPaul Eggert2022-01-211-0/+26
| * Simplify AM_V_ELC setupPaul Eggert2022-01-211-11/+1
| * * src/keyboard.c (start_polling): Fix type mixup.Glenn Morris2022-01-211-1/+1
| * * src/keyboard.c (syms_of_keyboard): Fix build without input polling.Po Lu2022-01-211-0/+2
| * Make xwidgets work on builds that don't use Cairo drawingPo Lu2022-01-212-0/+5
| * Synchronize XI2 code with Core Input codePo Lu2022-01-211-13/+20
| * Merge from origin/emacs-28Po Lu2022-01-211-20/+48
| |\
| | * Add workaround to handle a problem with Enlightenment WM (Bug#53298)Martin Rudalics2022-01-201-20/+49
| * | Work around GTK changing window backgrounds on colormapped displaysPo Lu2022-01-211-0/+8
| * | Fix BadValue crash when looking up empty color names on some X serversPo Lu2022-01-211-2/+7
| * | Allow fractional values of `polling-period'Po Lu2022-01-211-12/+33
| * | Avoid FOCUS_IN_EVENTS not being sent on NSPo Lu2022-01-211-5/+6
| * | In early bootstrap, use byte-compiled compiler to native compile first filesAlan Mackenzie2022-01-202-3/+11
| * | Update documentation of 'clone-indirect-buffer-hook'Eli Zaretskii2022-01-201-1/+4
| * | Fix indirect font changes incorrectly affecting original bufferAndrew Hyatt2022-01-201-0/+10
| * | Make system tooltips display in the menu bar on HaikuPo Lu2022-01-202-5/+12
| * | Fix Fchar_syntax for non-ASCII in unibyte buffersMattias EngdegÄrd2022-01-202-9/+4
| * | Fix 'bidi-find-overridden-directionality' for Lisp stringsEli Zaretskii2022-01-201-3/+5
| * | Make `nil' values of the `:position' underline property work correctlyPo Lu2022-01-201-2/+3
| * | Port hourglass display to XCBPo Lu2022-01-201-1/+39
| * | Get rid of calls to XRenderQueryExtension after terminal initializationPo Lu2022-01-203-9/+21
| * | Implement selection ownership on HaikuPo Lu2022-01-203-0/+67
| * | Fix recent change for big endian systems where `Atom' is 64 bitsPo Lu2022-01-191-1/+4
| * | Port some X11 tooltip code to XCBPo Lu2022-01-191-0/+63
| * | Use Cairo XCB surfaces when XCB is availablePo Lu2022-01-193-6/+75
| * | * src/haikufns.c (Fx_display_mm_width): Fix copy-paste error.Po Lu2022-01-191-1/+1
| * | Rename system tooltip variables to `use-system-tooltips'Po Lu2022-01-194-34/+22
| * | Use more reliable timestamps for some kinds of events on HaikuPo Lu2022-01-193-6/+16
| * | Fix event timestamp generation on HaikuPo Lu2022-01-191-4/+4
| * | Remove 'cuneiform-numbers-and-punctuation' from w32font.cEli Zaretskii2022-01-181-3/+0
| * | Intern virtual modifier atoms the smart way on XPo Lu2022-01-182-19/+22
| * | * src/haikuterm.c (haiku_read_socket): Add work for frame size bug.Po Lu2022-01-181-9/+0
| * | * src/haikufns.c (Fx_show_tip): Fix typo.Po Lu2022-01-181-1/+1
| * | Fix default value of `no-special-glyphs' frame parameter on HaikuPo Lu2022-01-181-1/+1
| * | Improve tooltip implementation on HaikuPo Lu2022-01-183-170/+346
| * | Fix system tooltips above menusPo Lu2022-01-181-1/+8
| * | Allow non-system tooltips to display above menus on HaikuPo Lu2022-01-183-12/+11
| * | Revert "Add undelete-frame-max instead of undelete-frame-mode (bug#51883)"Eli Zaretskii2022-01-171-1/+1
| * | Fix Emacs icon not appearing on HaikuPo Lu2022-01-171-1/+1
| * | Use BControlLook to determine scroll bar size on HaikuPo Lu2022-01-171-1/+4
| * | Display override redirect frames in all workspaces on HaikuPo Lu2022-01-171-0/+4
| * | * src/haikufns.c (Fx_show_tip): Sync after making window visible.Po Lu2022-01-171-1/+1
| * | Really eliminate tooltip flicker on HaikuPo Lu2022-01-173-1/+13