1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:38:13 +00:00
serenity/Userland/Applications
Tim Ledbetter b0fad409bf PixelPaint: Scale lasso tool preview path on zoom level change
The size of the preview shown by the lasso tool now scales with the
current zoom level.
2023-01-12 11:29:10 +01:00
..
3DFileViewer 3DFileViewer: Use AK::Time to accumulate frame and cycle counts 2023-01-07 14:51:04 +01:00
About Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
AnalogClock LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Assistant LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2023-01-12 11:25:51 +01:00
Browser Everywhere: Use ElapsedTimer::elapsed_time() for comparisons 2023-01-07 14:51:04 +01:00
BrowserSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
Calculator LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
Calendar LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
CalendarSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
CharacterMap LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
ClockSettings LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr 2023-01-12 11:25:51 +01:00
CrashReporter Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
Debugger Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
DisplaySettings LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr 2023-01-12 11:25:51 +01:00
Escalator LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
FileManager Everywhere: Use ElapsedTimer::elapsed_time() for comparisons 2023-01-07 14:51:04 +01:00
FontEditor LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
GamesSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
Help Help: Update browse view when opening a new help page 2023-01-09 09:55:02 +01:00
HexEditor Userland: Use Core::Timer::create_foo() factory functions where possible 2023-01-12 11:25:51 +01:00
ImageViewer Userland: Replace remaining Core::Timer::construct()s with try_create() 2023-01-12 11:25:51 +01:00
KeyboardMapper LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
KeyboardSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
Magnifier Magnifier: Port to Core::Stream 2023-01-08 20:08:18 +00:00
Mail LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
MailSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
MouseSettings LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr 2023-01-12 11:25:51 +01:00
NetworkSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
PartitionEditor LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
PDFViewer PDFViewer: Port to Core::Stream::File 2023-01-10 22:15:23 +00:00
Piano Userland: Use Core::Timer::create_foo() factory functions where possible 2023-01-12 11:25:51 +01:00
PixelPaint PixelPaint: Scale lasso tool preview path on zoom level change 2023-01-12 11:29:10 +01:00
Presenter Presenter: Rearchitect on top of LibWeb 2023-01-09 22:34:57 +00:00
Run LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
Settings LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
SoundPlayer Userland: Use Core::Timer::create_foo() factory functions where possible 2023-01-12 11:25:51 +01:00
SpaceAnalyzer SpaceAnalyzer: Do not reset the path to '/' after a refresh 2023-01-09 17:08:17 +00:00
Spreadsheet Userland: Replace remaining Core::Timer::construct()s with try_create() 2023-01-12 11:25:51 +01:00
SystemMonitor LibCore+Userland: Don't auto-start new Core::Timers 2023-01-12 11:25:51 +01:00
Terminal LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr 2023-01-12 11:25:51 +01:00
TerminalSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
TextEditor LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
ThemeEditor ThemeEditor: Warn about unsaved changes on file drop 2023-01-11 20:15:47 +00:00
VideoPlayer VideoPlayer: Port to GML 2023-01-09 17:32:03 +00:00
Welcome LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
CMakeLists.txt Applications: Add Presenter 2022-11-25 14:28:33 -07:00