summaryrefslogtreecommitdiff
path: root/LibGUI
AgeCommit message (Expand)Author
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
2019-04-30VisualBuilder: Add GSlider to the widgets toolbox.Andreas Kling
2019-04-30GSlider: Highlight the knob when hovering it. :^)Andreas Kling
2019-04-29GSlider: Improve appearance by thinning the track a bit.Andreas Kling
2019-04-29LibGUI: Add a GSlider widget.Andreas Kling
2019-04-28GEventLoop: Don't call process_unprocessed_messages() from itself.Andreas Kling
2019-04-26GTableView: Ignore double-clicks that hit the header section.Andreas Kling
2019-04-26LibGUI+WindowServer: Make it possible to have checkable GActions.Andreas Kling
2019-04-26GWindow: Fix crash when calling set_rect() repeatedly.Andreas Kling
2019-04-26GWindow: Add resize(width, height) and resize(size).Andreas Kling
2019-04-26LibGUI: Allow subclassing of GLabel.Andreas Kling
2019-04-26LibGUI: Track double-clicking per individual mouse button.Andreas Kling
2019-04-25GTextEditor: Add very basic automatic indentation.Andreas Kling
2019-04-25GTableView: Double-click should only activate/edit valid indices.Andreas Kling
2019-04-25GTextEditor: Double-clicking on a word should select that word.Andreas Kling
2019-04-25GTextEditor: Improve cursor positioning accuracy when using a mouse.Andreas Kling
2019-04-25GTextEditor: Go a little past the cursor for Home/End scroll-into-view.Andreas Kling
2019-04-25GTextEditor: Always call did_change() before set_cursor().Andreas Kling
2019-04-25GTextEditor: Account for the GFrame border in the painting code.Andreas Kling
2019-04-25GScrollableWidget: The visible_content_rect() should be max content_size().Andreas Kling
2019-04-24GTextEditor: Expand the content "to-fill" for right aligned text.Andreas Kling
2019-04-24GTextEditor: Make the line_widget_rect() span the widget horizontally.Andreas Kling
2019-04-24GTextEditor: Turn off the ruler by default.Andreas Kling
2019-04-24GTextEditor: Fix line_content_rect() behavior with custom alignments.Andreas Kling
2019-04-24GTextEditor: Add support for different text alignments.Andreas Kling
2019-04-23WindowServer+TaskBar: Add a taskbar window button popup menu.Andreas Kling
2019-04-23LibGUI: Don't bother setting a title on tooltip windows.Andreas Kling
2019-04-23GWindow: Don't send InvalidateRect message with 0 rects to WindowServer.Andreas Kling
2019-04-23Do a pass of compiler warning fixes.Andreas Kling
2019-04-22WindowServer+LibGUI: Allow arbitrary number of rects in messages.Andreas Kling