summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-09-24LibGUI: Move keyboard item activation up to AbstractViewAndreas Kling
2020-09-24LibGUI: Stop editing in views when the view is hiddenAndreas Kling
2020-09-24LibGUI: Make inline editing work in ColumnsViewAndreas Kling
2020-09-24LibGUI: Move editing key handling up to AbstractViewAndreas Kling
2020-09-24LibGUI: Support inline editing in GUI::IconViewAndreas Kling
2020-09-24LibGUI: Support editing filenames through FileSystemModel :^)Andreas Kling
2020-09-24LibGUI: Make SortingProxyModel forward is_editable() and set_data()Andreas Kling
2020-09-23AK: Resolve format related circular dependencies properly.asynts
2020-09-23LibGUI: Use on_up_pressed/on_down_pressed events in SpinBoxTibor Nagy
2020-09-21HackStudio: Add auto-complete capability to the EditorItamar
2020-09-21Base: Add the PlaceholderText attribute to themesPeter Elliott
2020-09-21LibGUI: Add optional placeholder to TextEditorPeter Elliott
2020-09-20LibGUI: Remove unnecessary type cast in JsonArrayModel.asynts
2020-09-20LibGUI: Pad row/column headers of AbstractTableViewTibor Nagy
2020-09-20LibGUI: Fix row_rect(int) calculation in AbstractTableViewItamar
2020-09-19LibGUI: Increase slider acceleration with Ctrl (#3499)Jakob-Niklas See
2020-09-18LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)Andreas Kling
2020-09-18LibGUI: Unbreak FileSystemModel::index(path) after virtual root changesAndreas Kling
2020-09-18iLibGUI+Base: Show inaccessible directories with special icon in viewsAndreas Kling
2020-09-18LibGUI: FileSystemModel should provide full paths to FileIconProviderAndreas Kling
2020-09-18LibGUI: StackWidget should not steal focus when switching active childAndreas Kling
2020-09-17LibGUI: Set ProcessChooser key column and sort order after set_model (#3521)Uma Sankar
2020-09-17LibGUI: Respect the previously selected sort order in HeaderView (#3522)Uma Sankar
2020-09-17LibGUI: Don't recalcuate color from hue if it was not set by huePeter Elliott
2020-09-17LibGUI: Don't allow 4 character html color codes in GUI::ColorPickerPeter Elliott
2020-09-16LibGUI: Use FileIconProvider in the FilePicker dialogAndreas Kling
2020-09-16LibGUI+Base: Add a hard-disk icon and use it for the path "/"Andreas Kling
2020-09-16LibGUI: Allow FileSystemModel to be rooted one level above "/"Andreas Kling
2020-09-16LibGUI: Double-clicking on a TreeView item should set cursorAndreas Kling
2020-09-16LibGUI: Fix TreeView scrolling to top when clicking sub-itemsAndreas Kling
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-15HackStudio: Add basic Git integrationItamar
2020-09-15LibGUI: Fix to ComboBox fields activationpkotzbach
2020-09-14LibGUI: Minor consistency cleanup in AbstractView::set_cursor() (#3478)pkotzbach
2020-09-14LibGfx+LibGUI: Allow setting tab text alignment with set_property()Andreas Kling
2020-09-14LibGUI: Add TabWidget::set_property() and handle some propertiesAndreas Kling
2020-09-14LibGUI: Add registration for GUI::TabWidgetAndreas Kling
2020-09-14LibGUI: Use Core::Object::set_property() to handle JSON GUI propertiesAndreas Kling
2020-09-14LibGUI: Allow setting widget visibility from JSON GUI specAndreas Kling
2020-09-14LibGUI: Complain about malformed "layout" values in JSON GUIAndreas Kling
2020-09-14LibGUI: Start building a way to instantiate GUI from JSONAndreas Kling
2020-09-14LibGUI: Improve widget registration mechanism a bitAndreas Kling
2020-09-13LibGUI: Make some GUI event getters return const referencesAndreas Kling
2020-09-12LibGUI: Use new Bitmap::minimum_pitch methodBen Wiederhake
2020-09-12LibGfx: Saner memory usage of indexed bitmapsBen Wiederhake
2020-09-12LibGfx: Remove redundant bits() methodBen Wiederhake
2020-09-11LibGUI+LibGfx: Move check box painting to Gfx::StylePainterAndreas Kling
2020-09-11LibGUI: Use widget override cursors in ColorInputAndreas Kling
2020-09-11LibGUI: Use widget override cursors in HeaderViewAndreas Kling
2020-09-11LibGUI: Use widget override cursors in GUI::ResizeCornerAndreas Kling