summaryrefslogtreecommitdiff
path: root/src/haikuterm.c
Commit message (Expand)AuthorAgeFilesLines
* Cache relief colors on Haiku since their computation is expensivePo Lu2022-04-261-4/+15
* Allow looking up window system colors on HaikuPo Lu2022-04-241-5/+3
* Fix disabling double buffering on HaikuPo Lu2022-04-241-14/+12
* Avoid clearing splash screen message during DND on HaikuPo Lu2022-04-231-1/+2
* Fix default frame name on HaikuPo Lu2022-04-221-4/+24
* Use a cache on Haiku to avoid constantly reading fonts during font lookupPo Lu2022-04-211-0/+11
* Fix enabling menu bar multiple times on HaikuPo Lu2022-04-201-2/+2
* Fix display of glyphless characters on HaikuPo Lu2022-04-191-4/+17
* Fix race conditions waiting for menu bar resize events on HaikuPo Lu2022-04-171-4/+41
* Get rid of unused flags on HaikuPo Lu2022-04-171-6/+4
* Fix hangs when clicking on Haiku menu bar to activate framePo Lu2022-04-171-11/+17
* Fix dismissal of tooltips on HaikuPo Lu2022-04-151-5/+4
* 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