summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-09-16Terminal: Scroll cursor into view when typing (#568)Jesse
2019-09-16DisplayProperties: Auto-resolution and graphical fix (#566)Jesse
2019-09-16LibGUI: Fix move() of const StringView&Conrad Pankoff
2019-09-16Applications: Add "Welcome" application, inspired by Windows 98Conrad Pankoff
2019-09-15FileManager: Show human-readable file size info in the status barAndreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-14DisplayProperties: Wallpaper tab now has previewJesse Buhagiar
2019-09-14FileManager: Use a special clipboard data type for copied file listsAndreas Kling
2019-09-13TextEditor+Base: Add an icon for the "Find" action :^)Andreas Kling
2019-09-13FileManager+Base: Add "properties" iconAndreas Kling
2019-09-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-09-13FileManager: Update enabled state of the copy and delete actionsAndreas Kling
2019-09-13FileManager: Assign keyboard shortcuts to the various actionsAndreas Kling
2019-09-13FileManager: Add a basic context menu with copy/paste/delete/...Andreas Kling
2019-09-13IRCClient: Fix unneeded conversion to StringMinusGix
2019-09-12PaintBrush: Only send left and right mouse button events to toolsAndreas Kling
2019-09-12FileManager: Show info about currently selected items in statusbarAndreas Kling
2019-09-12FileManager: Add C_OBJECT macro to DirectoryViewAndreas Kling
2019-09-11SoundPlayer: Scale y coordinate to prevent drawing outside clip rectMax Thrun
2019-09-10File Manager: Implement copy-pasteAaron Malpas
2019-09-10FileManager: Create FileUtilsAaron Malpas
2019-09-10FileManager: Add on_selection event for DirectoryViewAaron Malpas
2019-09-08FileManager: Make the tree view follow the path changes correctlyAndreas Kling
2019-09-07LibGUI+FileManager: Add GAbstractView::on_selection_change hookAndreas Kling
2019-09-07FileManager: Port to using GModelSelectionAndreas Kling
2019-09-07IRCClient: Fix window selection after GModelSelection changesAndreas Kling
2019-09-07SystemMonitor: Fix PID selection after GModelSelection changesAndreas Kling
2019-09-07GTabWidget: Rename get_active_tab() => active_tab_index()Andreas Kling
2019-09-07DisplayProperties: Fix build after AKString.h => String.h changeAndreas Kling
2019-09-07Applications: Create a display properties managerJesse Buhagiar
2019-09-06TextEditor: Implement File/New ActionAndrew Weller
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-05Terminal: Add some basic emoji supportSergey Bugaev
2019-09-05WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8Sergey Bugaev
2019-09-05Terminal: Added GCommonActionsrhin123
2019-09-05SystemMonitor: Added GCommonActionsrhin123
2019-09-05QuickShow: Added GCommonActionsrhin123
2019-09-05Piano: Added GCommonActionsrhin123
2019-09-05PaintBrush: Added GCommonActionsrhin123
2019-09-05IRCCient: Added GCommonActionsrhin123
2019-09-05FileManager: Added GCommonActionsrhin123
2019-09-05TextEditorWidget: Added GCommonActionsrhin123
2019-09-04FileManager: Open ".wav" files in SoundPlayer when activatedAndreas Kling
2019-09-04SoundPlayer: Start working on a GUI sound player applicationAndreas Kling
2019-09-04IRCClient: Use GAboutDialog :^)Andreas Kling
2019-09-04IRCClient: Size columns to-fit in the window and member viewsAndreas Kling
2019-09-04IRCClient: Add 16x16 iconAndreas Kling
2019-09-04IRCClient: Tweak UI to look less padding-bloatedAndreas Kling
2019-09-04IRCClient: Make the auto-join on connect feature actually do somethingAndreas Kling
2019-09-03IRCClient: Don't auto-open new queries for NOTICE or CTCP messagesAndreas Kling