index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
Age
Commit message (
Expand
)
Author
2019-04-26
GTableView: Ignore double-clicks that hit the header section.
Andreas Kling
2019-04-26
LibGUI+WindowServer: Make it possible to have checkable GActions.
Andreas Kling
2019-04-26
GWindow: Fix crash when calling set_rect() repeatedly.
Andreas Kling
2019-04-26
GWindow: Add resize(width, height) and resize(size).
Andreas Kling
2019-04-26
LibGUI: Allow subclassing of GLabel.
Andreas Kling
2019-04-26
LibGUI: Track double-clicking per individual mouse button.
Andreas Kling
2019-04-25
GTextEditor: Add very basic automatic indentation.
Andreas Kling
2019-04-25
GTableView: Double-click should only activate/edit valid indices.
Andreas Kling
2019-04-25
GTextEditor: Double-clicking on a word should select that word.
Andreas Kling
2019-04-25
GTextEditor: Improve cursor positioning accuracy when using a mouse.
Andreas Kling
2019-04-25
GTextEditor: Go a little past the cursor for Home/End scroll-into-view.
Andreas Kling
2019-04-25
GTextEditor: Always call did_change() before set_cursor().
Andreas Kling
2019-04-25
GTextEditor: Account for the GFrame border in the painting code.
Andreas Kling
2019-04-25
GScrollableWidget: The visible_content_rect() should be max content_size().
Andreas Kling
2019-04-24
GTextEditor: Expand the content "to-fill" for right aligned text.
Andreas Kling
2019-04-24
GTextEditor: Make the line_widget_rect() span the widget horizontally.
Andreas Kling
2019-04-24
GTextEditor: Turn off the ruler by default.
Andreas Kling
2019-04-24
GTextEditor: Fix line_content_rect() behavior with custom alignments.
Andreas Kling
2019-04-24
GTextEditor: Add support for different text alignments.
Andreas Kling
2019-04-23
WindowServer+TaskBar: Add a taskbar window button popup menu.
Andreas Kling
2019-04-23
LibGUI: Don't bother setting a title on tooltip windows.
Andreas Kling
2019-04-23
GWindow: Don't send InvalidateRect message with 0 rects to WindowServer.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-22
WindowServer+LibGUI: Allow arbitrary number of rects in messages.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
LibGUI: Allow GActions to be scoped either globally or widget-locally.
Andreas Kling
2019-04-20
LibGUI+Minesweeper: Add GWindow::set_resizable().
Andreas Kling
2019-04-20
GTableView: Tweak appearance of key column with alternating rows.
Andreas Kling
2019-04-20
WindowServer+LibGUI: Coalesce multiple client paints into GMultiPaintEvents.
Andreas Kling
2019-04-20
WindowSerer+LibGUI: Send multiple rects in invalidation/flush messages.
Andreas Kling
2019-04-20
LibGUI: Bundle up update() invalidations and send them on next event loop.
Andreas Kling
2019-04-20
WindowServer: Introduce a WM event mask so Taskbar can ignore window rects.
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-19
LibGUI: Remove GListBox since it was not kept up-to-date.
Andreas Kling
2019-04-19
VisualBuilder: Expose GGroupBox name property.
Andreas Kling
2019-04-19
VisualBuilder: Hook up everything needed for widget property editing.
Andreas Kling
2019-04-19
LibGUI: Move editing logic from GTableView up to GAbstractView.
Andreas Kling
2019-04-18
LibGUI: Move the editing widget along with the content when scrolling.
Andreas Kling
2019-04-18
GWidget: Always update self after a child is removed.
Andreas Kling
2019-04-18
LibGUI: GWindow's focused widget should be a WeakPtr.
Andreas Kling
2019-04-18
LibCore+LibGUI: Make CObject child events synchronous.
Andreas Kling
2019-04-18
LibGUI: Start working on GTableView inline editing.
Andreas Kling
2019-04-18
LibGUI: Give GTextEditor a context menu.
Andreas Kling
2019-04-18
LibGUI: Refactor context menus to be event-driven instead of declarative.
Andreas Kling
2019-04-18
WindowServer: Generate a separate WM event for window icon changes.
Andreas Kling
2019-04-16
GWidget: Add move_by() and make set_relative_rect() invalidate parent.
Andreas Kling
2019-04-16
Make better use of geometry class helpers in some places.
Andreas Kling
2019-04-16
GWidget: Tidy up the hit-testing code somewhat.
Andreas Kling
2019-04-16
GWidget: Remove unnecessary extra parent lookup in move_to_{back,front}().
Andreas Kling
[next]