summaryrefslogtreecommitdiff
path: root/src/haikuterm.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix automatic DPI adjustment and add workarounds for some systemsPo Lu2022-11-191-10/+5
* Adapt last change to Haiku portPo Lu2022-10-161-5/+27
* Implement font-use-system-font on HaikuPo Lu2022-09-251-12/+13
* Remove intern calls with a static string from haiku*.cPo Lu2022-09-201-1/+3
* Support "replacement characters" on TTY framesEli Zaretskii2022-08-271-0/+2
* Improve frame synchronization support on HaikuPo Lu2022-08-011-44/+44
* Fix mouse face handling during frame reentry on HaikuPo Lu2022-07-251-0/+4
* Implement wheel movement during DND on HaikuPo Lu2022-07-201-0/+3
* Port `x-lost-selection-functions' to HaikuPo Lu2022-07-071-0/+5
* Fix infinite looping around Haiku menusPo Lu2022-07-061-0/+6
* Use correct background for image mask color on HaikuPo Lu2022-06-271-1/+1
* Implement stipples for images on HaikuPo Lu2022-06-271-18/+29
* Implement image transform smoothing on HaikuPo Lu2022-06-251-1/+2
* Implement "flip" image transforms on HaikuPo Lu2022-06-251-24/+50
* Remove unnecessary clearing of internal border on HaikuPo Lu2022-06-181-9/+10
* Fix handling of scroll bar clicks on HaikuPo Lu2022-06-121-18/+52
* Use BASE_EQ when comparing with QunboundMattias EngdegÄrd2022-06-121-3/+3
* Implement `follow-tooltip' for DND on HaikuPo Lu2022-06-091-2/+7
* Fix coding style of some Haiku filesPo Lu2022-06-071-2/+2
* Fix flickering tooltips with mouse DND without interprogram dragPo Lu2022-06-021-2/+4
* Fix flicker during mouse DND on Haiku as wellPo Lu2022-06-021-2/+6
* Fix pending window changes in haiku_set_window_sizePo Lu2022-05-291-1/+14
* Minor fixes to cursor color handling on HaikuPo Lu2022-05-241-1/+1
* Implement monitor change functions on HaikuPo Lu2022-05-231-0/+9
* Clean up Haiku codePo Lu2022-05-221-12/+11
* Fix focus redirection to/from surrogate minibuffer frames on HaikuPo Lu2022-05-221-0/+16
* Fix race conditions processing zoom events on HaikuPo Lu2022-05-201-4/+1
* Fix race conditions processing frame fullscreen state on HaikuPo Lu2022-05-191-13/+34
* Implement gamma-correction on HaikuPo Lu2022-05-181-1/+8
* Don't allow moving fullscreen frames on HaikuPo Lu2022-05-181-1/+17
* Avoid race conditions when computing real frame positions on HaikuPo Lu2022-05-171-7/+3
* Rewrite Haiku frame geometry code to handle decorator framesPo Lu2022-05-171-19/+23
* Make Haiku stipple display slightly fasterPo Lu2022-05-151-2/+1
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Simplify Haiku cursor management codePo Lu2022-05-151-28/+18
* Allow actually setting cursor colors on HaikuPo Lu2022-05-131-5/+2
* Remove unused RIF methodPo Lu2022-05-121-10/+3
* Make cursor display on Haiku consistent with XPo Lu2022-05-121-110/+196
* Make Haiku event buffer non-staticPo Lu2022-05-111-1/+1
* Fix event memory leak on HaikuPo Lu2022-05-111-3/+2
* Fix frame invalidation on HaikuPo Lu2022-05-111-1/+12
* Make reliefs on Haiku more like XPo Lu2022-05-111-1/+1
* Improve relief rect handling on HaikuPo Lu2022-05-101-19/+30
* * src/haikuterm.c (haiku_draw_fringe_bitmap): Set stipple flag.Po Lu2022-05-091-0/+2
* ; * src/haikuterm.c (haiku_draw_underwave): Fix default scale.Po Lu2022-05-091-2/+2
* Respect display scale factor drawing underwaves on HaikuPo Lu2022-05-091-3/+26
* Fix display of fringes with stipples on HaikuPo Lu2022-05-081-9/+33
* Set stipple flags on Haiku as wellPo Lu2022-05-081-0/+13