History log of /haiku/src/add-ons/control_look/FlatControlLook/FlatControlLook.h
Revision Date Author Comments
# 60429495 11-Feb-2024 unarix <ntello@upe.edu.ar>

Improve styles and visibility in dark mode

* Improve buttons & others
* Improve scrollbars visibility
* Improve darkmode

Change-Id: I8aae89cb659378def2e715938dd1f4e4f6455264
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7378
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 7cee0716 19-Oct-2021 Augustin Cavalier <waddlesplash@gmail.com>

FlatControlLook: Various clean-ups.

* Do not rely on symbols overriding other symbols, which is
not a safe assumption and not good practice either. Instead,
move all methods into FlatControlLook.

* Reorganize class structures somewhat.

* Remove unused variables.


# a56c73f9 28-Sep-2021 nhtello <team@unarix.com.ar>

control_look/decor: Add Flat style to haiku_extras package

* Works a bit better with dark themes
* Has some interesting alternative design elements
* MIT licensed

Change-Id: I6cfd1d4d05016fb014d515d94cff3b8c8d0298b2
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4508
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>