summaryrefslogtreecommitdiff
path: root/src/haiku_support.cc
Commit message (Expand)AuthorAgeFilesLines
* Make last change compilePo Lu2022-01-011-4/+2
* Fix expose events in non-double-buffered child frames on HaikuPo Lu2022-01-011-1/+3
* Fix some more off-by-one errors in Haiku image codePo Lu2022-01-011-2/+3
* Fix deadlocks with invisible frames and threads in HaikuPo Lu2022-01-011-0/+21
* Fix child frame synchronization order on HaikuPo Lu2022-01-011-5/+5
* Flush frames after mouse face is cleared on a child frame in HaikuPo Lu2022-01-011-0/+9
* On Haiku, sync a frames's connection to the app sever after raisingPo Lu2021-12-311-0/+12
* Fix child frame unlinking on HaikuPo Lu2021-12-311-3/+5
* Use a single global lock for the child frame state on HaikuPo Lu2021-12-311-3/+72
* Prevent double buffering from being disabled on USE_BE_CAIRO buildsPo Lu2021-12-311-92/+12
* Prevent hang when exiting Emacs on HaikuPo Lu2021-12-111-2/+0
* Correct adjustments to frame widths in eventsPo Lu2021-11-241-4/+4
* Remove unused arguments to EmacsView.AfterResizePo Lu2021-11-241-2/+2
* Clear past end of frame on HaikuPo Lu2021-11-241-2/+2
* Fix 1 pixel wide border in frames on HaikuPo Lu2021-11-241-2/+2
* Add pixel delta support for wheel events on HaikuPo Lu2021-11-211-2/+2
* Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+2930