summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-30Add some optimizations to ShapeNotify handlingPo Lu
2022-03-29Rewrite desktop workarea computation to avoid too many calls to XSyncPo Lu
2022-03-29Specially decode more selection types on HaikuPo Lu
2022-03-29Don't loop through useless region when searching for DND toplevelPo Lu
2022-03-28Add OClosures, a cross between functions and structsStefan Monnier
2022-03-28Minor fixes to Haiku selection supportPo Lu
2022-03-28Avoid extra sync when fetching DND proxy windowPo Lu
2022-03-28Clean up some uses of XInternAtomPo Lu
2022-03-28; * src/xterm.c (x_dnd_compute_toplevels): Use right enum on XCB.Po Lu
2022-03-27Store latin-1 content into the Haiku clipboard as wellPo Lu
2022-03-27Clean up PGTK cursor blanking codePo Lu
2022-03-27Don't wait for XdndFinished messages if the target did not send statusPo Lu
2022-03-27Fix processing of DND grab on non-XI2 buildsPo Lu
2022-03-27Fix no-toolkit buildPo Lu
2022-03-27Avoid excessive synchronization when handling ShapeNotify eventsPo Lu
2022-03-27; * src/haikuimage.c (syms_of_haikuimage): Remove duplicate DEFSYM.Po Lu
2022-03-26Fix reader infinite recursion for circular mixed-type valuesMattias EngdegÄrd
2022-03-26; * src/image.c (syms_of_image): Fix whitespace.Eli Zaretskii
2022-03-26Enable the native display of BMP images on HaikuPo Lu
2022-03-26Fix crash when timer signals or throws inside a popup menu on HaikuPo Lu
2022-03-26; * src/xterm.c (x_dnd_compute_toplevels): Fix cookie leak if rc is 0.Po Lu
2022-03-26Fix processing of emacs:window_id inside DND messages if it already existsPo Lu
2022-03-26Minor fixes to last changePo Lu
2022-03-26Also fetch shapes via XCB for drag and dropPo Lu
2022-03-26Use native image APIs on MS-Windows by defaultEli Zaretskii
2022-03-26Support display of BMP images on MS-WindowsEli Zaretskii
2022-03-26Fix crash when windows are destroyed by faulty clientsPo Lu
2022-03-26Avoid excessive synchronization when initiating drag-and-dropPo Lu
2022-03-26Avoid ClientMessage overhead when dragging stuff to other framesPo Lu
2022-03-25Fix reporting of read error line/columns in the init fileLars Ingebrigtsen
2022-03-25Implement new drag and drop parameter on HaikuPo Lu
2022-03-25Allow dragging files from dired to windows on the same framePo Lu
2022-03-25Fix quitting DND while waiting for finishPo Lu
2022-03-25Take window shapes into account when processing drag and dropPo Lu
2022-03-25Use _NET_CLIENT_LIST_STACKING to optimize drag and drop window discoveryPo Lu
2022-03-24Allow fetching events from other displays inside DNDPo Lu
2022-03-24Avoid crashes if async input arrives when setting properties for DNDPo Lu
2022-03-24Mention frame-text-* function in frame-pixel-* doc stringsLars Ingebrigtsen
2022-03-24Fix some bugs with drag and drop and MozillaPo Lu
2022-03-24Allow holding down scroll bar buttons on Haiku when overscrollingPo Lu
2022-03-24Fix an infinite loop if the window manager pings Emacs during DNDPo Lu
2022-03-24Fix copying font names around on HaikuPo Lu
2022-03-24Allow dragging and dropping multiple actionsPo Lu
2022-03-23Improvements to Haiku selection handlingPo Lu
2022-03-23Allow retrieving some more kinds of clipboard data on HaikuPo Lu
2022-03-23Fix crash in haiku_message_to_lispPo Lu
2022-03-23* src/xterm.c (x_dnd_begin_drag_and_drop): Fix test against DND frame.Po Lu
2022-03-23Don't allocate duplicate cursors for each frame on HaikuPo Lu
2022-03-23Improve DND documentationPo Lu
2022-03-23; * src/xterm.c (x_free_frame_resources): Fix typo in last change.Po Lu