summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-01-02LibGUI: Clear out a GJsonArrayModel if it fails to open the JSON sourceAndreas Kling
2020-01-02WindowServer+LibGUI: Taskbar should show all windows from each processAndreas Kling
2020-01-02LibGUI: Tweak GAboutDialog textAndreas Kling
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2020-01-01LibGUI: Close and cancel GDialog on escapeConrad Pankoff
2019-12-30LibGUI: Call GWidget::resize_event() before doing widget layoutAndreas Kling
2019-12-29LibGUI: Relayout GTextEditor on font changeAndreas Kling
2019-12-29LibCore+LibGUI: Don't fire timers in non-visible windows by defaultAndreas Kling
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-28Build: wrap make invocations with flock(1)joshua stein
2019-12-27GListView: Fix for theme support. We have to use theme colors.Hüseyin ASLITÜRK
2019-12-27WindowServer: Use the system theme for the fallback window backgroundAndreas Kling
2019-12-27WindowServer+LibGUI: Mark window bitmaps volatile in occluded windowsAndreas Kling
2019-12-27LibGUI: Remove bitrotted automatic keybinds featureAndreas Kling
2019-12-26LibGUI: Use NeverDestroyed<T> for the global GWindow tablesAndreas Kling
2019-12-26LibGUI+WindowServer: Mark minimized window backing stores as volatileAndreas Kling
2019-12-25LibGUI: Add space for sort order indicators in autosized table columnsAndreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-24LibGUI: Use ColorRole::BaseText for the GCheckBox checkmarkAndreas Kling
2019-12-24LibDraw: Add ColorRole::BaseText (to be painted on ColorRole::Base)Andreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-12-24LibGUI: Respect more theme colors in GTextEditorAndreas Kling
2019-12-24LibGUI: Respect more system theme colors in GToolBarAndreas Kling
2019-12-24LibGUI: More system theme support in GTabWidget and GTableViewAndreas Kling
2019-12-24LibDraw: Add Button and ButtonText system theme colorsAndreas Kling
2019-12-24LibGUI: Use SystemColor::Text in more placesAndreas Kling
2019-12-24LibGUI: Paint GResizeCorner with SystemColor::Window backgroundAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-23LibGUI: Activate GTreeView indexes when double clicking leaf nodesAndreas Kling
2019-12-22LibGUI: Don't assert in ~GWidgetClassRegistrationAndrew Kaster
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-20WindowServer+LibGUI: Add data_type and data fields to drag operationsAndreas Kling
2019-12-20LibGUI: GWidget::drop_event() should ignore the event by defaultAndreas Kling
2019-12-17GTextEditor: Fix broken rendering of selection on wrapped linesAndreas Kling
2019-12-16LibGUI: Fix GTreeView crash on pressing Left/Right without selectionAndreas Kling
2019-12-16WindowServer+CPUGraph: Make menu applets be "regular" windowsAndreas Kling
2019-12-15Kernel+FileManager: Disallow watch_file() in unsupported file systemsAndreas Kling
2019-12-15LibGUI: Fix GTreeView column headers incorrectly scrolling with contentAndreas Kling
2019-12-15LibGUI: Fix GTreeView not showing the context menuAndreas Kling
2019-12-14LibGUI: GAbstractColumnModel should never claim to hit a toggle boxAndreas Kling
2019-12-13LibGUI: Improve GTreeView column auto-sizingAndreas Kling
2019-12-13LibGUI: Make GTreeView inherit from GAbstractColumnViewAndreas Kling
2019-12-13LibGUI: Add a GAbstractColumnView base class for GTableViewAndreas Kling
2019-12-12TreeView: Clear metadata after model updateTommy Nguyen
2019-12-12LibGUI: Add missing call to did_update() when updating GFileSystemModelTommy Nguyen
2019-12-12LibGUI: Add context_menu_event to GTreeViewTommy Nguyen
2019-12-10LibGUI: Add GTextDocument::range_for_entire_line()Andreas Kling
2019-12-10GTreeView: Prevent doubleclick with right mouse button (#868)remyabel
2019-12-09LibGUI: Mark the first GWindow back bitmap volatile immediatelyAndreas Kling