summaryrefslogtreecommitdiff
path: root/LibGUI
AgeCommit message (Expand)Author
2019-05-15GButton: Allow triggering a "click" by pressing Return when focused.Andreas Kling
2019-05-15LibGUI: Support cycling through focusable widgets with Tab and Shift-Tab.Andreas Kling
2019-05-14GEventLoop: Rename s_event_fd => s_windowserver_fd.Andreas Kling
2019-05-13WindowServer+LibGUI: Handle mouse wheel deltas in the mouse event stream.Andreas Kling
2019-05-12Change String&& arguments to const String& in a couple of places.Andreas Kling
2019-05-11GTableView: Update content size immediately on column show/hide.Andreas Kling
2019-05-11GTableView: Don't include hidden columns in content width.Andreas Kling
2019-05-10GLayout: Default to 4 pixels of spacing().Andreas Kling
2019-05-10GToolBar: Make the framed appearance optional.Andreas Kling
2019-05-10LibGUI+WindowServer: Improve checkmark appearance.Andreas Kling
2019-05-10GDialog: If no parent window is provided, center dialog on screen.Andreas Kling
2019-05-10GTableView: Headers were not usable when the view was scrolled.Andreas Kling
2019-05-10GTableView: Make it possible to hide/show columns from a context menu.Andreas Kling
2019-05-10Kernel: Add a writev() syscall for writing multiple buffers in one go.Andreas Kling
2019-05-09GFilePicker: Add a "new directory" button.Andreas Kling
2019-05-09GFilePicker: More work on the file picker, adding a location textbox.Andreas Kling
2019-05-09GFilePicker: Add a button for moving up to parent directory.Andreas Kling
2019-05-09LibGUI: Remove GModel activations to GAbstractView.Andreas Kling
2019-05-09GLayout: Add a simple spacer concept; dummy item that expands-to-fit.Andreas Kling
2019-05-09LibGUI: Start working on a file picker dialog (GFilePicker).Andreas Kling
2019-05-08LibGUI: Add some missing class_name() overrides to GDialog and subclasses.Andreas Kling
2019-05-08GMessageBox: Add icons to message boxes with 3 standard ones to choose from.Andreas Kling
2019-05-08GGroupBox: Rename "name" property to "title"Andreas Kling
2019-05-08GTextEditor: Add a readonly mode.Andreas Kling
2019-05-08GEventLoop: Calm down with the Vector inline capacity for messages.Andreas Kling
2019-05-08GWindow: Mirror the correct number of pixels to newly created back bitmaps.Andreas Kling
2019-05-08GTableView: Fix crash on mousemove when no model is assigned.Andreas Kling
2019-05-08GApplication: quit() should have a default exit code of 0.Andreas Kling
2019-05-07GSpinBox: Add class_name() override.Andreas Kling
2019-05-07GTabWidget: Fill the entire tab widget instead of just the bar.Andreas Kling
2019-05-07GTabWidget: Tweak appearance.Andreas Kling
2019-05-07GTabWidget: Highlight tab buttons when hovered.Andreas Kling
2019-05-06GTableView: Make column resizing work when view is scrolled horizontally.Andreas Kling
2019-05-06GTextEditor: set_cursor() should gracefully handle old cursor being invalid.Andreas Kling
2019-05-06Make sure all GraphicsBitmap scanlines are 16-byte aligned.Andreas Kling
2019-05-05ProcessManager+LibGUI: Tweak things to improve ProcessManager look.Andreas Kling
2019-05-05GTabWidget: Paint a frame around the container part of the widget.Andreas Kling
2019-05-05GTabWidget: Make a custom look for tab buttons.Andreas Kling
2019-05-05LibGUI: Start working on a tabbed widget container: GTabWidget.Andreas Kling
2019-05-05GTableView: Fix crash when clicking at random places.Andreas Kling
2019-05-04GTableView: Make it possible to resize the columns with the mouse.Andreas Kling
2019-05-04GTableView: Improve look of column headers, and add sort order indicators.Andreas Kling
2019-05-03WindowServer+LibGUI: Allow changing whether windows have alpha channels.Andreas Kling
2019-05-03LibGUI+WindowServer: Add a GResizeCorner widget.Andreas Kling
2019-05-02GButton: Draw disabled buttons with grayed-out text.Andreas Kling
2019-05-02GWidget: Ignore updates if self has !updates_enabled().Andreas Kling
2019-05-02GWidget: Add set_updates_enabled() for temporarily suppressing updates.Andreas Kling
2019-05-01GButton: Update hovered state on mouseover as well.Andreas Kling
2019-05-01WindowServer+LibGUI: Wait for the extra_data to arrive.Andreas Kling
2019-05-01GButton: Handle mousemove correctly while multiple buttons are pressed.Andreas Kling