summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-08Browser: Move InspectorWidget into the Browser namespaceAndreas Kling
2020-05-08Applications: Replace SystemMenu name to hi voltage emojiHüseyin ASLITÜRK
2020-05-07Browser: Show line numbers when viewing page sourceNick Tiberi
2020-05-07Browser: Escape percent sign in download progress format stringLinus Groh
2020-05-07Browser: Assume http:// when no protocol is provided in the location bar (#2142)Maciej Sobaczewski
2020-05-06Browser: Open links in a new tab when middle clickedFalseHonesty
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
2020-05-06Browser: Add dedicated "view source" windowLinus Groh
2020-05-06Browser: Add "Copy link" context menu itemmodmuss50
2020-05-06Taskbar: Remove checkable property from taskbar buttonsYonatan Goldschmidt
2020-05-05Browser: Add a basic GUI download featureAndreas Kling
2020-05-05Browser: Add a simple context menu for hyperlinksAndreas Kling
2020-05-05Help: Clicking on link changes the treeview selectionDexesTTP
2020-05-05SystemMonitor: Replace details with message when process isn't accessibleDexesTTP
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