summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-09-21LibCore: Make it possible to cancel pending CNetworkJobsAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GComboBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSlider to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GProgressBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GStatusBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GToolBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSpinBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GGroupBox to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSplitter to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTreeView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GItemView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GScrollBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CHttpJob to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-09-20GCommonActions: Add "Open..." actionAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-09-18FileManager: Allow deleting without confirmation via Shift+DeleteAndreas Kling
2019-09-18FileManager: Implement basic file deletionAndreas Kling
2019-09-18SystemMonitor: Use GAboutDialog :^)Andreas Kling
2019-09-17FileManager+LibGUI: Fix two folder-related crashes (#569)Brandon Scott
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