summaryrefslogtreecommitdiff
path: root/src/xterm.c
Commit message (Expand)AuthorAgeFilesLines
* Use bswap_32 and bswap_16 in Motif DND codePo Lu2022-05-051-0/+8
* Fix device reporting from scroll bar events on XPo Lu2022-05-051-14/+26
* * src/xterm.c (handle_one_xevent): Fix int/Lisp_Object mix-up.Glenn Morris2022-05-041-1/+1
* Fix event mask and source indication of _NET_WM_STATE messagesPo Lu2022-05-041-13/+20
* Handle GraphicsExpose events on scroll barsPo Lu2022-05-031-4/+27
* Make sure rectangles are drawn correctly on XPo Lu2022-05-031-2/+5
* Clean up X11 double buffering codePo Lu2022-05-031-10/+44
* Fix devices staying disabled in some casesPo Lu2022-05-021-2/+44
* Also fix some compiler warnings in xterm.c that didn't show upPo Lu2022-05-011-0/+2
* Fix the GTK buildPo Lu2022-05-011-0/+2
* * src/xterm.c (x_dnd_begin_drag_and_drop): Fix typo.Po Lu2022-05-011-3/+1
* Fix processing events from multiple displays during DNDPo Lu2022-05-011-15/+62
* Clean up X Windows tooltip codePo Lu2022-05-011-0/+28
* Avoid server roundtrip on wheel events from scroll bars on XI2Po Lu2022-04-301-8/+25
* Process editres events not for frames correctlyPo Lu2022-04-301-3/+7
* Handle exposure in the widget's expose proc on XPo Lu2022-04-301-0/+6
* Fix mouse face bugs on MotifPo Lu2022-04-301-2/+3
* Check display when handling XdndFinished eventsPo Lu2022-04-301-0/+4
* Handle IO errors when creating Motif drag windowPo Lu2022-04-291-1/+22
* Remove some unneeded tests from the X double buffering codePo Lu2022-04-291-7/+4
* ; * src/xterm.c (x_connection_closed): Clean up compiler warning.Po Lu2022-04-291-1/+3
* Cancel DND correctly during display disconnect on a different displayPo Lu2022-04-291-8/+70
* * src/xterm.c (XTflash): Check return value of pselect.Po Lu2022-04-291-3/+3
* * src/xterm.c (x_term_init): Fix the non-GTK3 XI2 build.Po Lu2022-04-281-0/+1
* Handle display disconnects during DNDPo Lu2022-04-281-0/+53
* Fix target display checks during Motif DNDPo Lu2022-04-281-5/+9
* Clean up pointer blanking codePo Lu2022-04-271-106/+104
* Fix EWMH window activationPo Lu2022-04-261-0/+2
* Fix event mask of activation client messagePo Lu2022-04-261-14/+24
* * src/xterm.c (x_scroll_run): Only flush GC if really necessary.Po Lu2022-04-261-0/+2
* Set last user time during drag-and-dropPo Lu2022-04-251-0/+10
* Speed up color cache lookup on XPo Lu2022-04-241-15/+48
* Fix key navigation of Lucid menus on XI2Po Lu2022-04-231-14/+65
* Avoid unnecessary calculations when handling button events during DNDPo Lu2022-04-231-173/+179
* Don't transfer window attributes trying to find the XM drag windowPo Lu2022-04-221-5/+8
* Add an option to disable XI2 for debugging purposesPo Lu2022-04-221-3/+23
* Don't leave xm drag initiator info aroundPo Lu2022-04-211-0/+13
* Reset Motif DND protocol numbers when writing targets tablePo Lu2022-04-201-3/+11
* Check for integer overflow when writing Motif targets tablesPo Lu2022-04-201-11/+47
* Fix `x-mouse-click-focus-ignore-position' for odd coincidences across displaysPo Lu2022-04-191-4/+20
* Deal with Motif drag window related racesPo Lu2022-04-191-10/+45
* Fix last change for GTK 2Po Lu2022-04-191-0/+12
* Fix opaque region treatment on GTK 3Po Lu2022-04-191-2/+7
* Stop skipping ShapeNotify events during DND on GTK+Po Lu2022-04-181-0/+7
* ; Fix typo in last changePo Lu2022-04-181-1/+1
* Minor cleanups to PGTK codePo Lu2022-04-181-2/+4
* Some minor fixes to Motif DND supportPo Lu2022-04-181-2/+7
* Handle bad actual actions during DNDPo Lu2022-04-171-2/+10
* Add a new command `restart-emacs'Lars Ingebrigtsen2022-04-171-1/+1
* Restore pending_signals at a point in the DND event loopPo Lu2022-04-171-0/+6