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-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-08
SoundPlayer: Enable stop button when play button clicked
Nick Miller
2021-06-08
LibGUI+SoundPlayer: Add Slider option to jump to cursor
Nick Miller
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-07
WindowServer+Magnifier: Make Magnifier buttery smooth :^)
Andreas Kling
2021-06-07
Magnifier: Use a GUI::DisplayLink to drive the screen captures
Andreas Kling
2021-06-06
LibProtocol: Use URL class in RequestClient::start_request argument
Max Wipfli
2021-06-06
Magnifier: Add desktop display scale awareness
Eugene Barnett
2021-06-06
KeyboardMapper: Add GUI alert in case load from file fails
NonStdModel
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-04
LibVT+Terminal: Add color scheme support
Daniel Bertalan
2021-06-03
Everywhere: Remove accidental '\n' from various outln() invocations
Andreas Kling
2021-06-03
KeyboardMapper: Fix crash upon loading an invalid JSON file
NonStandardModel
2021-06-03
TextEditor: Remove unused header includes
Brian Gianforcaro
2021-06-02
TextEditor/GMLPlayground: Don't close app if user aborts save on exit
Matthew Jones
2021-06-02
KeyboardMapper: Add default path to keymaps
NonStandardModel
2021-06-02
Terminal/LibGUI::TextEditor: Add shift+return to search forwards
Marcus Nilsson
2021-06-02
Terminal: Remove unused includes
Marcus Nilsson
2021-06-02
Terminal: Close find & settings windows on application exit
Marcus Nilsson
2021-06-02
PixelPaint: Update Image.{cpp, h} to use east const
Marco Cutecchia
2021-06-02
PixelPaint: Support opening more image file formats
Marco Cutecchia
2021-06-02
SoundPlayer: Fix playback slider page stepping
Nick Miller
2021-06-01
HexEditor: Fix off-by-one bugs in selected text length calculations
Brendan Coles
2021-06-01
Spreadsheet: Remove usage of URL::set_path()
Max Wipfli
2021-06-01
AK: Remove URLParser
Max Wipfli
2021-06-01
AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()
Max Wipfli
2021-05-31
Userland: Avoid a bunch of JsonObject copies
Linus Groh
2021-05-31
SpaceAnalyzer: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-31
Debugger: Replace printf() with outln()
Linus Groh
2021-05-31
Spreadsheet: Keep value when clicking out of a cell
Brandon Hamilton
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-30
LibGL: Implement glBindTexture()
Stephan Unverwerth
2021-05-29
DisplaySettings: Set monitor widget color if no image is selected
Jesse Buhagiar
2021-05-29
HexEditor: Add find_all_strings() function
Brendan Coles
2021-05-29
Browser: Add title to go back/forward context menu
Marcus Nilsson
2021-05-29
Browser: Pass Tab::on_title_change title argument as const reference
Linus Groh
2021-05-29
Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookie
Linus Groh
2021-05-28
SystemMonitor: Disable menu items for inaccessible process
Marcus Nilsson
2021-05-28
SystemMonitor: Use u64 for disk sizes
Jesse Buhagiar
2021-05-27
HexEditor: Add 'Find All' option to Find Dialog to find all matches
Brendan Coles
2021-05-27
PDFViewer: Reset current page number to 1 when opening a file
Linus Groh
2021-05-27
PDFViewer: Enable previous/next buttons conditionally
Linus Groh
2021-05-27
PDFViewer: Fix previous/next page toolbar button icons
Linus Groh
2021-05-27
3DFileViewer: Add separator before quit menu action
Linus Groh
2021-05-27
PDFViewer: Add a Help menu
Linus Groh
2021-05-27
PDFViewer: Add separator before quit menu action
Linus Groh
2021-05-27
PDFViewer: Show app name as "PDF Viewer" when a file is loaded
Linus Groh
2021-05-27
SoundPlayer: Show app name as "Sound Player" when a file is loaded
Linus Groh
2021-05-27
LibGUI+TextEditor: Add the calculation of selected words
ry-sev
2021-05-27
3DFileViewer: Add view menu
Erik Biederstadt
[next]