index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Demos
/
WidgetGallery
Age
Commit message (
Expand
)
Author
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-07
WidgetGallery: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
WidgetGallery: Split cursor/icon names based on full paths
thankyouverycool
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-22
WidgetGallery: Fix bogus return type from FileIconsModel::create()
Andreas Kling
2021-04-21
Userland: Use Core::DirIterator::next_full_path()
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-29
Everywhere: Change font properties to be described in GML
Edgar Araújo
2021-03-29
Everywhere: Remove empty {} from GML objects
Edgar Araújo
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
WidgetGallery: Convert layout to GML and add new Icons gallery
thankyouverycool
2021-02-27
WidgetGallery: add a simple Wizard demo :^)
Nick Vella
2021-02-27
LibGUI: add a rudimentary framework for Wizards.
Nick Vella
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Demos+Games: Pledge "sendfd" in demos and games
TheMorc
2021-01-12
Demos: Move to Userland/Demos/
Andreas Kling