summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2021-01-01Terminal: Tweak "Find" menu item -> "Find..."Andreas Kling
2021-01-01FileManager: Hide unnecessary scrollbars in DirectoryViewAndreas Kling
2021-01-01FileManager: Defer setting FileSystemModel root path in DirectoryViewAndreas Kling
2021-01-01Terminal: Make the settings window modalAndreas Kling
2020-12-31LibGfx: Introduce provisional font interfaceStephan Unverwerth
2020-12-31Terminal: Move the settings window to GML :^)Andreas Kling
2020-12-31Piano: Quit the audio thread by checking Core::EventLoop for exitAndrew Kaster
2020-12-31LibThread: Hide Thread's constructor, as it is a Core::ObjectAndrew Kaster
2020-12-31PixelPaint: Use GUI::OpacitySlider for layer opacity settingsAndreas Kling
2020-12-31Terminal: Use GUI::OpacitySlider in the settings windowAndreas Kling
2020-12-31PixelPaint: Don't focus toolbox buttons on clickAndreas Kling
2020-12-31LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookupAndreas Kling
2020-12-31Everywhere: Fix more typosLuke
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30TextEditor: Switch to using GUI::FontPicker for picking editor font :^)Andreas Kling
2020-12-30Terminal: Switch to using GUI::FontPicker for choosing terminal fontAndreas Kling
2020-12-30CrashReporter: Show assertion message in backtrace, if anyLinus Groh
2020-12-30Terminal: Fix bell mode in Terminal SettingsMorc - Richard Gráčik
2020-12-30LibGUI: Rename AbstractSlider::on_value_changed => on_changeAndreas Kling
2020-12-30CrashReporter: Show PID from coredumpLinus Groh
2020-12-30CrashReporter: Read executable path from coredump process infoLinus Groh
2020-12-30Terminal+LibVT: Add settings window to the terminal context menuAndreas Kling
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-30Terminal: Tweak height of settings windowAndreas Kling
2020-12-30Terminal: Make the find shortcut Ctrl+Shift+FAndreas Kling
2020-12-30Terminal: Remove redundant scroll length settings optionIdan Horowitz
2020-12-30Applications: Added a new MouseSettings applicationIdan Horowitz
2020-12-30FileManager: Use GUI::SeparatorWidget in the properties dialogAndreas Kling
2020-12-30TextEditor: Show "Untitled" when there's no current document pathAndreas Kling
2020-12-30CrashDaemon: Move from Applications to ServicesAndreas Kling
2020-12-30DisplaySettings: Push the bottom buttons to the bottom the windowAndreas Kling
2020-12-30Terminal: Tweak settings window slightlyAndreas Kling
2020-12-30CrashReporter: Don't keep the coredump file open longer than necessaryAndreas Kling
2020-12-30DisplaySettings: Convert the GUI to GML :^)Andreas Kling
2020-12-30LibGUI: Remove unused Widget backcolor/forecolor propertiesAndreas Kling
2020-12-30HexEditor: Ignore control keys in text modeGal Horowitz
2020-12-30LibGUI: Give some widgets a reasonable default fixed heightAndreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-30SystemMonitor: Use new-style widget size constraintsAndreas Kling
2020-12-29CrashReporter: Tweak width of spacer widget by 1pxLinus Groh
2020-12-29Applications: Add CrashReporter :^)Linus Groh
2020-12-29LibCoreDump+CrashDaemon: Add and use CoreDump::BacktraceLinus Groh
2020-12-29LibCoreDump: Make for_each_thread_info() callback arg a referenceLinus Groh
2020-12-29LibCoreDump: CoreDumpReader => CoreDump::ReaderLinus Groh
2020-12-29Spreadsheet: Show a small inline doc window for the "current" functionAnotherTest
2020-12-29Spreadsheet: Highlight the source causing an exception in redAnotherTest
2020-12-29Spreadsheet: Add a 'contents' getter/setter to PositionAnotherTest
2020-12-28LibGUI: Refactor AbstractView "multi select" mode into "selection mode"Andreas Kling
2020-12-28FileManager: Implement the cut file operationIdan Horowitz
2020-12-28FileManager: Add a delete_path helper for singular pathsIdan Horowitz