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-11-30
Spreadsheet: Implement drag-to-select
AnotherTest
2020-11-30
Spreadsheet: Clear callbacks on persistent widgets before tearing tabs down
AnotherTest
2020-11-30
Spreadsheet: Clear the cell and commit when the delete key is pressed
AnotherTest
2020-11-30
Spreadsheet: Implement infinit-scroll for columns
AnotherTest
2020-11-30
Spreadsheet: Implement infinite-scroll for rows
AnotherTest
2020-11-30
Spreadsheet: Force-update the spreadsheet widget after pasting
AnotherTest
2020-11-30
Terminal: Wait on the utmpupdate process to finish
Tom
2020-11-29
Terminal: Allow the user to configure the maximum history size
AnotherTest
2020-11-27
TextEditor: Add button to match regular expression during search
Emanuel Sprung
2020-11-24
Spreadsheet: Allow copying from one cell to many
AnotherTest
2020-11-24
Spreadsheet: Add support for importing from and exporting to CSV files
AnotherTest
2020-11-24
Spreadsheet: Add a CSV reader and writer
AnotherTest
2020-11-23
Calculator: Changed 'CE' Button from 'Clear Error' To 'Clear Entry'
Zac
2020-11-22
PixelPaint: Use UndoStack instead of History
BenJilks
2020-11-22
PixelPaint: Applying filters should be an action
BenJilks
2020-11-22
PixelPaint: Export image as BMP
BenJilks
2020-11-22
PixelPaint: Save and load to and from disk
BenJilks
2020-11-22
PixelPaint: Undo and redo actions
BenJilks
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-11-22
SoundPlayer: Add pledge for thread so file chooser doesn't crash
Simon Danner
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-09
AK: Rename new_out to out and new_warn to warn.
asynts
2020-11-08
Spreadsheet: Add support for copying ranges of cells to other cells
AnotherTest
2020-11-08
Spreadsheet: Update the view when using the cell editor
AnotherTest
2020-11-03
Spreadsheet: Enable Drag&Drop and Copy/Paste
AnotherTest
2020-11-03
Spreadsheet: Serialise Positions to URLs and add Sheet::from_uri()
AnotherTest
2020-11-02
Applications: Use pledge and unveil
Brendan Coles
2020-11-02
Applications: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-11-02
Applications: Use GUI::CommonActions for save and save as menu options
Brendan Coles
2020-11-01
SoundPlayer: Optionally allow playback to loop indefinitely
Brendan Coles
2020-10-31
Terminal: Run clang-format
Andreas Kling
2020-10-31
Spreadsheet: Add support for example views and hyperlinks in the docs
AnotherTest
2020-10-31
LibGfx: Move FontDatabase from LibGUI to LibGfx
Andreas Kling
2020-10-31
Applications: Use application icons for dialog windows
Brendan Coles
2020-10-31
Spreadsheet: Add Help menu
Brendan Coles
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-25
LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
Andreas Kling
2020-10-25
HexEditor: Use the system default fixed width font
Andreas Kling
2020-10-25
AK: Eradicate calls to warn().
asynts
2020-10-25
LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fonts
Andreas Kling
2020-10-25
LibGUI: Make table view row height+padding font-size-relative
Andreas Kling
2020-10-24
AK: Eradicate the uses of out().
asynts
2020-10-23
LibWeb: Fix Document construction mishap in <template> element
Andreas Kling
2020-10-22
FileManager: Ignore model updates during widget construction
Andreas Kling
2020-10-22
FileManager: Update the error label overlay on back/forward navigation
Andreas Kling
2020-10-22
FileManager: Set up the model error/complete callbacks earlier
Andreas Kling
2020-10-22
LibWeb: Add namespace to Element
Luke
2020-10-16
PixelPaint: Tool properties panel
BenJilks
[next]