aboutsummaryrefslogtreecommitdiffstats
path: root/src/haikuterm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up various bits of Haiku codePo Lu2022-04-151-16/+17
* Properly wait for app thread exit on HaikuPo Lu2022-04-151-38/+1
* Minor cleanups to Haiku windowingPo Lu2022-04-131-10/+13
* Fix freezes when trying to accelerate menu bar on HaikuPo Lu2022-04-131-20/+8
* Fix last tool bar bug on Haiku as wellPo Lu2022-04-121-1/+3
* Respect new DND options when dragging to ourselves on HaikuPo Lu2022-04-051-0/+3
* Fix generation of extra DND events while dragging on HaikuPo Lu2022-04-041-5/+9
* Fix various bugs with mouse dragging on HaikuPo Lu2022-04-031-18/+32
* Implement (sort of) `drag-source' on HaikuPo Lu2022-04-031-2/+8
* Implement new DND options on HaikuPo Lu2022-04-031-3/+18
* Ignore mouse movement correctly on Haiku during drag and dropPo Lu2022-03-301-2/+3
* Don't allocate duplicate cursors for each frame on HaikuPo Lu2022-03-231-0/+50
* Simplify fullscreen management on HaikuPo Lu2022-03-221-34/+3
* Fix starting Emacs with -mm or -fs on HaikuPo Lu2022-03-221-0/+16
* Implement `haiku_delete_terminal'Po Lu2022-03-201-1/+19
* Fix creating frames with an initial value of `fullscreen' on HaikuPo Lu2022-03-171-0/+7
* Redo Haiku DND supportPo Lu2022-03-161-7/+5
* Enable overscroll on Haiku horizontal scroll barsPo Lu2022-03-141-1/+1
* Fix scroll bar movement right before overscroll begins on HaikuPo Lu2022-03-141-24/+19
* Fix small regression for horizontal scroll barsPo Lu2022-03-131-2/+2
* Allow dragging scroll bar for overscroll on HaikuPo Lu2022-03-131-4/+7
* Fix horizontal scroll bar updating on HaikuPo Lu2022-03-121-8/+7
* Slightly improve scrollbar position accounting on HaikuPo Lu2022-03-121-1/+1
* Improve scroll bar treatment on HaikuPo Lu2022-03-111-9/+8
* Fix inconsistent thumb position on Haiku scroll barsPo Lu2022-03-111-17/+24
* Fix scroll bar portion on Haiku scroll barsPo Lu2022-03-111-19/+99
* Fix display of minibuffer prompts in some circumstances on HaikuPo Lu2022-03-101-1/+1
* Fix flicker during frame resize on HaikuPo Lu2022-03-091-3/+2
* Improve handling of tooltips inside menus on HaikuPo Lu2022-03-091-1/+6
* Slightly fix mouse-highlight processing on HaikuPo Lu2022-03-061-2/+3
* Obey decorator-specified width and height of tooltip frames on HaikuPo Lu2022-03-051-0/+3
* Garbage Haiku tooltip frames on size changePo Lu2022-03-051-0/+4
* Synchronize Haiku fringe bitmap code with XPo Lu2022-03-041-9/+23
* Fix menu bar position reporting on Haiku as wellPo Lu2022-03-021-0/+10
* Fix some bugs with multiple terminals on HaikuPo Lu2022-03-021-3/+8
* Prevent crashes on event for removed scroll bar on HaikuPo Lu2022-02-261-3/+37
* Fix reporting of horizontal scroll bar buttons on HaikuPo Lu2022-02-261-2/+6
* Improve scroll bar button handling on HaikuPo Lu2022-02-261-0/+26
* Improve treatment of dropping mouse track state on HaikuPo Lu2022-02-251-2/+25
* Improve tracking of modified regions on HaikuPo Lu2022-02-251-21/+46
* Fix auto-lower when the mouse moves onto a scrollbar on HaikuPo Lu2022-02-241-1/+4
* Don't pass invalid keyboard modifiers to the event loop on HaikuPo Lu2022-02-221-1/+7
* ; * src/haikuterm.c (haiku_read_socket): Add extra keyboard modifiers.Po Lu2022-02-211-1/+2
* Handle GUI input while inside popup dialog on HaikuPo Lu2022-02-201-1/+1
* Don't auto-lower when moving onto a menu bar on HaikuPo Lu2022-02-171-1/+27
* Disable auto-lowering and raising on Haiku when a popup is activePo Lu2022-02-151-2/+2
* Handle allocation failures of fringe bitmaps on HaikuPo Lu2022-02-141-0/+4
* Fix wide fringe bitmap processing on HaikuPo Lu2022-02-141-1/+1
* * src/haikuterm.c (haiku_read_socket): Implement auto-lower.Po Lu2022-02-131-0/+3
* Implement visual bell on Haiku like on XPo Lu2022-02-121-15/+89