index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Welcome
Age
Commit message (
Expand
)
Author
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-10-06
Welcome: Use new format functions.
asynts
2020-08-16
Base: Rename Pebbleton to reflect actual height
thankyouverycool
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-12
Applications: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-07-23
LibGUI: Rename GUI::Image => GUI::ImageWidget
Andreas Kling
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-18
Welcome: Replace Label with Image component to show banner and app icon
Hüseyin ASLITÜRK
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-29
Welcome: Remove the default GUI::Frame look from TextWidget
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
Welcome: Apply @shannonbooth's recommendations
thatlittlegit
2020-02-15
Welcome: Change copyrights in my code to 'SerenityOS developers'
thatlittlegit
2020-02-15
Welcome: Reduce the width and margins of the menu
thatlittlegit
2020-02-15
Welcome: 'Welcome to Serenity' -> 'Welcome to SerenityOS'
thatlittlegit
2020-02-15
Welcome: Add icons to welcome entries
thatlittlegit
2020-02-15
Welcome: Separate text from source code by parsing
thatlittlegit
2020-02-15
Welcome: Add pledge and unveil
thatlittlegit
2020-02-15
Welcome: Use a proper heading font for 'Welcome to Serenity!'
thatlittlegit
2020-02-15
Welcome: Push in the buttons depending on which page is selected
thatlittlegit
2020-02-15
Welcome: Replace PNG background with gradient
thatlittlegit
2020-02-15
Welcome: Remove crash and ensure text doesn't all stay on one line.
thatlittlegit
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-05
Welcome: Pass -m to ld to fix building with clang/lld
joshua stein
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
Welcome: Unbreak after ObjectPtr changes
Andreas Kling
[next]