summaryrefslogtreecommitdiff
path: root/MenuApplets/Clock
AgeCommit message (Expand)Author
2020-08-22MenuApplets: Add a mini calendar to Clock appletthankyouverycool
2020-08-17Clock MenuApplet: Use Core::DateTime to simplify the codeNico Weber
2020-08-04Clock.MenuApplet: Disown child process after spawningAndreas Kling
2020-07-05Userland+MenuApplets: Replace two more fork/exec with posix_spawnNico Weber
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-03Meta: Fix Makefile permissions (not executable)Ben Wiederhake
2020-04-01Clock menu applet: launch the new Calendar on clickAnotherTest
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-10Clock.MenuApplet: Add window title.=
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-21MenuApplets: Use unveil()Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-12Applications+DevTools+MenuApplets: Drop "unix" pledge when possibleAndreas Kling
2020-01-11MenuApplets: Use pledge()Andreas Kling
2020-01-05WindowServer: Move menu related code from WindowManager to MenuManagerShannon Booth
2019-12-29Clock.MenuApplet: Only wake up once per secondAndreas Kling
2019-12-28MenuApplets: Add gitignore for clock appletConrad Pankoff
2019-12-27MenuApplets: Add Clock applet, move code from WindowServer to the applet.Hüseyin ASLITÜRK