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-09-22
SystemMonitor: Fix assert when sorting by the "Page map" column
Tibor Nagy
2020-09-22
SystemMonitor: Wrap adapters and sockets model into a SortingProxyModel
Tibor Nagy
2020-09-22
SystemMonitor: Add sorting key to the devices model
Tibor Nagy
2020-09-21
Applications: Use placeholders in TextBoxes where applicable
Peter Elliott
2020-09-21
LibJS: Rename InterpreterScope => InterpreterExecutionScope
Andreas Kling
2020-09-21
Spreadsheet: Always keep the workbook interpreter in VM scope
AnotherTest
2020-09-20
FontEditor: Draw the baseline in the glyph editor widget
Tibor Nagy
2020-09-20
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
Andreas Kling
2020-09-19
LibGfx+FontEditor+Base: Add "baseline" value to all fonts
Andreas Kling
2020-09-19
FileManager: Prevent feedback loop between treeview and directory view
Andreas Kling
2020-09-18
FileManager: Properly reveal newly opened directories in the treeview
Andreas Kling
2020-09-18
FileManager: Update GUI when "entering" an inaccessible directory
Andreas Kling
2020-09-18
FileManager: Show an inline error message for inaccessible directories
Andreas Kling
2020-09-18
FileManager: Remove an unused enum in DirectoryView
Andreas Kling
2020-09-17
FileManager: Move DirectoryView into the FileManager namespace
Andreas Kling
2020-09-17
FileManager: Move the DesktopWidget to its own compilation unit
Andreas Kling
2020-09-17
FileManager: Handle drop events in DirectoryView
Andreas Kling
2020-09-16
FileManager: Use GUI::FileIconProvider for the location box icon
Andreas Kling
2020-09-16
FileManager: Show the root (/) directory in the treeview on the left
Andreas Kling
2020-09-16
LibGUI: Fix TreeView scrolling to top when clicking sub-items
Andreas Kling
2020-09-14
Browser: Move the basic Tab UI skeleton to JSON GUI
Andreas Kling
2020-09-14
Browser: Set tab text alignment from JSON GUI
Andreas Kling
2020-09-14
Browser: Generate the main browser window UI from JSON :^)
Andreas Kling
2020-09-14
Build+TextEditor: Add a compile_json_gui() CMake helper
Andreas Kling
2020-09-14
TextEditor: Move the find/replace buttons to JSON GUI
Andreas Kling
2020-09-14
TextEditor: Set initial widget visibilities from JSON
Andreas Kling
2020-09-14
TextEditor: Move the "find" and "replace" widget containers to JSON GUI
Andreas Kling
2020-09-14
TextEditor: Move the main window UI to JSON
Andreas Kling
2020-09-13
FileManager: Use the correct delete action in the treeview context menu
Andreas Kling
2020-09-13
FileManager: Move delete and force-delete actions to DirectoryView
Andreas Kling
2020-09-13
KeyboardMapper: Avoid using [&] captures for persistent lambdas
Andreas Kling
2020-09-13
FileManager: Move "Open Terminal here" action to DirectoryView
Andreas Kling
2020-09-12
Spreadsheet: Implement a specialised version of printf for formatting
AnotherTest
2020-09-12
Spreadsheet: Allow customising the cell foreground and background colors
AnotherTest
2020-09-12
Spreadsheet: Allow cells to optionally have static fg/bg colors
AnotherTest
2020-09-12
IRCClient: Remove unused dump() logic
Ben Wiederhake
2020-09-12
LibGfx: Saner memory usage of indexed bitmaps
Ben Wiederhake
2020-09-11
HexEditor: Use widget override cursors
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-10
IRCClient: Use NonnullRefPtr<IRCClient> throughout
Andreas Kling
2020-09-08
Spreadsheet: Add "final" to JS objects and tweak declarations
Andreas Kling
2020-09-08
Refactor: Replace usages of FixedArray with Array.
asynts
2020-09-07
IRCClient: Add the "/me" command to send CTCP ACTION emotes :^)
Andreas Kling
2020-09-06
Terminal: Use utmpupdate to update /var/run/utmp
Andreas Kling
2020-09-05
PixelPaint: Update "paste" action enabled state based on clipboard
Andreas Kling
2020-09-05
PixelPaint: Allow pasting a copied bitmap as a new layer :^)
Andreas Kling
2020-09-05
QuickShow: Allow copying the current bitmap to the clipboard :^)
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-09-03
DisplaySettings: Remove unnecessary file open for non-paths
Avery
[next]