summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-17* src/haikuselect.c (Fhaiku_drag_message): Clear display grab after drag ends.Po Lu
2022-03-17Fix creating frames with an initial value of `fullscreen' on HaikuPo Lu
2022-03-17Fix mouse movement on HaikuPo Lu
2022-03-17Fix compilation error of xterm.cEli Zaretskii
2022-03-17Prevent delivery of duplicate events when window is grabbed on HaikuPo Lu
2022-03-17* src/xterm.c (x_dnd_begin_drag_and_drop): Always initialize hold_quit.Po Lu
2022-03-17Restore old PGTK scrolling codePo Lu
2022-03-17Make GTK inspector available on PGTKPo Lu
2022-03-17Implement cross-program drag-and-drop on HaikuPo Lu
2022-03-17Improve GTK support for X11 drag-n-dropPo Lu
2022-03-16Simplify generate-new-buffer-name randomnessPaul Eggert
2022-03-16Improve random bignum generationPaul Eggert
2022-03-16Improve error message for 'not running' processesRobert Pluim
2022-03-16Fix 32-bit Haiku buildPo Lu
2022-03-16Redo Haiku DND supportPo Lu
2022-03-16Pacify compiler warning in handle_one_xeventPo Lu
2022-03-16Correct last change for return-frame dragsPo Lu
2022-03-16Fix minor bugs with XDND supportPo Lu
2022-03-16Fix XI 2.0 buildPo Lu
2022-03-16Better handle drag-and-drop from one Emacs frame to anotherPo Lu
2022-03-16* src/xfns.c (Fx_begin_drag): Improve doc string.Po Lu
2022-03-16Add support for dragging text from Emacs to other programsPo Lu
2022-03-16Fix build with GTK 3.18.0 or earlierPo Lu
2022-03-15Clean up implementation of N0 per UAX#9Eli Zaretskii
2022-03-15Fix some minor glitches with Haiku scroll barsPo Lu
2022-03-15Fix crashes when trying to pop up a menu on GTK 2Po Lu
2022-03-15Fix some issues with input on GTK 2 buildsPo Lu
2022-03-15Fix extraneous ifdef in xwidgets codePo Lu
2022-03-15* src/xterm.c (handle_one_xevent): Fix use of wrong motion structure.Po Lu
2022-03-15Stop relying on dynlib for PGTK interrupt inputPo Lu
2022-03-14Prefer CALLNPaul Eggert
2022-03-14Handle position specification hints on X toolkit buildsPo Lu
2022-03-14Improve the execute-kbd-macro doc stringLars Ingebrigtsen
2022-03-14Don't always escape "." and "?" in `prin1'Lars Ingebrigtsen
2022-03-14Clean up some Haiku toolkit codePo Lu
2022-03-14Fix extraneous overscroll activation on HaikuPo Lu
2022-03-14Fix tool-bar highlight persisting after mouse moves onto WM framePo Lu
2022-03-13* src/bytecode.c: Include sysstdio.h, for fprint, stderr.Glenn Morris
2022-03-14Enable overscroll on Haiku horizontal scroll barsPo Lu
2022-03-14Fix scroll bar movement right before overscroll begins on HaikuPo Lu
2022-03-13* src/bytecode.c (sf_set_ptr): Cast pointer to type of right size.Mattias Engdegård
2022-03-13Separate bytecode stackMattias Engdegård
2022-03-13Simplify exec_byte_code argumentsMattias Engdegård
2022-03-13Allow overscrolling on Haiku scroll bars that are fullPo Lu
2022-03-13Fix pointer event tracking on top of Haiku scroll barsPo Lu
2022-03-13Fix splurious button events being generated on HaikuPo Lu
2022-03-13Fix setting IM spot after key press eventsPo Lu
2022-03-13Fix small regression for horizontal scroll barsPo Lu
2022-03-13Improve overscrolling support on HaikuPo Lu
2022-03-13; * haiku_support.cc (MessageReceived): Fix 32-bit build.Po Lu