• Joined on 2025年12月17日
smithcol11 commented on pull request Adamcake/Bolt#25 2026年06月04日 18:28:22 +02:00
Added better theme support for the app.

Also wanted to follow up about this. I thought having theme support would be good; could also let user's define their own themes using a toml, yaml, json file or something. If you aren't...

smithcol11 commented on pull request Adamcake/Bolt#20 2026年06月04日 18:26:01 +02:00
Ran clang-tidy -fix for all the cxx/hxx files in src and app.

@Adamcake Wanted to follow up with this. I noticed since opening this, some clang-tidy checks have been added, and the formatting is still disabled. If you aren't interested in the auto formats...

smithcol11 pushed to main at smithcol11/gen-compile-commands 2026年02月14日 05:12:34 +01:00
d6aa2fad4a
Fixed linking libc and libcpp bugs.
smithcol11 pushed to main at smithcol11/gen-compile-commands 2026年02月14日 04:41:30 +01:00
a2026a24b5
Migrate zig to 0.15.2.
smithcol11 pushed to lint-clang-tidy-fix at smithcol11/Bolt 2026年02月06日 04:47:00 +01:00
a63822e137
Merge branch 'master' into lint-clang-tidy-fix
7b784af90e
cmake: publish 0.21
564c5ec802 Merge pull request 'feat: add charactername api call' (#21) from JasperSurmont/Bolt:master into master
d335e76e1e
feat: add charactername api call
608bb30539
app: remove unused svgs
Compare 8 commits »
smithcol11 pushed to master at smithcol11/Bolt 2026年02月06日 04:44:58 +01:00
267fdf1045 Merge pull request 'fix: use setsid instead of setpgrp due to wine wow64 crashing when using the latter.' (#29) from nmlynch94/Bolt:master into master
97e1465b6b fix: use setsid instead of setpgrp due to wine wow64 crashing when using the latter.
Compare 2 commits »
smithcol11 created pull request Adamcake/Bolt#25 2026年01月26日 05:12:02 +01:00
Added better theme support for the app.
smithcol11 pushed to feature-app-themes at smithcol11/Bolt 2026年01月26日 05:08:41 +01:00
d4ababbab4
Added better theme support for the app.
smithcol11 created branch feature-app-themes in smithcol11/Bolt 2026年01月26日 05:08:41 +01:00
smithcol11 pushed to master at smithcol11/Bolt 2026年01月25日 23:54:19 +01:00
7b784af90e
cmake: publish 0.21
smithcol11 commented on pull request Adamcake/Bolt#20 2026年01月24日 17:42:21 +01:00
Ran clang-tidy -fix for all the cxx/hxx files in src and app.

@Adamcake I changed the clang-format style to be Chromium based, with the modifications to tabs and pointer alignment.

smithcol11 pushed to lint-clang-tidy-fix at smithcol11/Bolt 2026年01月24日 17:36:57 +01:00
c53aa80e0b
Ran clang-tidy -fix for all the cxx files in src and app.
smithcol11 pushed to master at smithcol11/Bolt 2026年01月24日 17:20:37 +01:00
564c5ec802 Merge pull request 'feat: add charactername api call' (#21) from JasperSurmont/Bolt:master into master
d335e76e1e
feat: add charactername api call
608bb30539
app: remove unused svgs
bbca154475
app: redo "browse app data" button
ba74187066
app: redo "configure runelite" button
Compare 6 commits »
smithcol11 commented on pull request Adamcake/Bolt#20 2026年01月19日 18:04:37 +01:00
Ran clang-tidy -fix for all the cxx/hxx files in src and app.

Hey, thanks for taking a look. Addressing your comments:

smithcol11 created pull request Adamcake/Bolt#20 2026年01月14日 05:18:40 +01:00
Ran clang-tidy -fix for all the cxx/hxx files in src and app.
smithcol11 pushed to lint-clang-tidy-fix at smithcol11/Bolt 2026年01月14日 05:05:58 +01:00
c54016479e
Ran clang-tidy -fix for all the cxx files in src and app.
smithcol11 created branch lint-clang-tidy-fix in smithcol11/Bolt 2026年01月14日 05:05:58 +01:00
smithcol11 pushed to master at smithcol11/Bolt 2026年01月13日 05:51:48 +01:00
9042d9b2c0 Merge pull request 'feature-app-news' (#12) from smithcol11/Bolt:feature-app-news into master
b326db22ee
Added a timestamp to the PSA fetch so it won't use cache.
35d7b2eab7
Change PSA to be fetched once a minute.
552c2cf2f3
Changed the PSA to be more in line with the rest of the UX.
88072dc18c
News opens in default browser; moved PSA to logs as a warning.
Compare 11 commits »
smithcol11 deleted branch feature-app-news from smithcol11/Bolt 2026年01月13日 05:51:00 +01:00
smithcol11 commented on pull request Adamcake/Bolt#12 2026年01月10日 19:29:14 +01:00
feature-app-news

Okay I think I fixed that. I added a query param to the URL, just a timestamp, to force it to be unique.