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-18 05:39:53 +08:00
Code
Issues
Releases
Wiki
Activity
59,166
Commits
4
Branches
791
Tags
ec1bf7b0b2d34ec00ade4e02fcdf55fa96667a8c
Commit Graph
38 Commits
Fix
ZoomableScrollContainer
potentially not updating content width on setup
Salman Ahmed
·
2022-12-23 00:56:38 +03:00
0cb9b79834
Partial everything
Dan Balasescu
·
2022-11-27 00:00:27 +09:00
7bc8908ca9
Ensure
ZoomableScrollContainer
content isn't shown until zoom is set
Dean Herbert
·
2022-09-27 17:07:11 +09:00
ccae721af2
Create a test and a check if initial zoom value of ZoomableScrollContainer is in range
Drison64
·
2022-09-17 22:43:40 +02:00
c075d3de08
Remove unused method
Dan Balasescu
·
2022-07-26 14:15:59 +09:00
1b2158ff04
Mark
SetupZoom
and parameterless
ZoomableScrollContainer
ctor as protected
Salman Ahmed
·
2022-07-25 12:07:50 +03:00
48bcf57066
Refactor
ZoomableScrollContainer
to allow setting up zoom range and initial zoom after load
Salman Ahmed
·
2022-07-25 12:07:50 +03:00
123930306b
Fix timeline zoom focus point when using buttons
Dan Balasescu
·
2022-07-22 17:03:05 +09:00
e1df50c8ff
Combine both calls to use same pathway
Dean Herbert
·
2022-07-22 14:59:20 +09:00
4cec9a085a
Fix zoom delta math
Adam Baker
·
2022-07-21 17:29:13 -05:00
997fe00cdc
Extract zoom delta method
Adam Baker
·
2022-07-21 17:28:43 -05:00
d69dc457ba
Make zoom sensitivity relative to containers max zoom
Adam Baker
·
2022-07-21 08:26:48 -05:00
a4f071fe53
Automated #nullable processing
Dan Balasescu
·
2022-06-17 16:37:17 +09:00
f8830c6850
Split zoom updating to named method with value as optional
Salman Ahmed
·
2022-06-15 07:57:16 +03:00
d3feb07bc1
Fix
ZoomableScrollContainer
attempting to update zoom with overlapping range
Salman Ahmed
·
2022-06-15 05:43:41 +03:00
268a7e1334
Fix
ZoomableScrollContainer
not updating on parent size changes
Salman Ahmed
·
2022-06-03 02:34:10 +03:00
21385655fe
Reword event handler name and update xmldoc
Salman Ahmed
·
2022-01-25 19:36:19 +03:00
4169e5592e
Add support for reading/saving timeline zoom in editor
Salman Ahmed
·
2022-01-25 18:57:39 +03:00
d1cbdf63f0
Don't fall through to seek if handling zoom
Bartłomiej Dach
·
2020-11-03 21:49:21 +01:00
ddf0d75c38
Use AltPressed shorthand
Bartłomiej Dach
·
2020-11-03 21:49:04 +01:00
4b528e80d0
Change editor timeline mouse wheel handling to scroll by default (and zoom with alt held)
Dean Herbert
·
2020-11-03 16:30:11 +09:00
c2ffc18379
Code Formatting
Leon Gebler
·
2020-10-27 15:09:10 +01:00
983a2774e8
Expose currentZoom to fix selection box wiggle
Leon Gebler
·
2020-10-27 14:38:35 +01:00
064c50c3ac
Fix missing dependency in ZoomableScrollContainer test
Dean Herbert
·
2020-02-14 14:41:55 +09:00
0e439e3a70
Fix not being able to seek using scroll wheel in timeline while playing track
Dean Herbert
·
2020-02-13 12:03:50 +09:00
118f862342
Standardise editor timeline zoom across maps of all lengths
Dean Herbert
·
2020-01-28 13:03:06 +09:00
4bb33046ca
Update MathUtils namespace usages
smoogipoo
·
2020-01-09 13:43:44 +09:00
91735ff367
.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
Update ScrollContainer usages in line with framework changes
Dean Herbert
·
2019-06-14 15:55:32 +09:00
bc574520bf
Reorder methods
smoogipoo
·
2019-05-09 13:53:53 +09:00
5c6b4d923f
Private method
David Zhao
·
2019-05-09 13:21:01 +09:00
d625f3c104
Give ZoomableScrollContainer an initial width
David Zhao
·
2019-05-08 13:37:03 +09:00
ff3c226596
Turn on warnings, resolve issues
smoogipoo
·
2019-04-25 17:36:17 +09:00
0bd35ab7bb
Add draw size invalidation to ZoomableScrollContainer
David Zhao
·
2019-04-19 16:21:15 +09:00
6502e26d09
Fix remaining issues
Dean Herbert
·
2019-02-28 13:31:40 +09:00
26d53d06a9
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
OpenTK -> osuTK
smoogipoo
·
2018-11-20 17:14:59 +09:00
f27bd3ef3e
Remove intermediate Screens namespace
smoogipoo
·
2018-11-06 18:28:22 +09:00
52f4923c8e