summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-12-31On Haiku, sync a frames's connection to the app sever after raisingPo Lu
2021-12-31Fix child frame unlinking on HaikuPo Lu
2021-12-31Use a single global lock for the child frame state on HaikuPo Lu
2021-12-31Prevent double buffering from being disabled on USE_BE_CAIRO buildsPo Lu
2021-12-31Don't select for gesture events on xwidgets if the server is too oldPo Lu
2021-12-31(Fmake_finalizer): Check the arg is a functionStefan Monnier
2021-12-30Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier
2021-12-31Add pinch event support to xwidgetsPo Lu
2021-12-31Restore original xwidget embedder after performing a lispy eventPo Lu
2021-12-31* src/xwidget.c (Fxwidget_perform_lispy_event): Use FRAME_WINDOW_P.Po Lu
2021-12-30Avoid assertion violations with variable-weight fontsEli Zaretskii
2021-12-30Fix previous change in 'pop_it'Eli Zaretskii
2021-12-30Fix start-of-box-face display after display and overlay stringsEli Zaretskii
2021-12-30Make symbols with positions work with native compilationAlan Mackenzie
2021-12-30Make xwidget motion commands hscroll the window of wide widgetsPo Lu
2021-12-30Work around xwidgets releasing the passive grab on an entry eventPo Lu
2021-12-30Use XRandR 1.5 to generate monitor attributes if availablePo Lu
2021-12-30Translate crossing event mode when sending them to xwidgetsPo Lu
2021-12-29Fix a hang on servers that don't support the X Keyboard ExtensionPo Lu
2021-12-29Translate state of XI2 entry events when sending them to xwidgetsPo Lu
2021-12-29Get rid of obsolete xwidget-related code on PGTKPo Lu
2021-12-29Test for Xkb support when opening a displayPo Lu
2021-12-29Queue xwidget views for allocation in more placesPo Lu
2021-12-29Improve xwidget event handling on XI2Po Lu
2021-12-29Translate buttons when sending XI2 motion events to xwidgetsPo Lu
2021-12-29Use XI2 to handle xwidget button eventsPo Lu
2021-12-29Fix embedder calculation for xwidgets on PGTKPo Lu
2021-12-29Fix NS xwidget buildPo Lu
2021-12-29* src/xwidget.c (syms_of_xwidget): Fix typo.Po Lu
2021-12-29Add support for xwidgets to the PGTK portPo Lu
2021-12-28Add support for pinch events to NSPo Lu
2021-12-28Fix menu placement on multiple-display setups when using lwlibPo Lu
2021-12-27Replace uniquify.el's advice with direct callsStefan Monnier
2021-12-28Only rely on passive device grabs on XI2Po Lu
2021-12-27* src/pgtkterm.c (pgtk_handle_event): Add pinch event support.Po Lu
2021-12-27Fix menu window persistence and entry/leave events on Lucid on XI2Po Lu
2021-12-27Fix Lucid popup menu being stuck on XI2 buildsPo Lu
2021-12-26Accumulate deltas in pinch events that were skippedPo Lu
2021-12-26Coalesce pinch gestures in the keyboard bufferPo Lu
2021-12-26Change `x-server-input-version' to `x-server-input-extension-version'Po Lu
2021-12-26Add configure tests for faulty XI2 installationsPo Lu
2021-12-26Only focus frame implicitly if focus flag is setPo Lu
2021-12-26Add support for pinch gestures to the XI2 buildPo Lu
2021-12-26Merge from origin/emacs-28Stefan Kangas
2021-12-26Don't clear internal border if frame isn't realizedPo Lu
2021-12-25Fix unused variable warning in xfns.cStefan Kangas
2021-12-25Add a utility function to query the XI2 version on a displayPo Lu
2021-12-25Explain why we remove stuff from 'user-full-name'Eli Zaretskii
2021-12-25Add support for XI 2.4Po Lu
2021-12-25Fix Emacs tooltips on PGTKPo Lu