Commit graph

8 commits

Author SHA1 Message Date
tildearrow
e2e496529b update release scripts
use Momo on Windows and don't on Linux (?)
2024-06-17 02:30:46 -05:00
tildearrow
41e6ef85bc fix checks 2024-06-13 14:21:54 -05:00
tildearrow
4e14c9f59c add check for setlocale in C library
Microsoft CRT and glibc have setlocale, but bionic doesn't
2024-06-09 04:27:48 -05:00
tildearrow
c80d3a4229 aaaaa 2023-09-06 20:25:44 -05:00
tildearrow
4fea3fd8f2 dang it 2023-04-06 15:17:15 -05:00
tildearrow
8c55076177 restore backup opens the backup dir 2023-04-06 15:16:52 -05:00
Christoph Neidahl
e08399156a
Haiku support (#596)
* Don't apply Wayland videodriver workaround on Haiku

* dirent.d_type-less type detecting in IGFD

The Dumb Way(tm). `stat`'s `st_mode` should be nicer?

* CMake check for dirent.d_type, stat-based fallback

* Move config dir setup to separate function

Nicer to work with than macro kerfuffle.

* Default sysFileDialog to off on Haiku

* Logging stuff

* Honour CMAKE_INSTALL_BINDIR

* Use find_directory on Haiku

Includes forgotten configPath line when home==NULL.

* Address PR review notes
2022-07-23 22:11:30 -05:00
tildearrow
d085f76c7f issue #588, part 3
add check for the existence of inb() and outb()
2022-07-14 22:29:04 -05:00