This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-15 05:02:33 +08:00
Code
Issues
Releases
Wiki
Activity
65,490
Commits
4
Branches
791
Tags
ad69259eb8c2c8c45ede72a01558bb5bd2fe5f36
Commit Graph
102 Commits
Avoid using
.Children
for enumeration in other locations
Dean Herbert
·
2024-01-23 05:32:11 +09:00
02bb506cce
Partial everything
Dan Balasescu
·
2022-11-27 00:00:27 +09:00
7bc8908ca9
Automated #nullable processing
Dan Balasescu
·
2022-06-17 16:37:17 +09:00
f8830c6850
Correct code style
kj415j45
·
2021-07-17 21:37:58 +08:00
f4eeb9139e
use switch statement
Co-authored-by: bdach <
dach.bartlomiej@gmail.com
>
kj415j45
·
2021-07-17 21:16:57 +08:00
ca1080dfb5
Add missing LocalisableString
huoyaoyuan
·
2021-07-17 19:40:32 +08:00
e3c10e3994
add sound to tab controls
Jamie Taylor
·
2021-06-18 19:16:00 +09:00
4feb7c848f
Localise beatmap listing enum values
smoogipoo
·
2021-06-16 15:58:07 +09:00
3c3ff8be0d
Fix hovered osu tab items not showing hover state when deselected
Joehu
·
2020-09-17 23:09:09 -07:00
393ee1c9f5
Remove group selector for now, tidy up code somewhat
Dean Herbert
·
2020-07-09 13:47:11 +09:00
bbbe8d6f68
Simplify active tab font changes and expose necessary fields in OsuTabItem
TheWildTree
·
2020-03-26 14:19:36 +01:00
e33055e2c4
Remove exo specification completely
Dean Herbert
·
2020-03-13 13:43:48 +09:00
288470c313
Move OsuTabDropdown to it's own file
Andrei Zavatski
·
2020-02-17 23:56:35 +03:00
ae942388a2
Use virtual property for OsuTabControl.AccentColour
Andrei Zavatski
·
2020-01-26 17:21:22 +03:00
e54ea92c60
Remove unused using
Andrei Zavatski
·
2020-01-26 16:49:39 +03:00
891f9a9b18
Remake OsuTabControl.AccentColour
Andrei Zavatski
·
2020-01-26 12:57:19 +03:00
e442e8535b
Merge remote-tracking branch 'refs/remotes/ppy/master' into no-control-overlay-headers
Andrei Zavatski
·
2020-01-26 12:48:01 +03:00
6c1fa05804
Move reverse-order comparer to ChannelTabControl
TheWildTree
·
2020-01-25 22:16:21 +01:00
d2a032ca8d
Refactor OsuTabControl.AccentColour
Andrei Zavatski
·
2020-01-24 10:31:47 +03:00
738980e3f7
Cleanup OsuTabControl.AccentColour
Andrei Zavatski
·
2020-01-22 09:36:16 +03:00
bf2b71f7dd
Refactor OverlayHeader hierarchy
Andrei Zavatski
·
2020-01-21 06:00:12 +03:00
30edd80c8c
Update MathUtils namespace usages
smoogipoo
·
2020-01-09 13:43:44 +09:00
91735ff367
Remove unnecessarily exposed value
Dean Herbert
·
2020-01-03 15:35:18 +09:00
fe581bf27e
Method to property
Dean Herbert
·
2020-01-02 14:19:31 +09:00
546f64f951
.NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK.
Berkan Diler
·
2019-11-20 13:37:47 +01:00
6cab517b2d
Use typeparamref.
Huo Yaoyuan
·
2019-11-17 20:48:23 +08:00
f05b83d7d4
Apply brace style.
Huo Yaoyuan
·
2019-11-11 20:13:13 +08:00
ccc8aa6fa4
Rename variable and add xmldoc
Dean Herbert
·
2019-08-13 00:14:37 +09:00
c0f0fbbaa9
Add ability to not add all the items if enum
Andrei Zavatski
·
2019-08-12 12:33:01 +03:00
144d41f143
update code to work with
https://github.com/ppy/osu-framework/pull/2568
jorolf
·
2019-06-24 23:17:07 +02:00
4d8f49b9bc
Update font awesome usage
Dean Herbert
·
2019-04-02 19:55:24 +09:00
f1952c0816
Update icon usage to match framework changes
Dean Herbert
·
2019-03-27 19:29:27 +09:00
de80fc0eac
Merge branch 'master' into use-pattern-matching
Dean Herbert
·
2019-02-28 14:53:07 +09:00
2dbf7d122c
Use pattern matching wherever possible
Dean Herbert
·
2019-02-28 14:35:00 +09:00
e2c6a8bc07
Merge branch 'master' into more-inspections
Dean Herbert
·
2019-02-28 14:32:57 +09:00
0788a7e9f1
Use expression body for property get/set where possible
Dean Herbert
·
2019-02-28 13:58:19 +09:00
42be7857d1
Fix remaining issues
Dean Herbert
·
2019-02-28 13:31:40 +09:00
26d53d06a9
Merge branch 'master' into osu-fontusage
Dean Herbert
·
2019-02-22 18:09:23 +09:00
3015d40f8f
Explicitly set exo typeface in a few places
smoogipoo
·
2019-02-21 19:26:02 +09:00
8853f7ad76
Adjust namespaces
smoogipoo
·
2019-02-21 19:05:52 +09:00
d8c55bc729
Update with framework bindable changes
smoogipoo
·
2019-02-21 18:56:34 +09:00
bca347427f
Replace copy-constructor/method with extension method
smoogipoo
·
2019-02-20 19:32:30 +09:00
4db5531e4b
Made medium the default font weight
smoogipoo
·
2019-02-20 16:52:36 +09:00
dbfa95b9e7
Adjust sprite texts in-line with framework changes
smoogipoo
·
2019-02-20 15:03:20 +09:00
a2aa3ec5cb
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
Update tab text font on activation/deactivation
Roman Kapustin
·
2018-12-29 17:43:19 +03:00
850a7aa327
OpenTK -> osuTK
smoogipoo
·
2018-11-20 17:14:59 +09:00
f27bd3ef3e
Remove redundant type specifications
smoogipoo
·
2018-10-16 11:40:51 +09:00
3ad93d5a07
Change signature to new event handler
ekrctb
·
2018-10-02 12:02:47 +09:00
99fc04c8af
Update TabControl subclasses to use AddInternal
Shane Woolcock
·
2018-07-31 20:52:11 +09:30
47533f83c3
First
Previous
1
2
3
Next
Last