summaryrefslogtreecommitdiff
path: root/Applications
AgeCommit message (Expand)Author
2019-10-15PaintBrush: Use secondary color for eraser (like in ms_paint)Chyza
2019-10-15TextEditor: suppress "Not found" window when searching for empty stringKevin Murphy
2019-10-13LibHTML: Move layout root from HtmlView to DocumentAndreas Kling
2019-10-13HexEditor: Initial application releaseBrandon Scott
2019-10-12LibHTML+Browser: Add debug option to draw borders around line boxesAndreas Kling
2019-10-12Browser: Add a debug menu with actions to dump DOM and Layout treesAndreas Kling
2019-10-10LibHTML+Browser: Show the number of pending resource loadsAndreas Kling
2019-10-09LibHTML: Rename Document::normalize() to fixup() and always do itAndreas Kling
2019-10-07FileManager: Add "Open in TextEditor..." action to context menuAndreas Kling
2019-10-07Browser: Turn command-line path arguments into file:// URLsAndreas Kling
2019-10-07FileManager: Open .html files in Browser instead of "html"Andreas Kling
2019-10-06Browser: Add a simple "Go home" button to the toolbarAndreas Kling
2019-10-06LibGUI: Add "Go home" to GCommonActionsAndreas Kling
2019-10-06Browser: Support opening a URL from the command line at startupConrad Pankoff
2019-10-05Browser: Show the page title in the window title bar :^)Andreas Kling
2019-10-05Base: Add a little welcome page for the browser at ~/www/welcome.htmlAndreas Kling
2019-10-05Browser: Start working on a simple browser using LibHTMLAndreas Kling
2019-10-05LibGUI: Add back/forward actions to GCommonActionsAndreas Kling
2019-10-05LibHTML: Make StyleResolver responsible for loading the default styleAndreas Kling
2019-10-03Help: Follow clicked linksSergey Bugaev
2019-10-02SystemMonitor: Make all tabs except the process table lazily loadedAndreas Kling
2019-10-02Terminal: Remove crashy assertion about line lengthAndreas Kling
2019-10-02Kernel+SystemMonitor: Add fault countersAndreas Kling
2019-10-01LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.Brandon Scott
2019-09-30Help+man.md: Add man sectionsLarkin Nickle
2019-09-30GMessageBox: Hide the constructor and fix broken usagesAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-29FileManager+LibGUI+html: Add an icon to represent HTML filesAndreas Kling
2019-09-28SystemMonitor: Display whether an fd is cloexec and blockingSergey Bugaev
2019-09-28Help: Don't crash on startup when non-md man pages are present :^)Andreas Kling
2019-09-28Applications: Add a new Help appSergey Bugaev
2019-09-28Terminal: Add underline supportSergey Bugaev
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling
2019-09-22Taskbar: Remove window buttons from the taskbar when appropriateAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21LibGUI: Don't create GMessageBox and GInputBox on the stackAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21Welcome: Unbreak after ObjectPtr changesAndreas Kling
2019-09-21LibGUI: Convert remaining random little things to ObjectPtrAndreas Kling
2019-09-21Calculator: Convert to using ObjectPtrAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-09-21LibGUI: Convert GFrame to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GRadioButton to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21DisplayProperties: Remove all remaining naked "new" usageAndreas Kling
2019-09-21SystemMonitor: Remove all remaining naked "new" usageAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-21SystemMonitor: Unbreak after ObjectPtr<GWidget> changesAndreas Kling