Commit Graph
31 Commits
Author SHA1 Message Date
Pascal Abresch f5049f8367 configure: use command -v instead of which
command -v is specified by posix, which is not

Change-Id: I2716ab2a0577882da952d94bf2a499b06b14f22a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9327
Reviewed-by: nephele nephele <[email protected]>
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
2025-06-11 10:56:20 +00:00
Pascal Abresch e911918d38 HaikuControlLook: Fix ArrowShape color for Scrollbar buttons
Previously this would simply tint the passed in background color.
After hrev58595 this was changed to pass the proper Foreground color instead.

The codepath to disable/enable the color was missed in an oversight,
this puts back the original tint color for the foreground aswell.

Fixes: #19406

Change-Id: I6f75d24316e8ca3ecdb78f11fc8dede88f082780
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8958
Tested-by: Commit checker robot <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
2025-02-10 16:51:27 +00:00
Pascal Abresch b6987eac0c kits/tracker: TFilePanel:SwitchDirectory abort if file does not exist
Change-Id: Ie8c66f50b025d788c23e2c0f8837da66244fc4e4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8960
Reviewed-by: John Scipione <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
2025-02-10 16:51:05 +00:00
Pascal Abresch ff0dd27345 WebPositive: remove gopher from supported protocols
Goodbye sweet prince!
This hasen't worked for quite some time, Webkit uses the curl backend
currently which has no support for gopher.

Our netkit backend also never "truely" supported gopher, instead
translating pages to html with some prebuild styles, those also don't
use the CSS system colors, for lack of existence back then.

Change-Id: I5d5098db9512bb22cde8c17fa1553637b30ae65b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8938
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2025-02-06 17:26:58 +00:00
Pascal Abresch e4c39f6a93 build: use command -v instead of which
Change-Id: Iec85bc1a2d5f2f3a88eae66ae1883c1301e1d3ba
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8875
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Máximo Castañeda <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
2025-02-03 14:13:34 +00:00
Pascal Abresch 83e4b8867e storage: disk_device/DiskSystem: remove useless comments
Change-Id: I751ca483c5790817e31c8e513cd41267a8be664e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8876
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
2025-01-29 14:35:09 +00:00
Pascal Abresch c96e40d299 interface: fix oversight in comparison
Pointed out by Jérome Duval in https://review.haiku-os.org/c/haiku/+/8428

Change-Id: Ibbd3660616939bbc49514778d494e8e64d8dbf9f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8872
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
2025-01-28 04:06:53 +00:00
Pascal Abresch a498115d52 Tracker: fix button color for Open/Save Dialog
Change-Id: Iaa320020ebea8dba6ab5852799fc35f60b23885f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8871
Reviewed-by: waddlesplash <[email protected]>
2025-01-28 03:10:21 +00:00
Pascal Abresch 222402172a pref/appearence: Rename several files
No functional change intended

Change-Id: I6ccc417098f5713e80348da767a914ceec5c8b4a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8870
Reviewed-by: waddlesplash <[email protected]>
2025-01-28 03:10:21 +00:00
Pascal Abresch 3d1f0f31ec pref/appearence: Remove old cursor code
Change-Id: I4b88e582f1241e99e3fcfdbf4242f9524309682b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8869
Reviewed-by: nephele nephele <[email protected]>
2025-01-28 02:52:05 +00:00
Pascal Abresch 059a86da75 Appearence: remove dead code from FontPreferences
No functional change Intended

Change-Id: I1c61f5d0ed30678bce1d94feda8e0cd3744ab51e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8430
Reviewed-by: Adrien Destugues <[email protected]>
2024-12-23 09:42:14 +00:00
Pascal Abresch 3b8cfd27cc mail_daemon: Error log improvements
This should fix the colors in the dark mode, and will also properly size the scrollbar

The initial window is still quite small however, and skips deskbar.

Change-Id: I9181095cd44cc2b24cddcbd96754fb04a7ac2cfd
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7882
Reviewed-by: nephele nephele <[email protected]>
2024-12-22 19:30:53 +00:00
Pascal AbreschandNiklas Poslovski ca9854451d TextControl: Make background of invalid control red
Co-Authored-By: Niklas Poslovski <[email protected]>
Change-Id: Idd6aa8984aab5d8a8aee81bade23946b88f2497e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8428
Reviewed-by: nephele nephele <[email protected]>
Tested-by: Commit checker robot <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: John Scipione <[email protected]>
2024-10-24 09:05:03 +00:00
Pascal Abresch 6ab7170720 test: add Invalid for TextControlText in WidgetLayoutTest
Change-Id: I1f010fa752251bae7fc94f6d3e8321e57efdc041
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8429
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: John Scipione <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2024-10-24 09:04:44 +00:00
Pascal Abresch 450de6e95f Appearence: Fix control background color in automatic colors dark mode.
Change-Id: I845f65ea811820ef27874d30782100bb5d175419
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7959
Reviewed-by: waddlesplash <[email protected]>
2024-08-08 20:59:46 +00:00
Pascal Abresch e86b891320 ResEdit: fix rendering in Dark mode
Change-Id: I70d14750e1d695ab6448d066d94065357ee75ada
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7957
Reviewed-by: waddlesplash <[email protected]>
2024-08-08 01:17:02 +00:00
Pascal Abresch c3f534848d IK: ColumnListView: Draw the expander box in dark mode
Change-Id: I83ff1de98a12527a6c5ede0940c1c95cb1adf1dc
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7956
Reviewed-by: waddlesplash <[email protected]>
2024-08-08 01:17:02 +00:00
Pascal Abresch 65de39a14b WebPositive: fix close tab button in dark mode
Change-Id: Id133626247b8a763d8befd87cc8db0a7048d1218
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7935
Reviewed-by: waddlesplash <[email protected]>
2024-08-08 01:17:02 +00:00
Pascal Abresch d404a2f036 IK: ColumnListView dark mode fix
Change-Id: I19c4ad3f617b6fb9db15a4e8f0a9bae459f61e97
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7934
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
2024-08-08 01:16:43 +00:00
Pascal Abresch 47c05920fd Docs: Document color_which UI colors
Change-Id: Ic8fef097ac6cc616ae962459c42f93109a1833ae
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7656
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
Reviewed-by: nephele nephele <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2024-05-19 08:55:45 +00:00
Pascal Abresch dd1a164fd6 GLife: Fix localization, use unicode multiplication sign
Change-Id: Iba5c98142289aae52ab55066c5ac62d5e957e34b
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7518
Reviewed-by: Adrien Destugues <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2024-05-03 16:38:23 +00:00
Pascal Abresch 03e4248786 AboutSystem: fix the build
Change-Id: Ie0c34be2cccf567d624449175b1e54f29c2e7602
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7498
Reviewed-by: nephele nephele <[email protected]>
2024-03-03 09:39:53 +00:00
Pascal Abresch e908eeabb6 Credits: add nephele and humdinger to maintainers
Change-Id: I19731c575fbe380ef9f788476852d9a3f33bcbbd
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7496
Reviewed-by: humdinger humdinger <[email protected]>
2024-03-03 09:20:08 +00:00
Pascal Abresch b005f8c975 DeskCalc: Fix expressionView text color
Also makes DeskCalc use the Panel text color if the contast is
sufficient
Change-Id: Ibe2d0ad4ba5958f2629be3759091233ad86bcc9d

Change-Id: I51cd7a06e6ea236ec3325d1787ff72ad489fe868
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7488
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
2024-02-28 23:18:27 +00:00
Pascal Abresch da24b14bf2 FlatControlLook: build fix
Change-Id: Iecc2e406dc5c97f9cd45c6ba1e4c279f63aa166c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7487
Reviewed-by: waddlesplash <[email protected]>
2024-02-28 18:36:23 +00:00
Pascal Abresch 4d120bec16 Tests: fix kit/interface/GetMouseTest
Change-Id: I7b17fe378aa7cc8e100e9cea526b2c1c04757681
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7486
Reviewed-by: waddlesplash <[email protected]>
Reviewed-by: nephele nephele <[email protected]>
2024-02-28 17:53:38 +00:00
Pascal Abresch f3fc706a68 Tests: Disable PPP tests
Change-Id: I2f8957dd52c32dbfb6bb5efdef64c48aa599692e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7483
Reviewed-by: nephele nephele <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
2024-02-28 17:53:38 +00:00
Pascal Abresch d260dfde10 Tests: fix app/messaging compile
Change-Id: Idf5311d8ad29bc96fc2d0d24b9e0b0124d69b43d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7482
Reviewed-by: waddlesplash <[email protected]>
Reviewed-by: nephele nephele <[email protected]>
2024-02-28 17:53:38 +00:00
Pascal Abresch 9c274ccd09 Document new rgb_color apis, apply their usage.
Change-Id: I48f1bedd3abfb3b445c1c7090ce43504bcff4537
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7485
Reviewed-by: waddlesplash <[email protected]>
2024-02-28 17:53:38 +00:00
nep 9931e8eeee rgb_color: Add new APIs: Contrast(), IsLight(), IsDark()
- Remove perceptual_brightness
- Change implementation of rgb_color::Brightness() to the previous BPrivate::perceptual_brightness()
- Introduce convenience methods Contrast(rgb_color), IsLight() and IsDark()

Change-Id: Id677d4a32ce43d73bffecf9baf8cffaafb01a16d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7399
Reviewed-by: waddlesplash <[email protected]>
2024-02-26 20:24:25 +00:00
Pascal Abresch f11b304632 Document Launch flags and Preference directory for findpath
Change-Id: I150c0ca1e0deb5749689bb1019a48efdcdc99def
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6701
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
Reviewed-by: nephele nephele <[email protected]>
2023-07-18 16:43:20 +00:00