Commit Graph

2029 Commits

Author SHA1 Message Date
ef2770b718 Bypass commit in SearchTextBox regardless of Shift and Ctrl. 2017-07-18 17:40:34 +08:00
a0c4fcdb4b Move xml doc to the right class. 2017-07-18 17:03:59 +08:00
7acff29bd3 Fix OsuTooltipContainer.PopIn not overriding PopOut transforms 2017-07-18 11:53:56 +03:00
87bcd526f3 Get rid of raw AddDelay calls within osu.Game 2017-07-17 16:51:21 +03:00
19fb03e737 Try different formatting style 2017-07-16 18:28:20 +03:00
032e9df67b ApplyDelay -> AddDelay 2017-07-16 17:47:29 +03:00
99221260c4 Replace several usages of BeginDelayedSequence with LINQ-style 2017-07-16 17:42:01 +03:00
71105bb9ee Delay -> ApplyDelay; DelayReset -> ResetDelay 2017-07-16 14:06:46 +03:00
6063219b72 Update framework 2017-07-16 13:59:26 +03:00
a5e610a7ba Update framework and fix compilation
Most issues were related to BeginLoopedSequence usage and lack of
"this." in front of transform helpers.
2017-07-14 19:18:12 +03:00
fd58c6e835 Nicer generic rolling counters 2017-07-14 19:14:07 +03:00
26b36c08a3 Prefer ScrollTo in SectionsContainer. 2017-07-14 22:56:27 +08:00
6cf36da389 Merge branch 'master' into profile 2017-07-14 22:52:19 +08:00
b5fbb26f8f Merge branch 'master' of https://github.com/ppy/osu into better-transforms 2017-07-14 16:46:18 +03:00
c73a1ae058 Use TransformTo in rolling counters 2017-07-14 16:46:00 +03:00
d2c18026f2 Removed unnecessary variables 2017-07-14 12:45:24 +02:00
00a622da1a Let disabled icon buttons be interactive again 2017-07-14 12:31:12 +02:00
c053733ea9 Updated to use ppy's implementation 2017-07-14 12:09:55 +02:00
8e0d59bfed Updated to use ppy's implementation 2017-07-14 12:08:56 +02:00
a6d917285a Merge branch 'master' into settings-improvements 2017-07-14 19:22:45 +10:00
b7612af20c Make comment different 2017-07-14 18:08:47 +09:00
b1d447bf71 Add missing access modifier 2017-07-14 07:05:39 +09:00
bfa6a9aa4e Add missing licence header 2017-07-14 06:43:33 +09:00
ce204b8e7b Merge remote-tracking branch 'ppy/master' into right-mouse-scrollbar 2017-07-14 06:23:07 +09:00
f4fd263671 Fix settings not offsetting scroll operations by fixed header content 2017-07-13 17:09:12 +09:00
de46f3ab07 Remove all unnecessary parenthesis where object initialisers are used
Enforces at CI.
2017-07-13 15:11:33 +09:00
b79e309c2f Don't lock scroll position of SectionsContainer header elements on negative scroll
Feels better in all cases.
2017-07-13 14:24:41 +09:00
c02a85bc4a Formatting 2017-07-13 13:52:40 +09:00
3a4150c6c3 Merge remote-tracking branch 'upstream/master' into profile
# Conflicts:
#	osu.Game/Graphics/Containers/SectionsContainer.cs
2017-07-13 13:44:21 +09:00
9d47dd9ff9 Add support for right mouse absolute scrolling (when enabled)
Will likely need to be bindable when hooked up to settings and actually used.
2017-07-12 18:57:44 +09:00
0322e66c25 Merge remote-tracking branch 'upstream/master' into container-collection-readonlylist 2017-07-12 13:07:23 +09:00
c8c1dcae28 Fix incorrect filename 2017-07-12 12:55:40 +09:00
9d523ea012 Update framework 2017-07-12 11:06:13 +09:00
4045083dcd Update sorting comparers in line with framework changes 2017-07-11 21:21:58 +03:00
fd4a054921 Merge branch 'master' into profile 2017-07-11 09:16:32 +08:00
e8ce3e16b0 Address CI concern 2017-07-10 12:52:29 +03:00
d9b362489b Fix incorrect TimeUntilNextBeat and add TimeSinceLastBeat 2017-07-10 12:07:38 +03:00
0e2dc9388a More changes in-line with framework changes. 2017-07-10 12:55:47 +09:00
6f2b49dea8 Merge branch 'master' into profile. 2017-07-10 10:36:23 +08:00
7952e7caa9 Fix typos 2017-07-10 03:22:08 +09:00
2c8b8c3f9c Update loop logic in line with framework changes 2017-07-09 18:23:34 +09:00
178685292a Merge branch 'master' of https://github.com/ppy/osu into better-fill-mode 2017-07-08 12:25:08 +03:00
6de9776e05 Update framework with tooltip changes 2017-07-07 08:59:17 +03:00
d68f17b697 Use tooltip and context menu containers as newly required 2017-07-06 15:15:12 +03:00
724e5aa99e Merge master into better-input 2017-07-05 13:59:40 -07:00
cadc191602 Merge branch 'master' into profile 2017-07-02 22:03:30 +08:00
043c7756f7 public -> protected 2017-07-01 07:09:26 -07:00
bb15bc0467 Use ReceiveMouseInputAt whenever possible 2017-06-30 09:54:03 +03:00
5c02f1812f Remove now unneeded Contains overrides 2017-06-30 09:53:52 +03:00
f3f3952ba5 More unused usings 2017-06-29 12:20:05 -07:00