aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Make xwidget motion commands hscroll the window of wide widgetsPo Lu2021-12-301-2/+4
* | Work around xwidgets releasing the passive grab on an entry eventPo Lu2021-12-301-2/+8
* | Use XRandR 1.5 to generate monitor attributes if availablePo Lu2021-12-301-69/+73
* | Translate crossing event mode when sending them to xwidgetsPo Lu2021-12-301-5/+6
* | Fix a hang on servers that don't support the X Keyboard ExtensionPo Lu2021-12-291-2/+2
* | Translate state of XI2 entry events when sending them to xwidgetsPo Lu2021-12-291-0/+35
* | Get rid of obsolete xwidget-related code on PGTKPo Lu2021-12-292-90/+2
* | Test for Xkb support when opening a displayPo Lu2021-12-293-21/+16
* | Queue xwidget views for allocation in more placesPo Lu2021-12-291-0/+2
* | Improve xwidget event handling on XI2Po Lu2021-12-292-67/+115
* | Translate buttons when sending XI2 motion events to xwidgetsPo Lu2021-12-291-2/+14
* | Use XI2 to handle xwidget button eventsPo Lu2021-12-292-0/+24
* | Fix embedder calculation for xwidgets on PGTKPo Lu2021-12-291-3/+16
* | Fix NS xwidget buildPo Lu2021-12-292-0/+4
* | * src/xwidget.c (syms_of_xwidget): Fix typo.Po Lu2021-12-291-1/+1
* | Add support for xwidgets to the PGTK portPo Lu2021-12-296-16/+431
* | Add support for pinch events to NSPo Lu2021-12-281-0/+36
* | Fix menu placement on multiple-display setups when using lwlibPo Lu2021-12-283-11/+145
* | Replace uniquify.el's advice with direct callsStefan Monnier2021-12-271-1/+4
* | Only rely on passive device grabs on XI2Po Lu2021-12-281-36/+0
* | * src/pgtkterm.c (pgtk_handle_event): Add pinch event support.Po Lu2021-12-271-1/+37
* | Fix menu window persistence and entry/leave events on Lucid on XI2Po Lu2021-12-272-5/+17
* | Fix Lucid popup menu being stuck on XI2 buildsPo Lu2021-12-272-1/+13
* | Accumulate deltas in pinch events that were skippedPo Lu2021-12-261-3/+23
* | Coalesce pinch gestures in the keyboard bufferPo Lu2021-12-261-0/+36
* | Change `x-server-input-version' to `x-server-input-extension-version'Po Lu2021-12-261-3/+3
* | Add configure tests for faulty XI2 installationsPo Lu2021-12-261-0/+2
* | Only focus frame implicitly if focus flag is setPo Lu2021-12-261-0/+1
* | Add support for pinch gestures to the XI2 buildPo Lu2021-12-264-0/+77
* | Merge from origin/emacs-28Stefan Kangas2021-12-261-2/+7
|\ \ | |/
| * Explain why we remove stuff from 'user-full-name'Eli Zaretskii2021-12-251-2/+7
* | Don't clear internal border if frame isn't realizedPo Lu2021-12-261-1/+2
* | Fix unused variable warning in xfns.cStefan Kangas2021-12-251-1/+1
* | Add a utility function to query the XI2 version on a displayPo Lu2021-12-251-0/+22
* | Add support for XI 2.4Po Lu2021-12-251-1/+3
* | Fix Emacs tooltips on PGTKPo Lu2021-12-251-3/+5
* | Fix text decoration display on stretch glyphs with no box on NSPo Lu2021-12-241-1/+1
* | Remove useless functions from PGTK port that were breaking emacsbugPo Lu2021-12-241-38/+0
* | Grab the server when warping the client pointerPo Lu2021-12-242-0/+4
* | Acquire draw lock when updating menubar on HaikuPo Lu2021-12-241-1/+11
* | Fix menu grabs on XI2 Motif buildsPo Lu2021-12-242-1/+21
* | Fix some more incorrect valuator clearingPo Lu2021-12-241-1/+5
* | Drop scrollbar motion events when valuators are foundPo Lu2021-12-241-1/+7
* | Allow window-text-pixel-size to measure pixels around a positionPo Lu2021-12-231-18/+71
* | Add native HEIC support on macOS (bug#51381)Alan Third2021-12-222-0/+7
* | Allow resizing undecorated frames on macOS (bug#28512, bug#31795)Alan Third2021-12-221-11/+10
* | Make NS toolbar item ID more unique (bug#50160)Alan Third2021-12-221-2/+2
* | Make NS toolbar use NSString instead of C stringsAlan Third2021-12-223-12/+11
* | Fix macfont backend color handlingAlan Third2021-12-221-11/+11
* | Further cleanup of NS color codeAlan Third2021-12-228-129/+57