index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
Age
Commit message (
Expand
)
Author
2020-08-22
LibGUI+Calendar: Make Calendar a common widget in LibGUI
thankyouverycool
2020-08-22
Meta: Add missing license header to ThemeEditor
Itamar
2020-08-21
ThemeEditor: Tweak the main UI layout
Andreas Kling
2020-08-21
ThemeEditor: Set window icon and title
Andreas Kling
2020-08-21
ThemeEditor: Allow editing of theme colors one at a time
Andreas Kling
2020-08-21
ThemeEditor: Start working on a window theme editor :^)
Andreas Kling
2020-08-21
ChessEngine: Add ChessEngine
Peter Elliott
2020-08-21
SystemMonitor: Add a Processors tab
Luke
2020-08-19
Browser: add urls to browser history on load start
Jake Wilson
2020-08-18
Calendar: Add help menuitem
Abu Sakib
2020-08-17
FileManager: Make DirectoryView vend indexes from view model
Andreas Kling
2020-08-17
LibGUI: Don't require passing model to FileSystemModel::Node APIs
Andreas Kling
2020-08-17
FileManager: Move the "create new file" action into DirectoryView
Andreas Kling
2020-08-17
FileManager: Move "create new directory" action into DirectoryView
Andreas Kling
2020-08-17
FileManager: Partially bring back the desktop context menu
Andreas Kling
2020-08-17
FileManager: Don't pass DirectoryView subview to hooks that don't care
Andreas Kling
2020-08-17
FileManager: Use DirectoryView for both windowed and desktop mode
Andreas Kling
2020-08-17
LibWeb: Rename WebContentView => OutOfProcessWebView
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-17
FileManager: Apply wallpaper on startup
Luke
2020-08-17
FileManager: Don't close() twice when copying a file
Andreas Kling
2020-08-17
FileManager: Fix descriptor leak in copy_file, found by Coverity
Brian Gianforcaro
2020-08-17
FileManger: Fix file descriptor leak in copy_file_or_directory, found by Cove...
Brian Gianforcaro
2020-08-17
SystemMonitor: Uninitialized struct member in ProcessModel, found by Coverity
Brian Gianforcaro
2020-08-17
SoundPlayer: Uninitialized variable in SoundPlayerWidget, found by Coverity
Brian Gianforcaro
2020-08-17
Piano: Uninitialized member variables in RollWidet, found by Coverity
Brian Gianforcaro
2020-08-16
Browser: Add a debug menu action for triggering a JS garbage collection
Andreas Kling
2020-08-16
TextEditor: Put fonts in exclusive action group
thankyouverycool
2020-08-16
Base: Rename Pebbleton to reflect actual height
thankyouverycool
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Simplify TableCellPaintingDelegate API slightly
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
SystemMonitor: Invalidate ProcessModel indexes when necessary
Andreas Kling
2020-08-16
LibGUI: Make model sorting imperative and move order to AbstractView
Andreas Kling
2020-08-16
FileManager: Use one SortingProxyModel for all DirectoryView subviews
Andreas Kling
2020-08-16
SystemMonitor: Move memory graph caption from KB to KiB
Nico Weber
2020-08-16
Everywhere: Consolidate human_readable_size() implementations
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-15
SystemMonitor: ProcessStack is now ThreadStack
Ben Wiederhake
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-14
LibGUI: Make ModelSelection non-copyable and non-movable
Andreas Kling
2020-08-13
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
Andreas Kling
2020-08-13
LibGUI: Remove Model::sibling() since it's the same as index()
Andreas Kling
2020-08-13
LibGUI: Rename SortingProxyModel "target" to "source" instead
Andreas Kling
2020-08-12
FileManager: Remove one direct call to FileSystemModel from outside
Andreas Kling
2020-08-12
FileManager: Use FileIconProvider in the properties dialog
Andreas Kling
2020-08-12
Applications: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Browser: Avoid ninja-import of global variable
Ben Wiederhake
[next]