aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix anim_cache garbage collectionLars Ingebrigtsen2022-04-111-85/+89
* Fix compilation errors when HAVE_GIF and not HAVE_WEBPLars Ingebrigtsen2022-04-111-1/+1
* Speed up GIF animationsLars Ingebrigtsen2022-04-111-111/+179
* Refactor the webp cache code to allow usage by gif_load, tooLars Ingebrigtsen2022-04-111-83/+97
* Fix event source attribution for GTK input methodsPo Lu2022-04-111-0/+20
* Improve gif_load error messagesLars Ingebrigtsen2022-04-111-3/+14
* Always cascade from toplevel frames on HaikuPo Lu2022-04-111-0/+11
* Fix IM event source attribution on GTKPo Lu2022-04-112-0/+35
* * src/xterm.c (handle_one_event): Make event attribution more accurate.Po Lu2022-04-111-1/+6
* Fix WebP image support on MS-WindowsEli Zaretskii2022-04-101-26/+35
* Attribute filtered events to the right source devicePo Lu2022-04-102-0/+77
* Add support for animated webp imagesLars Ingebrigtsen2022-04-101-13/+205
* Add missing details to filter event on XI2Po Lu2022-04-101-0/+9
* Update XI2 device use on slave attachment and detachmentPo Lu2022-04-101-0/+20
* Try harder to own DND selectionsPo Lu2022-04-101-8/+16
* Avoid sync when allowing touch events in handle_one_xeventPo Lu2022-04-091-12/+10
* Handle hierarchy events for updating scroll valuators correctlyPo Lu2022-04-092-72/+155
* Fix DND leave events not being sent to toplevel after returning framePo Lu2022-04-091-0/+69
* Use right frame when computing mouse movement devicePo Lu2022-04-091-3/+4
* Minor cleanups in X Windows drag-and-drop codePo Lu2022-04-092-6/+7
* Fix source reporting for focus in and focus out eventsPo Lu2022-04-091-0/+11
* Clean up XI2 scroll valuator tracking codePo Lu2022-04-091-37/+28
* * src/pgtkterm.c (pgtk_set_cr_source_with_color): Fix default operator.Po Lu2022-04-091-2/+5
* Fix subpixel AA with alpha-background on Cairo on XPo Lu2022-04-091-4/+10
* Pacify clang -Wunused-variablePaul Eggert2022-04-082-17/+2
* Fix scrollbars on macOS 10.13 and below (bug#54623)Alan Third2022-04-082-82/+50
* Fix pacifying gcc -Wanalyzer-null-dereferencePaul Eggert2022-04-081-1/+1
* Rename mark_stack to mark_c_stackMattias EngdegÄrd2022-04-083-5/+5
* ; * src/nsterm.m: Remove stray semicolonMattias EngdegÄrd2022-04-081-1/+1
* Fix GC marking of input events with devicesPo Lu2022-04-082-0/+7
* Implement support for reporting device names on PGTKPo Lu2022-04-082-107/+226
* ; * src/emacs.c (main): Reword & reflow description of PGTK problem.Sean Whitton2022-04-071-4/+4
* Ignore input extension errors caused by grabbingPo Lu2022-04-081-0/+18
* Fix reporting of last-event-device for synthetic eventsPo Lu2022-04-081-2/+1
* Make device reporting work for tool bar clicksPo Lu2022-04-083-5/+15
* * src/xterm.c (handle_one_xevent): Fix build warning on non-GTK builds.Po Lu2022-04-081-1/+4
* OClosure: New function `function-documentation`Stefan Monnier2022-04-071-49/+1
* Expose the name of an event's input device to LispPo Lu2022-04-075-19/+167
* Fix xwidget smooth scrolling when the default pointer is not a touchpadPo Lu2022-04-071-18/+49
* Clarify read-answer-short/use-short-answers actionLars Ingebrigtsen2022-04-071-0/+3
* Fix error when calling DND movement tracking functionPo Lu2022-04-071-1/+6
* * src/xterm.c (xm_write_targets_table): Remove extra XGrabServer pair.Po Lu2022-04-071-2/+0
* Fix DND bugs on GTKPo Lu2022-04-071-3/+7
* Remove more code mindlessly copied from NSPo Lu2022-04-074-13/+1
* Fix sending unsupported drops when there is no target but a toplevelPo Lu2022-04-071-0/+17
* Return an appropriate action when performing unsupported dropPo Lu2022-04-071-1/+6
* * src/xselect.c (x_atom_to_symbol): Add XdndSelection.Po Lu2022-04-071-0/+2
* Get rid of extra sync looking up window through XTranslateCoordinatesPo Lu2022-04-061-4/+27
* Move some X11 drag and drop processing to LispPo Lu2022-04-064-37/+146
* Prevent races when trying to set Motif drag windowPo Lu2022-04-061-1/+7