summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-04-13Debugger: Add pledgesItamar
2020-04-13Debugger: Add DebugSessionItamar
2020-04-13ptrace: Add PT_SETREGSItamar
2020-04-13ptrace: Stop a traced thread when it exists from execveItamar
2020-04-13ptrace: Add PT_POKEItamar
2020-04-13Debugger: Get entry point of debugged processItamar
2020-04-13ptrace: Add PT_PEEKItamar
2020-04-13CPU: Handle breakpoint trapItamar
2020-04-12QuickShow: Small code edits to fit standardsHüseyin ASLITÜRK
2020-04-12QuickShow: Toolbar for who love to use mouseHüseyin ASLITÜRK
2020-04-12QuickShow: Add Delete actionHüseyin ASLITÜRK
2020-04-12QuickShow: Use Core::ArgsParser to handle parametersHüseyin ASLITÜRK
2020-04-12QuickShow: Add Fullscreen, Zoom options to View menuHüseyin ASLITÜRK
2020-04-12QuickShow: Rotate image left and right, flip vertical and horizontalHüseyin ASLITÜRK
2020-04-12QuickShow: Browse the files in the same folderHüseyin ASLITÜRK
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-04-11Browser: Accept file:// URLs on the command lineAndreas Kling
2020-04-11IRCClient: Add channel member context menus for common CTCP requestsBrendan Coles
2020-04-10IRCClient: Add NotifyOnMessage/NotifyOnMention config optionsBrendan Coles
2020-04-10IRCClient: Add ShowNickChangeMessages/ShowJoinPartMessages conf optionsBrendan Coles
2020-04-10IRCClient: Autojoin channels after client registrationBrendan Coles
2020-04-10Calendar: Implement add event actionrhin123
2020-04-10Calendar: Implement add event UIrhin123
2020-04-10DisplayProperties: Replace TextBox with ColorInput.Hüseyin ASLITÜRK
2020-04-09IRCClient: Set nick and userinfo to OS username when not set in configBrendan Coles
2020-04-09Calendar: Corrected spacing on small resizingrhin123
2020-04-08IRCClient: Add application and context menu items to hop/dehop usersBrendan Coles
2020-04-08IRCClient: Open query on double click of nick in channel member listBrendan Coles
2020-04-08IRCClient: Add nick_without_prefix and nick_at helpersBrendan Coles
2020-04-08IRCClient: Remove FIXME for RPL_TOPICWHOTIMEBrendan Coles
2020-04-08IRCClient: Rename /hop command to /cycleBrendan Coles
2020-04-08Calendar: Make the application theme-awarerhin123
2020-04-07IRCClient: Add right-click context menu to IRCWindow member listBrendan Coles
2020-04-06SystemMonitor: Replace 'device' JSON field with 'source'Liav A
2020-04-06QuickShow: Miscellaneous improvementsTibor Nagy
2020-04-05FileManager: Add properties action to directory context menuOriko
2020-04-05QuickShow: Use checkerboard background to show transparencyTibor Nagy
2020-04-05IRCClient: Allow CTCP replies to be user configurable in IRCClient.iniBrendan Coles
2020-04-05IRCClient: Add handling for server responses and BANLIST commandBrendan Coles
2020-04-05AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtrAndreas Kling
2020-04-05IRCClient: Add support for raw protocol commands with /RAWBrendan Coles
2020-04-05IRCClient: Add icons for channel list, channel invite, channel topicBrendan Coles
2020-04-05QuickShow: Fix crash on startupTibor Nagy
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-04-04Browser: Add Reload option to app menu with F5 shortcut keyBrendan Coles
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling
2020-04-03Revert "SystemMonitor: Replace 'device' JSON field with 'source'"Andreas Kling
2020-04-02IRCClient: Update channel user list when a user joins or quitsBrendan Coles
2020-04-02IRCClient: Add is_channel_prefix to check if string is a channel nameBrendan Coles
2020-04-02IRCClient: Automatically disable/enable GUI actions upon window changeBrendan Coles