summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
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
2019-09-03IRCClient: Handle incoming CTCP requests VERSION and PINGAndreas Kling
2019-09-02TextEditor: Use GAboutDialog :^)Andreas Kling
2019-09-02Terminal: Use GAboutDialog :^)Andreas Kling
2019-09-02Terminal: Add -e (execute) command line optionConrad Pankoff
2019-08-29TextEditor: Clear the dirty flag in newly opened documentsAndreas Kling
2019-08-29Terminal: Use a gear icon for the "Settings" menuAndreas Kling
2019-08-29TextEditor: Move the Font menu inside the View menuAndreas Kling
2019-08-27TextEditor: Ask the user before closing a dirty (modified) documentAndreas Kling
2019-08-27TextEditor: Add a "document dirty" flag and show it in the window titleAndreas Kling
2019-08-27TextEditor: Let's enable line wrapping by defaultAndreas Kling
2019-08-27TextEditor: Move line wrapping setting to a new "View" menuAndreas Kling
2019-08-26FileManager: Add "go home" action to the "Go" menuAndreas Kling
2019-08-26FileManager: Move "File" menu entries to the app menuAndreas Kling
2019-08-26TextEditor: Move all "File" menu entries into the app menu insteadAndreas Kling
2019-08-26Piano: Port threading to LibThreadSergey Bugaev
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev
2019-08-25TextEditor: Select everything in the find textbox when pressing Ctrl+FAndreas Kling
2019-08-25LibGUI+TextEditor: Make GButton activate its action if presentAndreas Kling