summaryrefslogtreecommitdiff
path: root/src/gui_haiku.cc
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1442: outdated references to the Mac Carbon GUIv8.2.1442Bram Moolenaar2020-08-131-1/+1
| | | | | Problem: Outdated references to the Mac Carbon GUI. Solution: Remove or update references. (Yee Cheng Chin, closes #6703)
* patch 8.2.1228: scrollbars not flush against the window edges when maximisedv8.2.1228Bram Moolenaar2020-07-171-0/+16
| | | | | Problem: Scrollbars not flush against the window edges when maximised. Solution: Add padding. (Ken Takata, closes #5602, closes #6466)
* patch 8.2.0694: Haiku: channel and terminal do not workv8.2.0694Bram Moolenaar2020-05-031-9/+34
| | | | | | Problem: Haiku: channel and terminal do not work. Solution: Close files when the job has finished. (Ozaki Kiichi, closes #6039)
* patch 8.2.0671: Haiku: compiler warningsv8.2.0671Bram Moolenaar2020-04-301-35/+1
| | | | | | Problem: Haiku: compiler warnings. Solution: Avoid the warnings. Drop display_errors() copy. (Emir Sari, closes #6018)
* patch 8.2.0631: Haiku file formatted with wrong tabstopv8.2.0631Bram Moolenaar2020-04-241-3397/+3397
| | | | | Problem: Haiku file formatted with wrong tabstop. Solution: Use normal tabstop. Fix white space.
* patch 8.2.0622: Haiku: GUI does not compilev8.2.0622Bram Moolenaar2020-04-231-5/+7
| | | | | Problem: Haiku: GUI does not compile. Solution: Various fixes. (Emir Sari, closes #5961)
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-0/+5242
Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605)