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-03-03
Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal.
Andreas Kling
2019-03-03
FileManager+LibGUI: Add a simple location textbox.
Andreas Kling
2019-03-02
LibGUI: Support GTableView navigation with Page Up and Page Down.
Andreas Kling
2019-03-02
LibGUI+WindowServer: Add app-global keyboard shortcuts.
Andreas Kling
2019-03-01
LibGUI: GTableView should scroll items into view when keyboard navigating.
Andreas Kling
2019-03-01
LibGUI: Allow basic keyboard navigation in GTableView.
Andreas Kling
2019-03-01
LibGUI: Let GTableModel handle the selection instead of doing it virtually.
Andreas Kling
2019-03-01
LibGUI: GTableView scrolling ranges should be based on the available area.
Andreas Kling
2019-03-01
Put miscellaneous debug spam behind #ifdefs.
Andreas Kling
2019-03-01
Base: Add Csilla Bold 7x10 variant.
Andreas Kling
2019-02-28
LibGUI: Tweak GStatusBar margins.
Andreas Kling
2019-02-28
LibGUI: Add a GModelNotification class that views will receive.
Andreas Kling
2019-02-28
LibGUI: Support bitmaps in GTableView cells.
Andreas Kling
2019-02-28
LibGUI: Clip to paint event rect in most widgets.
Andreas Kling
2019-02-28
LibGUI: Both GToolBar and GStatusBar should have highlight/shadow.
Andreas Kling
2019-02-28
LibGUI: Top line on GStatusBar should be a highlight, not a shadow.
Andreas Kling
2019-02-28
SharedGraphics: Make Painter clipping work with translated clip origin.
Andreas Kling
2019-02-28
LibGUI: Add horizontal scrollbar to GTableView.
Andreas Kling
2019-02-28
LibGUI: GTableView was accidentally obscuring the last row.
Andreas Kling
2019-02-28
LibGUI: Add GVariant class and use it for table model data.
Andreas Kling
2019-02-28
LibGUI: GTableView should clear the selection if clicking outside items.
Andreas Kling
2019-02-28
LibGUI: Re-enable the update rect coalescing.
Andreas Kling
2019-02-28
LibGUI: GTableView paints itself completely, no need for auto filling.
Andreas Kling
2019-02-28
LibGUI: Update GTableView's scrollbar range in response to resize.
Andreas Kling
2019-02-28
LibGUI: Pad GTableView cells on the right side as well.
Andreas Kling
2019-02-28
LibGUI: Allow specifying per-column text alignment.
Andreas Kling
2019-02-28
LibGUI: Draw separators between GTableView column headers.
Andreas Kling
2019-02-28
LibGUI: Take ProcessManager's process view and turn it into GTableView.
Andreas Kling
2019-02-28
ProcessManager: Move ProcessTableModel class to its own files.
Andreas Kling
2019-02-28
ProcessManager: Start working on a graphical process manager.
Andreas Kling
2019-02-27
LibGUI: GWindow should only discard the backing store on actual resize.
Andreas Kling
2019-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling
2019-02-26
LibGUI: Make toolbars a bit bigger by default.
Andreas Kling
2019-02-26
LibGUI: Remove gradient from the default button style.
Andreas Kling
2019-02-26
WindowServer+LibGUI: Send the window size along with Paint server messages.
Andreas Kling
2019-02-26
WindowServer+LibGUI: Fix global mouse tracking with recursive widget trees.
Andreas Kling
2019-02-26
LibGUI: Make event receivers be weak pointers.
Andreas Kling
2019-02-25
More moving towards using signed types.
Andreas Kling
2019-02-25
Fix a bunch of compiler warnings. Not all, but a lot.
Andreas Kling
2019-02-25
Convert more RetainPtr use to Retained.
Andreas Kling
2019-02-25
AK: Add Retained<T>, like RetainPtr, but never null.
Andreas Kling
2019-02-22
Move over to building all of userspace with i686-pc-serenity-g++.
Andreas Kling
2019-02-22
Switch over to building everything with i686-elf-g++.
Andreas Kling
2019-02-21
Kernel: Start adding various file system permission checks.
Andreas Kling
2019-02-21
Add concept of size increments to windowing system.
Andreas Kling
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
Andreas Kling
2019-02-20
WindowServer: Support resizing windows.
Andreas Kling
2019-02-20
LibGUI: Pack toolbar buttons closer together.
Andreas Kling
2019-02-20
LibGUI: Implement enter/leave events (with WindowServer support.)
Andreas Kling
2019-02-20
LibGUI: Support different button styles.
Andreas Kling
[next]