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
/
About
Age
Commit message (
Expand
)
Author
2020-05-27
LibGUI, About: Implement system-wide W2k-esque About dialog
Nick Vella
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-05-03
Meta: Fix Makefile permissions (not executable)
Ben Wiederhake
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-03
LibGUI: Some more convenience functions for constructing widgets
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-29
About: Add mascot tooltip
Andreas Kling
2020-02-29
About: Adopt Buggie :^)
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
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: 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-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-21
About: Use unveil()
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-13
About: Drop "unix" pledge after connecting to WindowServer
Andreas Kling
2020-01-13
About: Use pledge()
Brian Gianforcaro
2020-01-08
About: Focus the button on startup
Andreas Kling
2019-12-29
About: Embrace the SerenityOS name
Andreas Kling
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-20
Build: only setup git defines for About application
joshua stein
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-02
About: Show repository info
Jonathan Archer
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-05-24
LibGUI: Add a GAbstractButton base class for button widgets.
Andreas Kling
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-10
About: Center the window on screen and make it non-resizable.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-03-27
LibC: Run constructors on process startup.
Andreas Kling
2019-03-22
Use the PNG loader for all images, and get rid of the .rgb files.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-14
About: Oops, fill the window with background color.
Andreas Kling
2019-03-09
About+LibGUI: Use a GBoxLayout for the About app.
Andreas Kling
2019-03-06
About: Use Katica Bold for displaying the system name. :^)
Andreas Kling
[next]