summaryrefslogtreecommitdiff
path: root/LibGUI
AgeCommit message (Expand)Author
2019-04-08LibGUI+WindowServer: Add support for GWidget tooltips.Andreas Kling
2019-04-08LibGUI: Move GSocketAddress to its own file.Andreas Kling
2019-04-08Taskbar: Replace TaskbarWidget with a simple GFrame.Andreas Kling
2019-04-08LibGUI: Make GSocket connection asynchronous.Andreas Kling
2019-04-08GHttp: Rename GHttpNetworkJob => GHttpJob. And tidy up a little bit.Andreas Kling
2019-04-07GHttp: Fix little bug in HTTP header parsing.Andreas Kling
2019-04-07GIODevice: Remove accidentally committed debug spam.Andreas Kling
2019-04-07GHttp: Work on bringing this up.Andreas Kling
2019-04-07Start working on a Downloader app and backing classes in LibGUI.Andreas Kling
2019-04-06LibGUI: Always invalidate layout on GWidget child removal.Andreas Kling
2019-04-06GScrollBar: Add the same hover highlight effect as GButton.Andreas Kling
2019-04-06Taskbar: Show minimized window titles in [brackets].Andreas Kling
2019-04-06LibGUI: GButton's caption should be drawn in the foreground color.Andreas Kling
2019-04-05WindowServer: Merge WM_WindowAdded and WM_WindowStateChanged.Andreas Kling
2019-04-05AK: Revert Eternal<T> for now since it doesn't work as intended.Andreas Kling
2019-04-04Taskbar: Only include "Normal" windows in the taskbar window list.Andreas Kling
2019-04-04LibGUI: Use TextElision::Right for GButton captions.Andreas Kling
2019-04-04LibGUI: Allow specifying GButton text alignment.Andreas Kling
2019-04-04Taskbar: Plumb window active state from the WindowServer to the taskbar.Andreas Kling
2019-04-04LibGUI: Make it possible for GButton to be checkable.Andreas Kling
2019-04-04Taskbar: More bringup work. We now see a basic window list.Andreas Kling
2019-04-03Taskbar+LibGUI: More work on bringup.Andreas Kling
2019-04-03Taskbar: Start working on a taskbar app.Andreas Kling
2019-04-03WindowServer: Broadcast screen rect changes to all clients.Andreas Kling
2019-04-03AK: Add Eternal<T> and use it in various places.Andreas Kling
2019-04-03GWindow: Don't ignore update(), it should repaint the whole window.Andreas Kling
2019-04-02GInputBox: Make the input text box a bit taller.Andreas Kling
2019-04-02GSocket: Add a connect() overload that takes a hostname instead of an IP.Andreas Kling
2019-04-02Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.Andreas Kling
2019-04-02GTreeView: Support navigating the tree with the up/down keys.Andreas Kling
2019-04-02LibGUI: Switch to a resizing cursor when hovering or using a GSplitter.Andreas Kling
2019-04-01LibGUI: Fix broken doubleclick detection due to uninitialized GElapsedTimer.Andreas Kling
2019-03-31WindowServer: Add support for per-window override cursors.Andreas Kling
2019-03-30Terminal+LibGUI: Make the terminal cursor blink.Andreas Kling
2019-03-30LibGUI: Fix bad initial layout of GScrollableWidget's scrollbars.Andreas Kling
2019-03-30LibGUI: Highlight the GSplitter when hovering over it.Andreas Kling
2019-03-30LibGUI: Add a simple GSplitter container widget.Andreas Kling
2019-03-30FileManager: Tweak look of thumbnailing progress bar.Andreas Kling
2019-03-30GTreeView: Notify the GScrollableWidget about content size changes.Andreas Kling
2019-03-30GFileSystemModel: Don't reload icons every time they are requested.Andreas Kling
2019-03-30GTreeView: Remove test model I was using during bringup.Andreas Kling
2019-03-30GTreeView: Handle the item expand/collapse toggles separately.Andreas Kling
2019-03-30GTreeView: On model selection change, open the selected index.Andreas Kling
2019-03-30FileManager: Make the tree view follow the directory view navigations.Andreas Kling
2019-03-30FileManager: Make the directory view follow the tree view selection.Andreas Kling
2019-03-30GFileSystemModel: Add a special icon for the selected folder.Andreas Kling
2019-03-30GTreeView: Tweak line tree back and forth a bit.Andreas Kling
2019-03-29GTreeView: Add basic selection support.Andreas Kling
2019-03-29GTreeView: Add expand/collapse buttons to items with children.Andreas Kling
2019-03-29LibGUI: Draw a 1px line tree alongside the GTreeView icons.Andreas Kling