aboutsummaryrefslogtreecommitdiffstats
path: root/src/haikufns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up various bits of Haiku codePo Lu2022-04-151-21/+19
* Minor cleanups to Haiku windowingPo Lu2022-04-131-3/+0
* Remove unused flag on HaikuPo Lu2022-04-131-19/+12
* Always cascade from toplevel frames on HaikuPo Lu2022-04-111-0/+11
* Don't allocate duplicate cursors for each frame on HaikuPo Lu2022-03-231-51/+21
* Simplify fullscreen management on HaikuPo Lu2022-03-221-10/+0
* Fix creating frames with an initial value of `fullscreen' on HaikuPo Lu2022-03-171-0/+5
* Implement frame cascading on HaikuPo Lu2022-03-061-1/+11
* Obey decorator-specified width and height of tooltip frames on HaikuPo Lu2022-03-051-0/+3
* Improve tracking of modified regions on HaikuPo Lu2022-02-251-1/+1
* Prevent Haiku display from being opened multiple timesPo Lu2022-02-211-6/+19
* * src/haikufns.c (haiku_create_frame): Error if font wasn't found.Po Lu2022-02-191-2/+8
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-9/+6
* Try harder to preserve cursor when mapping tooltip frames on HaikuPo Lu2022-02-081-3/+11
* Respect `x-cursor-fore-pixel' on HaikuPo Lu2022-02-071-1/+16
* Clean up Haiku display structuresPo Lu2022-02-011-1/+8
* * src/haikufns.c (Fx_display_visual_class): Return correct values.Po Lu2022-01-311-3/+1
* Handle correctly errors during frame creation on HaikuPo Lu2022-01-301-4/+7
* Add background transparency support for GTK+CairoHåkon Flatval2022-01-301-1/+6
* * src/haikufns.c (Fx_display_mm_width): Fix copy-paste error.Po Lu2022-01-191-1/+1
* Rename system tooltip variables to `use-system-tooltips'Po Lu2022-01-191-9/+1
* * src/haikufns.c (Fx_show_tip): Fix typo.Po Lu2022-01-181-1/+1
* Fix default value of `no-special-glyphs' frame parameter on HaikuPo Lu2022-01-181-1/+1
* Improve tooltip implementation on HaikuPo Lu2022-01-181-163/+320
* Fix system tooltips above menusPo Lu2022-01-181-1/+8
* Allow non-system tooltips to display above menus on HaikuPo Lu2022-01-181-10/+10
* * src/haikufns.c (Fx_show_tip): Sync after making window visible.Po Lu2022-01-171-1/+1
* Really eliminate tooltip flicker on HaikuPo Lu2022-01-171-1/+1
* Use kMenuWindowFeel on Haiku toolkip windowsPo Lu2022-01-161-1/+0
* Avoid focus and allow monospace text in tooltip frames on HaikuPo Lu2022-01-161-0/+1
* Implement override redirect on HaikuPo Lu2022-01-091-1/+16
* Make menu bar key navigation work on HaikuPo Lu2022-01-041-1/+1
* Improve Haiku frame restacking logicPo Lu2022-01-041-4/+32
* Find a way to make restacking frames work on HaikuPo Lu2022-01-041-0/+34
* Fix Haiku bitmap sanity checksPo Lu2022-01-041-2/+2
* Synchronize at a better place when making a frame visible on HaikuPo Lu2022-01-031-0/+2
* Make quitting actually work in Haiku file dialogsPo Lu2022-01-021-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Prevent double buffering from being disabled on USE_BE_CAIRO buildsPo Lu2021-12-311-0/+4
* Add new argument `ignore-line-at-end' to `window-text-pixel-size'Po Lu2021-12-181-1/+2
* Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+2448