aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Motif DND on window managers that don't support client listsPo Lu2022-03-311-1/+98
* Implement missing parts of the Motif drag and drop protocolPo Lu2022-03-312-23/+148
* Minor fixes to treatment of `allow_current_frame'Po Lu2022-03-311-1/+5
* ; * src/xterm.c (handle_one_xevent): Respect current window in Motif DND.Po Lu2022-03-311-51/+55
* Implement Motif drop protocolPo Lu2022-03-312-18/+732
* * src/pdumper.c (dump_get_max_page_size): Rename from 'dump_get_page_size'.Andrea Corallo2022-03-301-4/+4
* * src/pdumper.c: Remove getpagesize.h dependecy.Andrea Corallo2022-03-301-1/+0
* Extend signal-process and proced.elMichael Albinus2022-03-301-8/+36
* Ignore mouse movement correctly on Haiku during drag and dropPo Lu2022-03-304-4/+15
* Prevent signals when dragging nonexistent files on HaikuPo Lu2022-03-302-4/+8
* Avoid calling XGetAtomName in a loop when fetching monitor attributesPo Lu2022-03-301-0/+38
* Add some optimizations to ShapeNotify handlingPo Lu2022-03-301-0/+14
* Rewrite desktop workarea computation to avoid too many calls to XSyncPo Lu2022-03-291-0/+64
* Specially decode more selection types on HaikuPo Lu2022-03-293-23/+160
* Don't loop through useless region when searching for DND toplevelPo Lu2022-03-291-0/+24
* Add OClosures, a cross between functions and structsStefan Monnier2022-03-282-2/+14
* Minor fixes to Haiku selection supportPo Lu2022-03-281-1/+1
* Avoid extra sync when fetching DND proxy windowPo Lu2022-03-281-1/+74
* Clean up some uses of XInternAtomPo Lu2022-03-283-8/+67
* ; * src/xterm.c (x_dnd_compute_toplevels): Use right enum on XCB.Po Lu2022-03-281-3/+4
* Store latin-1 content into the Haiku clipboard as wellPo Lu2022-03-273-11/+63
* Clean up PGTK cursor blanking codePo Lu2022-03-272-26/+9
* Don't wait for XdndFinished messages if the target did not send statusPo Lu2022-03-271-15/+17
* Fix processing of DND grab on non-XI2 buildsPo Lu2022-03-271-1/+1
* Fix no-toolkit buildPo Lu2022-03-271-1/+6
* Avoid excessive synchronization when handling ShapeNotify eventsPo Lu2022-03-271-0/+93
* ; * src/haikuimage.c (syms_of_haikuimage): Remove duplicate DEFSYM.Po Lu2022-03-271-1/+0
* Fix reader infinite recursion for circular mixed-type valuesMattias EngdegÄrd2022-03-261-16/+30
* ; * src/image.c (syms_of_image): Fix whitespace.Eli Zaretskii2022-03-261-4/+4
* Enable the native display of BMP images on HaikuPo Lu2022-03-261-4/+8
* Fix crash when timer signals or throws inside a popup menu on HaikuPo Lu2022-03-261-1/+25
* ; * src/xterm.c (x_dnd_compute_toplevels): Fix cookie leak if rc is 0.Po Lu2022-03-261-0/+33
* Fix processing of emacs:window_id inside DND messages if it already existsPo Lu2022-03-261-10/+11
* Minor fixes to last changePo Lu2022-03-262-2/+8
* Also fetch shapes via XCB for drag and dropPo Lu2022-03-261-1/+121
* Use native image APIs on MS-Windows by defaultEli Zaretskii2022-03-261-3/+4
* Support display of BMP images on MS-WindowsEli Zaretskii2022-03-262-0/+3
* Fix crash when windows are destroyed by faulty clientsPo Lu2022-03-261-2/+3
* Avoid excessive synchronization when initiating drag-and-dropPo Lu2022-03-261-4/+138
* Avoid ClientMessage overhead when dragging stuff to other framesPo Lu2022-03-261-0/+65
* Fix reporting of read error line/columns in the init fileLars Ingebrigtsen2022-03-251-6/+14
* Implement new drag and drop parameter on HaikuPo Lu2022-03-253-6/+13
* Allow dragging files from dired to windows on the same framePo Lu2022-03-253-10/+18
* Fix quitting DND while waiting for finishPo Lu2022-03-251-1/+2
* Take window shapes into account when processing drag and dropPo Lu2022-03-252-22/+390
* Use _NET_CLIENT_LIST_STACKING to optimize drag and drop window discoveryPo Lu2022-03-251-3/+313
* Allow fetching events from other displays inside DNDPo Lu2022-03-241-3/+7
* Avoid crashes if async input arrives when setting properties for DNDPo Lu2022-03-241-0/+4
* Mention frame-text-* function in frame-pixel-* doc stringsLars Ingebrigtsen2022-03-241-1/+7
* Fix some bugs with drag and drop and MozillaPo Lu2022-03-242-1/+21