aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Handle composite overlay window during drag and drop sessionsPo Lu2022-03-193-6/+93
* | Fix some XIM servers getting confused during drag-and-dropPo Lu2022-03-191-5/+25
* | Speed up fixnum printingMattias Engdegård2022-03-183-16/+29
* | Speed up number-to-string for fixnumsMattias Engdegård2022-03-181-6/+22
* | Implement drag-and-drop of files on HaikuPo Lu2022-03-181-18/+37
* | Allow dragging messages with file names on HaikuPo Lu2022-03-183-1/+23
* | Allow dragging files from Dired to other programsPo Lu2022-03-181-3/+13
* | Minor fixes to DND supportPo Lu2022-03-181-40/+46
* | Put bytecode stack frame metadata in a structMattias Engdegård2022-03-173-80/+46
* | Prevent invisible frames from acting as drag sourcesPo Lu2022-03-171-0/+3
* | * src/haikuselect.c (Fhaiku_drag_message): Clear display grab after drag ends.Po Lu2022-03-171-0/+1
* | Fix creating frames with an initial value of `fullscreen' on HaikuPo Lu2022-03-173-0/+16
* | Fix mouse movement on HaikuPo Lu2022-03-171-1/+1
* | Fix compilation error of xterm.cEli Zaretskii2022-03-171-0/+2
* | Prevent delivery of duplicate events when window is grabbed on HaikuPo Lu2022-03-171-1/+34
* | * src/xterm.c (x_dnd_begin_drag_and_drop): Always initialize hold_quit.Po Lu2022-03-171-1/+1
* | Restore old PGTK scrolling codePo Lu2022-03-171-11/+4
* | Make GTK inspector available on PGTKPo Lu2022-03-171-0/+19
* | Implement cross-program drag-and-drop on HaikuPo Lu2022-03-175-4/+358
* | Improve GTK support for X11 drag-n-dropPo Lu2022-03-171-12/+33
* | Simplify generate-new-buffer-name randomnessPaul Eggert2022-03-161-5/+3
* | Improve random bignum generationPaul Eggert2022-03-165-50/+132
* | Improve error message for 'not running' processesRobert Pluim2022-03-161-2/+2
* | Fix 32-bit Haiku buildPo Lu2022-03-161-1/+1
* | Redo Haiku DND supportPo Lu2022-03-168-58/+246
* | Pacify compiler warning in handle_one_xeventPo Lu2022-03-161-0/+1
* | Correct last change for return-frame dragsPo Lu2022-03-161-4/+4
* | Fix minor bugs with XDND supportPo Lu2022-03-161-40/+76
* | Fix XI 2.0 buildPo Lu2022-03-161-1/+2
* | Better handle drag-and-drop from one Emacs frame to anotherPo Lu2022-03-163-5/+59
* | * src/xfns.c (Fx_begin_drag): Improve doc string.Po Lu2022-03-161-11/+10
* | Add support for dragging text from Emacs to other programsPo Lu2022-03-164-1/+652
* | Fix build with GTK 3.18.0 or earlierPo Lu2022-03-161-0/+4
* | Clean up implementation of N0 per UAX#9Eli Zaretskii2022-03-151-2/+5
* | Fix some minor glitches with Haiku scroll barsPo Lu2022-03-151-1/+2
* | Fix crashes when trying to pop up a menu on GTK 2Po Lu2022-03-151-9/+11
* | Fix some issues with input on GTK 2 buildsPo Lu2022-03-151-1/+1
* | Fix extraneous ifdef in xwidgets codePo Lu2022-03-151-1/+1
* | * src/xterm.c (handle_one_xevent): Fix use of wrong motion structure.Po Lu2022-03-151-1/+1
* | Stop relying on dynlib for PGTK interrupt inputPo Lu2022-03-151-6/+7
* | Prefer CALLNPaul Eggert2022-03-143-20/+12
* | Handle position specification hints on X toolkit buildsPo Lu2022-03-141-0/+59
* | Improve the execute-kbd-macro doc stringLars Ingebrigtsen2022-03-141-3/+9
* | Don't always escape "." and "?" in `prin1'Lars Ingebrigtsen2022-03-141-7/+12
* | Clean up some Haiku toolkit codePo Lu2022-03-143-3/+3
* | Fix extraneous overscroll activation on HaikuPo Lu2022-03-141-1/+6
* | Fix tool-bar highlight persisting after mouse moves onto WM framePo Lu2022-03-141-1/+21
* | * src/bytecode.c: Include sysstdio.h, for fprint, stderr.Glenn Morris2022-03-131-0/+1
* | Enable overscroll on Haiku horizontal scroll barsPo Lu2022-03-142-5/+14
* | Fix scroll bar movement right before overscroll begins on HaikuPo Lu2022-03-141-24/+19