index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
Age
Commit message (
Expand
)
Author
2021-06-25
DisplaySettings: Show screen numbers when showing the Monitors tab
Tom
2021-06-25
FileManager: Add "Open in New Window" context menu action
Sam Atkins
2021-06-25
Browser: Add alternate shortcut F6 for focusing the location box
Aatos Majava
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-24
Userland: Add more TODO()s for arch-specific code
Gunnar Beutner
2021-06-24
LibSQL: Move Lexer and Parser machinery to AST directory
Jan de Visser
2021-06-23
HexEditor: Change name for unsaved files to 'Untitled'
Gunnar Beutner
2021-06-23
HexEditor: Prompt the user to save changes when opening a file
Gunnar Beutner
2021-06-23
DisplaySettings: Revert changes unless confirmed
Xavier Defrang
2021-06-22
TextEditor: Don't open files when the user cancelled saving changes
Gunnar Beutner
2021-06-22
PixelPaint: Allow copying arbitrary selections
Davipb
2021-06-22
PixelPaint: Add more options to RectangleSelectTool
Davipb
2021-06-22
PixelPaint: Expose more complex selection operations
Davipb
2021-06-22
PixelPaint: Use Mask internally in Selection
Davipb
2021-06-22
PixelPaint: Add a Mask class
Davipb
2021-06-22
PDFViewer: Update the page number when scrolling between pages
FalseHonesty
2021-06-21
PixelPaint: Add loading and saving of color palettes
Felix Rauch
2021-06-21
SoundPlayer: Handle any input file sample rate
Nick Miller
2021-06-20
PixelPaint: Add basic support for closing tabs
Marcus Nilsson
2021-06-20
Browser: Enable close button on tabs
Marcus Nilsson
2021-06-20
WindowServer: Add API to set/get screen layouts
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-18
Browser: Add setting to change homepage URL
Marco Cutecchia
2021-06-17
PixelPaint: Add new selection moving modes
Elliot Maisl
2021-06-17
PixelPaint: Update debug message in the copy action to the used method (#8113)
Erik Sommer
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-17
Spreadsheet: Pledge 'fattr' to avoid crashing after exporting as csv
stelar7
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-16
LibJS: Replace Object's create_empty() with create() taking a prototype
Linus Groh
2021-06-17
Spreadsheet: Remove the offset used for exception TextRanges
Ali Mohammad Pur
2021-06-17
Spreadsheet: Remove 'return (...)' workaround in conditional formatting
Ali Mohammad Pur
2021-06-17
Spreadsheet: Do not cancel drag-select when moving over a cell corner
Ali Mohammad Pur
2021-06-17
Spreadsheet: Correctly resolve nonstandard column names
Ali Mohammad Pur
2021-06-17
Spreadsheet: Make the XSV parser start with a preview parse
Ali Mohammad Pur
2021-06-16
PixelPaint: Set the image title when creating a new image
Aatos Majava
2021-06-16
Help: When opening a page, make sure it is selected in the tree view
Timon Kruiper
2021-06-16
Help: Make sure the home page is actually shown when opening the app
Timon Kruiper
2021-06-16
PixelPaint: Don't open new images in background tabs
Andreas Kling
2021-06-16
PixelPaint: Make images keep track of their path & title
Andreas Kling
2021-06-16
PixelPaint: Make ImageEditor::image() return a reference (Image&)
Andreas Kling
2021-06-16
PixelPaint: Make the main UI tabbed and allow multiple open images :^)
Andreas Kling
2021-06-16
PixelPaint: Make main window a little bit taller by default
Andreas Kling
2021-06-16
HexEditor: Use Yes/No/Cancel prompts for message boxes
Apoorv Mishra
2021-06-15
AK: Add support for removing SinglyLinkedList nodes during iteration
Idan Horowitz
2021-06-15
PixelPaint: Alternate selection outline between black and white
Mateusz Górzyński
2021-06-15
LibGUI: Allow tweaking each edge of TabWidget's content margins
Andreas Kling
2021-06-15
PixelPaint: Clear selection when opening a new image
Andreas Kling
2021-06-15
PixelPaint: Display an error message if exporting to PNG/BMP fails
Andreas Kling
2021-06-15
PixelPaint: Avoid unnecessary temporary layer bitmaps during PP load
Andreas Kling
2021-06-15
PixelPaint: Increase default size of new images from 1x1 to 480x360
Andreas Kling
[next]