aboutsummaryrefslogtreecommitdiffstats
path: root/src/haiku_support.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix frame invalidation on HaikuPo Lu2022-05-111-4/+5
* Try to preserve font styles in the Haiku font dialogPo Lu2022-05-111-1/+17
* Use default external browser by default on HaikuPo Lu2022-05-091-0/+34
* Implement bitmap loading for faces on HaikuPo Lu2022-05-081-11/+0
* Fix 32-bit Haiku buildPo Lu2022-05-071-1/+1
* Implement `sticky' frame parameter on HaikuPo Lu2022-05-071-0/+15
* Fix race conditions in the Haiku file dialogPo Lu2022-05-071-95/+133
* Fix calculation of display resolution on HaikuPo Lu2022-05-061-14/+24
* Fix min size reporting of style pane in Haiku font dialogsPo Lu2022-05-051-0/+14
* Take size into account when previewing fonts on HaikuPo Lu2022-05-051-16/+38
* Allow displaying font preview on HaikuPo Lu2022-05-051-8/+221
* Set initial size in the Haiku font dialogPo Lu2022-05-041-3/+13
* Clean up Haiku file panel codePo Lu2022-05-041-88/+88
* * src/haiku_support.cc (DrawContent): Use right UI color.Po Lu2022-05-031-1/+1
* Default to currently selected font in Haiku font dialogsPo Lu2022-05-021-4/+23
* Fix specifying zero as a size for fonts on HaikuPo Lu2022-05-011-5/+3
* Improve display of Haiku font dialogPo Lu2022-05-011-16/+19
* Allow specifying font size in the Haiku font selection dialogPo Lu2022-05-011-5/+35
* Allow quitting inside font selection dialogs on HaikuPo Lu2022-05-011-2/+8
* Allow invoking fonts in the Haiku font dialogPo Lu2022-05-011-4/+7
* Improvements to the Haiku font dialogPo Lu2022-05-011-16/+50
* Implement font selection dialog on HaikuPo Lu2022-05-011-8/+305
* Fix colorspace calculations on HaikuPo Lu2022-04-291-20/+61
* Remove some unnecessary codePo Lu2022-04-271-10/+2
* Add simple session management support to HaikuPo Lu2022-04-271-1/+11
* Delete some unused functions on HaikuPo Lu2022-04-251-14/+0
* Allow looking up window system colors on HaikuPo Lu2022-04-241-0/+18
* * src/haiku_support.cc (gui_abort): Get rid of extern "C" declarations.Po Lu2022-04-211-9/+3
* Make some frame params work on Haiku tooltip framesPo Lu2022-04-211-3/+5
* Implement `below' z-group on HaikuPo Lu2022-04-201-0/+5
* Implement `above' z-group on HaikuPo Lu2022-04-201-6/+42
* Fix enabling menu bar multiple times on HaikuPo Lu2022-04-201-2/+2
* Minor cleanups to Haiku menu codePo Lu2022-04-191-1/+1
* Fix Haiku menu bars when redisplay happens immediately after activationPo Lu2022-04-181-4/+18
* Fix hangs when clicking on Haiku menu bar to activate framePo Lu2022-04-171-40/+38
* Add some missing multilingual keys to HaikuPo Lu2022-04-161-17/+35
* Clean up keysyms from Haiku headersPo Lu2022-04-151-21/+45
* Clean up various bits of Haiku codePo Lu2022-04-151-66/+33
* Make Haiku scroll bar behave more like other programsPo Lu2022-04-151-7/+13
* Properly wait for app thread exit on HaikuPo Lu2022-04-151-16/+30
* Fix races with child frame locks on HaikuPo Lu2022-04-141-13/+39
* Fix zoom rect computation for some deskbar positions on HaikuPo Lu2022-04-131-6/+6
* Fix freezes when trying to accelerate menu bar on HaikuPo Lu2022-04-131-21/+51
* Improve safety of haiku-drag-messagePo Lu2022-04-061-3/+30
* Respect new DND options when dragging to ourselves on HaikuPo Lu2022-04-051-2/+12
* Fix generation of extra DND events while dragging on HaikuPo Lu2022-04-041-2/+17
* Implement new DND options on HaikuPo Lu2022-04-031-0/+1
* Prevent signals when dragging nonexistent files on HaikuPo Lu2022-03-301-3/+0
* Fix processing of emacs:window_id inside DND messages if it already existsPo Lu2022-03-261-10/+11
* Implement new drag and drop parameter on HaikuPo Lu2022-03-251-2/+5