summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling
2020-05-03Meta: Fix Makefile permissions (not executable)Ben Wiederhake
2020-05-03AK+FileManager: Move out human_readable_size to AK::NumberFormatAnotherTest
2020-05-02Terminal: Write an empty string instead of (null) on Command keyAndres Vieira
2020-05-02Terminal: Add config for startup commandShannon Booth
2020-05-02DisplaySettings: Don't crash after 'pape'Ben Wiederhake
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake
2020-05-02WindowServer+LibGUI+Taskbar: Don't include frameless windows in listsAndreas Kling
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest
2020-05-01Applications: TextEditor INI file syntax highlighterHüseyin ASLITÜRK
2020-04-30TextEditor: Use document path as base URL for markdown preview HTMLAndreas Kling
2020-04-30Terminal: Tweak default prompt color slightly :^)Andreas Kling
2020-04-30FileManager: Realize the initial path when opened from the command lineAndreas Kling
2020-04-30Debugger: Add missing newline in "help" outputAndreas Kling
2020-04-30DisplaySettings: Tweak label "Color Name" => "Color"Andreas Kling
2020-04-30TextEditor: Pledge "unix" so we can load images in Markdown previewAndreas Kling
2020-04-30Browser: Add missing tooltip to bookmark buttonDylan Katz
2020-04-29FileManager: Fix crash when file properties has unnamed UID or GIDAndreas Kling
2020-04-29DisplaySettings: Arrange buttons in "OK, Cancel, Apply" orderAndreas Kling
2020-04-29DisplaySettings: Don't allow desktop background color with alphaAndreas Kling
2020-04-29DisplaySettings: Rename from DisplayPropertiesAndreas Kling
2020-04-29LibGUI: Simplify submenu constructionAndreas Kling
2020-04-29Browser: Add missing `#pragma once` in Tab.hEmanuele Torre
2020-04-28LibLine: Handle initialize() internallyAnotherTest
2020-04-28TextEditor: Fix typo in commentLinus Groh
2020-04-28TextEditor: Add live preview when editing markdown :^)Andreas Kling
2020-04-28LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)Andreas Kling
2020-04-28Browser: Make Ctrl+L select the location bar againAndreas Kling
2020-04-28Browser: Don't put favicons as the window iconAndreas Kling
2020-04-28Application: Fix for reboot on PowerDialog close button clickHüseyin ASLITÜRK
2020-04-28DisplayProperties: Allow going from a wallpaper to a background colourAndres Vieira
2020-04-28FileManager: Disable PropertiesDialog custom rename disabling logicAndres Vieira
2020-04-28FileManager: Disable permission checkboxes if user is not owner of pathAndres Vieira
2020-04-28FileManager: Deny rename in PropertiesDialog if user can't write in pathAndres Vieira
2020-04-28FileManager: Disable delete action if user can't write in current pathAndres Vieira
2020-04-28FileManager: Add folder-specific paste actionAndres Vieira
2020-04-28FileManager: Disable paste action for non-writable directoriesAndres Vieira
2020-04-28FileManager: Disables mkdir action if permissions don't allow itAndres Vieira
2020-04-27FileManager: Add paste action to DirectoryView's context menuAndres Vieira
2020-04-27FileManager: Paste inside folder if done through its context menuAndres Vieira
2020-04-27FileManager: Copy and Delete selected file(s), not current folderAndres Vieira
2020-04-26Applications: Add "thread" for HexEditorHüseyin ASLITÜRK
2020-04-26Base+Browser: Add an icon for the serenity Browser and make it use itAndres Vieira
2020-04-26 QuickShow: Add gif files to navigation file listHüseyin ASLITÜRK
2020-04-26FileManager: Disable open_parent_directory_action if the new path is "/"Andres Vieira
2020-04-25Browser: Rejig the "on_load_counter_change" hook when switching tabsAndreas Kling
2020-04-25Browser: Unveil /etc/passwd so we can find our home directory if neededAndreas Kling
2020-04-25Browser: Share one BookmarksBarWidget between all TabsAndreas Kling
2020-04-25Browser: Add Browser.ini configuration fileBrendan Coles
2020-04-24Browser: Use the active tab's favicon as the window icon :^)Andreas Kling