bsnes/hiro
Tim Allen 83e76c87eb hiro: Disable padding for the GTK+3 backend.
GTK+3 is designed for automatic layout, where widgets are automatically sized
and positioned according to the size of their contents. However, hiro has to be
compatible with Windows, which lacks an automatic layout system, so hiro apps
tend to position widgets manually.

Unfortunately, the GTK+3 default theme uses much bigger widgets than GTK+2 or
Windows, so hiro apps using the GTK+3 backend tend to have ugly, overlapping
widgets. To make GTK+3 behave more like other hiro targets, we add custom CSS
and override the default theme at runtime.

Fixes #168.
2021-04-03 19:24:31 +11:00
..
cocoa hiro/cocoa: Implement Application::setScreenSaver 2020-11-09 20:25:35 +11:00
core v114.5 2020-02-23 20:23:25 +09:00
extension Fix region auto-detection when using native file dialogs. 2020-10-27 23:20:56 +11:00
gtk hiro: Disable padding for the GTK+3 backend. 2021-04-03 19:24:31 +11:00
platform Update to v094r13 release. 2015-03-07 21:21:47 +11:00
qt hiro: Fix screensaver suspension under GNOME on X11. 2020-11-12 20:56:40 +11:00
resource v107.8 2019-07-17 21:11:46 +09:00
windows Windows compilation fix. 2020-02-23 21:03:24 +09:00
GNUmakefile hiro: Remove gtksourceview dependency. 2021-03-04 20:29:51 +11:00
components.hpp hiro: Remove gtksourceview dependency. 2021-03-04 20:29:51 +11:00
hiro.cpp v107.8 2019-07-17 21:11:46 +09:00
hiro.hpp v107.8 2019-07-17 21:11:46 +09:00