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 08:32:38 +08:00
Code
Issues
Releases
Wiki
Activity
24,822
Commits
4
Branches
791
Tags
32843ffef55c9dc956120ef8a4c8c96fd94de106
Commit Graph
889 Commits
Fix nub position getting offset by size changes
smoogipoo
·
2019-12-26 15:14:19 +09:00
96a4f9ae53
Merge branch 'master' into allow-ctrl-tabbing-on-more-tab-controls
Joseph Madamba
·
2019-12-24 08:29:56 -08:00
2a5f661408
Fix caret width having changed
Dean Herbert
·
2019-12-24 18:23:09 +09:00
bc75bd34f6
Make OsuTextBox use BasicTextBox
smoogipoo
·
2019-12-24 14:21:16 +09:00
0bfd757936
Remove redundant tab item override
Joehu
·
2019-12-21 10:48:11 -08:00
119b48ccb0
Enum constraint for enum dropdown.
Huo Yaoyuan
·
2019-12-09 17:45:26 +08:00
c3518a2b94
Fix broken merge
Dean Herbert
·
2019-12-09 14:11:44 +09:00
03d18186c2
Improve animation of popup dialog buttons
Dean Herbert
·
2019-12-06 18:51:30 +09:00
680b2653ae
Replace Convert.ChangeType with IConvertible.
Huo Yaoyuan
·
2019-12-03 20:49:41 +08:00
46c9bdcf62
Fix spelling in comment on SearchTextBox.OnPressed
recapitalverb
·
2019-12-02 18:45:57 +07:00
1ec11946c6
Completely remove click sound debounce
Min
·
2019-11-28 16:03:59 +11:00
92ab8026a0
Split click and hover and disable click debounce
phosphene47
·
2019-11-28 00:44:01 +11:00
786fb9ede3
Use double instead of TimeSpan
phosphene47
·
2019-11-27 23:06:07 +11:00
d4afea0b5e
TimeSpans can be negative!
phosphene47
·
2019-11-27 22:51:27 +11:00
037d927e45
Debounce hover sounds
phosphene47
·
2019-11-27 22:47:00 +11:00
b126700f01
Merge branch 'master' into sharpen
Huo Yaoyuan
·
2019-11-26 18:21:50 +08:00
c0fe91a84c
Make DimmedLoadingLayer block input when active
Dean Herbert
·
2019-11-25 11:49:54 +09:00
36cabe72cf
Merge branch 'master' into sharpen
Huo Yaoyuan
·
2019-11-21 23:42:46 +08:00
818553027b
.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
Merge branch 'master' into sharpen
Huo Yaoyuan
·
2019-11-20 17:30:58 +08:00
374ef6ff83
Use costum displaying text for inherited references.
Huo Yaoyuan
·
2019-11-18 15:29:18 +08:00
53bc2dcab7
Reference elements in origin definition.
Huo Yaoyuan
·
2019-11-17 20:55:40 +08:00
b04bca7db6
Use typeparamref.
Huo Yaoyuan
·
2019-11-17 20:48:23 +08:00
f05b83d7d4
Merge branch 'master' into sharpen
Dean Herbert
·
2019-11-13 15:38:59 +09:00
ce60f8262c
Shrink and darken loading layer to better suit button
Dean Herbert
·
2019-11-12 21:38:16 +09:00
da819261e0
Use compound assignment.
Huo Yaoyuan
·
2019-11-12 19:53:50 +08:00
7d7b9e36b2
Merge branch 'master' into stateful-menu-items
Dean Herbert
·
2019-11-12 10:31:50 +09:00
52ab309295
Rename button class
Dean Herbert
·
2019-11-12 10:21:06 +09:00
5bb65d0716
Apply other styles.
Huo Yaoyuan
·
2019-11-11 20:27:04 +08:00
e9b8cbb516
Apply brace style.
Huo Yaoyuan
·
2019-11-11 20:13:13 +08:00
ccc8aa6fa4
Rename ThreeState -> TernaryState and add basic tests
Dean Herbert
·
2019-11-11 18:56:18 +09:00
bed62e0d2f
Merge branch 'master' into stateful-menu-items
Dean Herbert
·
2019-11-11 18:33:50 +09:00
c0f6e4687a
Fix tournament buttons playing sound effects
Dean Herbert
·
2019-11-08 17:00:47 +09:00
8bcbc93501
Separate ThreeStates into its own file
smoogipoo
·
2019-11-08 13:23:13 +09:00
a2c265c147
Add xmldocs and cleanup
smoogipoo
·
2019-11-08 13:23:13 +09:00
011bf09516
Reorder parameters
smoogipoo
·
2019-11-08 13:23:13 +09:00
0a15a13fab
Implement a three-state menu item
smoogipoo
·
2019-11-08 13:23:13 +09:00
30f877c4ab
Abstract statefulness of new menu item type
smoogipoo
·
2019-11-08 13:23:13 +09:00
ce08d664a5
Fix context menu sub-menu display
smoogipoo
·
2019-11-08 13:23:13 +09:00
4fe69dbc89
Add basic implementation of a toggleable menu item
smoogipoo
·
2019-11-07 22:26:35 +09:00
c3a3b4091b
Make simple OsuMenuItem ctor invoke the complex one
smoogipoo
·
2019-11-07 16:04:13 +09:00
29672c48e1
Move DrawableOsuMenuItem out of OsuMenu
smoogipoo
·
2019-11-07 16:03:35 +09:00
20d6eceecf
Move button implementation to OsuButton
Dean Herbert
·
2019-11-06 14:08:52 +09:00
4ce3450cfc
Update button usage
Dean Herbert
·
2019-11-05 16:26:31 +09:00
44d0791676
Make OsuButton correctly block hover events
Dean Herbert
·
2019-10-28 16:24:07 +09:00
6980f488dc
Refactor LoadingButton
Andrei Zavatski
·
2019-10-24 17:49:34 +03:00
85769982a0
Adjust naming inside the LoadingButton
Andrei Zavatski
·
2019-10-23 13:39:42 +03:00
b310fd9d44
Merge branch 'master' into comments-vote-pill
Dean Herbert
·
2019-10-23 15:41:54 +09:00
40c202c394
Apply adjustments for framework changes
smoogipoo
·
2019-10-23 14:04:06 +09:00
851773a842
Merge remote-tracking branch 'upstream/master' into make-most-textbox-carets-movable
Dean Herbert
·
2019-10-22 15:04:16 +09:00
001eae2c02
First
Previous
1
2
3
4
5
...
Next
Last