summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2020-03-23Taskbar: Remove FIXME re: tooltip rendering since it's now working (#1502)Nick Tiberi
2020-03-19Calendar: Add license headerrhin123
2020-03-19Calendar: Add a 16x16 app iconrhin123
2020-03-19Calendar: Corrected spacing for widgets and rectanglesrhin123
2020-03-19Applications: Remove G prefixes from commentsTibor Nagy
2020-03-19Calendar: Allow the widget to resize with the windowrhin123
2020-03-19Calendar: Make const arrays static as wellrhin123
2020-03-19Calendar: Don't assign next_month button variable to add_event buttonrhin123
2020-03-18Browser: Fix unintentional Web::Element copyAndreas Kling
2020-03-18Terminal: Remove working directory argumentItamar
2020-03-18Taskbar: chdir to home directory before launching appsItamar
2020-03-18SystemMenu: chdir to home directory before launching appsItamar
2020-03-18FileManager: chdir to appropriate directory before starting TerminalItamar
2020-03-18Calendar: Implement basic GUI calendar applicationrhin123
2020-03-16SystemMenu: Remove the unveil() call for /etc/PowerOptions.iniAlex Muscar
2020-03-15FileManager: Add "Open Terminal here" actionItamar
2020-03-15Terminal: Add -d option for specifying working directoryItamar
2020-03-14LibWeb: Parse <script> elements and run any JavaScript found insideAndreas Kling
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-13TextEditor: Use Javascript syntax highlighterOriko
2020-03-11Terminal: Make the settings window unresizableTibor Nagy
2020-03-11TextEditor: Quit after saving unsaved changes on close event.Oriko
2020-03-11TextEditor: Add syntax toggle to View menuOriko
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-05FileManager: Fix asserts on checking properties of symlinksTibor Nagy
2020-03-05FileManager: Fix group names in the file properties dialogTibor Nagy
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Some more convenience functions for constructing widgetsAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-03-03SystemMenu: Fix bad behavior in shutdown dialogAndreas Kling
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-03-02SystemMonitor: Unbreak the in-table progress bars showing disk usageAndreas Kling
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling
2020-02-29About: Add mascot tooltipAndreas Kling
2020-02-29Terminal: Put PAGER=more in the default environmentAndreas Kling
2020-02-29Welcome: Remove the default GUI::Frame look from TextWidgetAndreas Kling
2020-02-29About: Adopt Buggie :^)Andreas Kling
2020-02-28SystemMonitor: Show VMObject types in process memory mapsAndreas Kling
2020-02-28PaintBrush: Pledge "thread" so that GUI::FilePicker worksAndreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-28DisplayProperties: Warn user about failed resolution settingLiav A
2020-02-27Piano: New timing system and zoomable piano rollWilliam McPherson
2020-02-27DisplayProperties: Do not assert on trying to select unset wallpaperTibor Nagy
2020-02-26Meta: Claim copyright on `DisplayProperties` filesJesse Buhagiar