summaryrefslogtreecommitdiff
path: root/src/haikufns.c
Commit message (Expand)AuthorAgeFilesLines
* Fix shrinking of the tab-barEli Zaretskii2023-01-021-7/+7
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-261-1/+1
* Fix calculation of tab bar lines during automatic height adjustmentPo Lu2022-11-161-4/+13
* Remove intern calls with a static string from haiku*.cPo Lu2022-09-201-2/+4
* Improve frame synchronization support on HaikuPo Lu2022-08-011-3/+3
* Implement primitive frame synchronization on HaikuPo Lu2022-08-011-1/+12
* Make frame synchronization a frame parameterPo Lu2022-08-011-0/+1
* Fix flicker when moving tooltips between frames during mouse drag-and-dropPo Lu2022-07-261-1/+0
* Apply tooltip assertions to all instances of x-show-tipPo Lu2022-07-211-2/+25
* Improve behavior of sticky tooltips on HaikuPo Lu2022-07-081-2/+2
* Fix flickering system tooltips on HaikuPo Lu2022-07-081-3/+4
* Use BASE_EQ when comparing with QunboundMattias EngdegÄrd2022-06-121-10/+10
* Implement `follow-tooltip' for DND on HaikuPo Lu2022-06-091-0/+10
* Update frame positions on Haiku after changing Z groupPo Lu2022-05-301-0/+4
* Add more cursor bitmaps on HaikuPo Lu2022-05-281-1/+1
* Fix cursor color adjustment on HaikuPo Lu2022-05-251-7/+1
* Minor fixes to cursor color handling on HaikuPo Lu2022-05-241-61/+39
* Compute frame workareas on HaikuPo Lu2022-05-211-0/+52
* Fix specifying terminal names to some functions on HaikuPo Lu2022-05-191-3/+3
* Fix race conditions processing frame fullscreen state on HaikuPo Lu2022-05-191-1/+1
* Implement gamma-correction on HaikuPo Lu2022-05-181-0/+16
* Fix race conditions when calculating Haiku frame geometryPo Lu2022-05-181-4/+9
* Avoid race conditions when computing real frame positions on HaikuPo Lu2022-05-171-14/+7
* Rewrite Haiku frame geometry code to handle decorator framesPo Lu2022-05-171-40/+92
* Add more cursor bitmaps on HaikuPo Lu2022-05-171-3/+3
* Simplify Haiku cursor management codePo Lu2022-05-151-2/+2
* Add more cursor bitmaps on HaikuPo Lu2022-05-141-4/+4
* Fix display class of tooltip frames on HaikuPo Lu2022-05-141-0/+20
* Add more cursor bitmaps on HaikuPo Lu2022-05-131-44/+44
* Allow setting cursor colors for custom cursors on HaikuPo Lu2022-05-131-4/+52
* Allow actually setting cursor colors on HaikuPo Lu2022-05-131-24/+128
* Clean up Haiku display opening codePo Lu2022-05-121-12/+7
* Add support for changing pointer types on HaikuPo Lu2022-05-111-26/+147
* Implement `sticky' frame parameter on HaikuPo Lu2022-05-071-1/+10
* Fix calculation of display resolution on HaikuPo Lu2022-05-061-5/+9
* Fix file name encoding on Haiku file dialogsPo Lu2022-05-041-2/+2
* Encode and decode filenames correctly on HaikuPo Lu2022-05-041-2/+5
* Clean up Haiku file panel codePo Lu2022-05-041-39/+25
* * src/haikufns.c (haiku_create_frame): Improve default border width.Po Lu2022-05-041-1/+1
* Fix race conditions with async input in some Haiku dialogsPo Lu2022-05-021-0/+2
* Use x-show-tooltip-timeout in all the implementationsLars Ingebrigtsen2022-04-301-3/+2
* Fix colorspace calculations on HaikuPo Lu2022-04-291-26/+33
* Add simple session management support to HaikuPo Lu2022-04-271-1/+26
* Cache relief colors on Haiku since their computation is expensivePo Lu2022-04-261-0/+2
* Allow looking up window system colors on HaikuPo Lu2022-04-241-3/+35
* Fix disabling double buffering on HaikuPo Lu2022-04-241-6/+3
* Fix default frame name on HaikuPo Lu2022-04-221-48/+44
* Implement `above' z-group on HaikuPo Lu2022-04-201-4/+45
* Fix enabling menu bar multiple times on HaikuPo Lu2022-04-201-5/+5