serenity/Userland
thankyouverycool d938b9effe LibGUI+Applications: Rename automatic scrolling timer functions
Renames on_automatic_scrolling_timer_fired() =>
	automatic_scrolling_timer_did_fire()

The 'on_' prefix is usually reserved for AK::Function hooks.

Renames set_automatic_scrolling_{active,timer}() =>
	set_automatic_scrolling_timer_active()

For consistency, accuracy, and header file A E S T H E T I C S
2022-12-26 09:27:19 +01:00
..
Applets
Applications LibGUI+Applications: Rename automatic scrolling timer functions 2022-12-26 09:27:19 +01:00
BuggieBox
Demos CatDog: Simplify animation frame logic and fix minor bugs 2022-12-16 08:50:35 -07:00
DevTools HackStudio: Remove release_values_but_fixme_should_propogate_errorss 2022-12-26 04:57:02 +03:30
DynamicLoader
Games Snake: Use a statusbar to display the current and high score 2022-12-23 23:26:21 +01:00
Libraries LibGUI+Applications: Rename automatic scrolling timer functions 2022-12-26 09:27:19 +01:00
Services WebDriver: Implement stub for .../element/{element id}/click 2022-12-25 17:24:52 +01:00
Shell Shell: Disable interactive mode on '-c' 2022-12-12 13:57:06 +00:00
Utilities pro: Warn if credentials will not be considered for Authorization 2022-12-26 08:06:21 +03:30
CMakeLists.txt