summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-02-17LibGUI: Expose GUI::Menu::menu_id() and also allow forced realizationAndreas Kling
2020-02-17LibGUI: Add Yes/No and Yes/No/Cancel MessageBoxesthatlittlegit
2020-02-16LibGUI: Generate NotificationServer IPC messages during buildAndreas Kling
2020-02-16LibGUI: Generate NotificationServerEndpoint.h if neededAndreas Kling
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16LibGUI: Add mouse wheel event and step property to SliderTibor Nagy
2020-02-16LibGUI: ItemView painting was not respecting the frame thicknessAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-16LibGUI: Render ScrollBar buttons as pressed when they are being pressedTibor Nagy
2020-02-16LibGUI: Make ResizeCorner theme-awareTibor Nagy
2020-02-15LibGUI: Unfocused TextEditors should use inactive selection colorsTibor Nagy
2020-02-15LibGUI: Use inactive selection colors from palette instead of hardcoding themTibor Nagy
2020-02-15LibCore: Reduce header dependencies of EventLoopAndreas Kling
2020-02-15LibGUI: Reduce menu-related header dependenciesAndreas Kling
2020-02-15LibGUI: Reduce header dependencies of GUI::ActionAndreas Kling
2020-02-15LibGUI: Don't leak every tooltip window ever :^)Andreas Kling
2020-02-15LibGUI: Remove some header dependencies from Application.hAndreas Kling
2020-02-15LibGfx: Reduce header dependencies of Bitmap and FontAndreas Kling
2020-02-15LibGUI: Remove more header dependencies from Widget.hAndreas Kling
2020-02-15LibCore: Replace manual forward declarations with <LibCore/Forward.h>Andreas Kling
2020-02-15AK: Remove manual forward declarations with <AK/Forward.h>Andreas Kling
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-14LibGfx: More work on header dependency reductionAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-14LibGUI: Add missing Event.cpp fileAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-13LibGUI: Indicate ItemView drag acceptance with a little rectangleAndreas Kling
2020-02-13LibGUI: Allow dropping drags on AbstractViewAndreas Kling
2020-02-13LibGUI: Have FileSystemModel accept url-list drags onto directoriesAndreas Kling
2020-02-13LibGUI: Add GUI::Model::accepts_drag(index, data_type)Andreas Kling
2020-02-13WindowServer+LibGUI: Add a "drag move" eventAndreas Kling
2020-02-13LibGUI: Don't assert when hovering spacing around single-child SplitterAndreas Kling
2020-02-12LibGUI: Always unhighlight table view column headers when cursor leavesAndreas Kling
2020-02-12LibGUI: Make last auto-sized widget in a BoxLayout fill remaining spaceAndreas Kling
2020-02-11LibGUI: Use Core::DateTime in FileSystemModelAndreas Kling
2020-02-11LibGUI: Tweak C++ syntax highlighting colors a bit :^)Andreas Kling
2020-02-11LibGUI: Splitter should forget resize candidates after cursor leavesAndreas Kling
2020-02-11LibGUI: Make splitters 1px wider as 3px is slightly too narrowAndreas Kling
2020-02-11LibGUI: Only highlight grabbable area between a Splitter's childrenAndreas Kling
2020-02-11LibGUI: Add a Widget::did_layout() that gets called after layoutAndreas Kling
2020-02-11LibGUI: Factor out Splitter hit testing into a separate functionAndreas Kling
2020-02-10LibGUI: Single-line GUI::TextEditor should not have "go to line" actionAndreas Kling
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling