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-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
2021-05-26
Help: Tweak splitter spacing in main UI layout
Andreas Kling
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-26
3DFileViewer: Support textured models
Jesse Buhagiar
2021-05-25
HexEditor: Construct Find dialog from GML
Brendan Coles
2021-05-25
PDFViewer: Add a toolbar
Matthew Olsson
2021-05-25
PDFViewer: Add a tab bar with outlines and thumbnails
Matthew Olsson
2021-05-24
HexEditor: Store UI layout preferences in config file
Brendan Coles
2021-05-24
FontSettingsWidget: Reduce duplication in Label setup code
Thomas Keppler
2021-05-24
FontSettingsWidget: Promote Labels as instance members
Thomas Keppler
2021-05-24
FontSettingsWidget: Display the default (fixed-width) font's name
Thomas Keppler
2021-05-23
Browser: Add context menu with history for back/forward button
Marcus Nilsson
[next]