aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make last change compilePo Lu2022-01-011-4/+2
* | | Fix expose events in non-double-buffered child frames on HaikuPo Lu2022-01-011-1/+3
* | | Fix some more off-by-one errors in Haiku image codePo Lu2022-01-012-8/+9
* | | Fix deadlocks with invisible frames and threads in HaikuPo Lu2022-01-011-0/+21
* | | Set display last user time when handling pinch eventsPo Lu2022-01-011-0/+4
* | | Fix child frame synchronization order on HaikuPo Lu2022-01-011-5/+5
* | | Implement numeric values of `mouse-highlight' on HaikuPo Lu2022-01-011-0/+21
* | | Merge from origin/emacs-28Stefan Kangas2022-01-011-4/+5
|\ \ \ | |/ /
| * | Improve doc strings of fringe indicator variablesEli Zaretskii2021-12-311-4/+5
| * | Avoid assertion violations with variable-weight fontsEli Zaretskii2021-12-301-3/+6
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsPo Lu2022-01-011-7/+12
|\ \ \
| * | | Print dead xwidgets speciallyPo Lu2022-01-011-7/+12
* | | | Flush frames after mouse face is cleared on a child frame in HaikuPo Lu2022-01-012-0/+11
|/ / /
* | | Fix copyright dates in some files belonging to the pgtk portPo Lu2021-12-317-7/+7
* | | On Haiku, sync a frames's connection to the app sever after raisingPo Lu2021-12-313-1/+16
* | | Fix child frame unlinking on HaikuPo Lu2021-12-311-3/+5
* | | Use a single global lock for the child frame state on HaikuPo Lu2021-12-311-3/+72
* | | Prevent double buffering from being disabled on USE_BE_CAIRO buildsPo Lu2021-12-312-92/+16
* | | Don't select for gesture events on xwidgets if the server is too oldPo Lu2021-12-311-3/+6
* | | (Fmake_finalizer): Check the arg is a functionStefan Monnier2021-12-312-0/+2
* | | Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier2021-12-303-48/+13
* | | Add pinch event support to xwidgetsPo Lu2021-12-313-7/+106
* | | Restore original xwidget embedder after performing a lispy eventPo Lu2021-12-311-3/+23
* | | * src/xwidget.c (Fxwidget_perform_lispy_event): Use FRAME_WINDOW_P.Po Lu2021-12-311-1/+1
* | | Fix previous change in 'pop_it'Eli Zaretskii2021-12-301-32/+23
* | | Fix start-of-box-face display after display and overlay stringsEli Zaretskii2021-12-301-4/+23
* | | 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