summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2020-04-24LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)Andreas Kling
2020-04-24Browser: React to favicon notifications and put favicons in the tabs!Andreas Kling
2020-04-24Browser: Move the "About" action to WindowActionsAndreas Kling
2020-04-24Browser: Remove padding from the main TabWidgetAndreas Kling
2020-04-24Browser: Add icons for the "new tab" and "close tab" actionsAndreas Kling
2020-04-24FileManager: Set content margin of DirectoryView to same as childrenAndreas Kling
2020-04-24QuickShow: Properly hide toolbar on toggle actionLinus Groh
2020-04-24QuickShow: Hide toolbar container in fullscreen modeLinus Groh
2020-04-24Browser+LibWeb: Open link in new tab on Ctrl+Click :^)Andreas Kling
2020-04-24Browser: Scope tab-specific actions to the tab itselfAndreas Kling
2020-04-24Browser: Open links with target="_blank" in new tabLinus Groh
2020-04-24LibWeb: Pass link target to HtmlView's on_link_click callbackLinus Groh
2020-04-23Browser: Add "next tab" and "previous tab" actionsAndreas Kling
2020-04-23Browser: Add "Close tab" action (Ctrl+W) :^)Andreas Kling
2020-04-23Browser: Add "New tab" action (Ctrl+T) :^)Andreas Kling
2020-04-23Browser: Start implementing tabbed browsing! :^)Andreas Kling
2020-04-23Help: Sort the manual pages alphabeticallyAndreas Kling
2020-04-23QuickShow: Draw GUI::Frame parts of QSWidgetAndreas Kling
2020-04-23HexEditor: Fill main widget with background to prevent gapsAndreas Kling
2020-04-23Applications: Remove ChanViewer appAndreas Kling
2020-04-23Applications: Tweak main layout spacing and backgroundAndreas Kling
2020-04-23SystemMonitor: Shrink margins of main layoutAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-23Browser: Remove no-op from the BooksmarksBarWidgetAndreas Kling
2020-04-23Desktop: Context menu option to open FileManagerJonathan Archer
2020-04-23Desktop: Show DisplayProperties in context menuJonathan Archer
2020-04-23Desktop: File creation from the context menuJonathan Archer
2020-04-23Desktop: Add context menu for directory viewJonathan Archer
2020-04-23IRCClient: Connect to IRC server URL specified in command line argumentBrendan Coles
2020-04-22TextEditor: Add "Find Previous" 16x16 iconBrendan Coles
2020-04-22FileManager: Fix buildAndreas Kling
2020-04-22FileManager: Exit the application cleanly when failing to open initial directoryangel
2020-04-22FileManager: Graceful handling of access errorsangel
2020-04-21WindowServer+SystemMenu: Check the current system theme on startupAndreas Kling