1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 07:51:00 +00:00
serenity/Applications
Andreas Kling 4c0f586f2b LibGUI: Add a spinbox widget.
This is essentially a combo widget containing a single-line GTextEditor
and two buttons for increment and decrement. The GTextEditor::on_change
callback is hooked to prevent non-numeric input but it's not entirely
perfect since that callback is asynchronous. This will work until we have
some more sophisticated input validation mechanism though.
2019-04-09 16:29:00 +02:00
..
About LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00
Downloader LibGUI: Make GSocket connection asynchronous. 2019-04-08 04:56:11 +02:00
FileManager FileManager: Rename DirectoryTableView => DirectoryView. 2019-04-02 14:43:56 +02:00
FontEditor LibGUI: Add a spinbox widget. 2019-04-09 16:29:00 +02:00
IRCClient LibGUI: Make GSocket connection asynchronous. 2019-04-08 04:56:11 +02:00
Launcher Launcher: Add tooltips to LauncherButtons. 2019-04-09 02:21:24 +02:00
ProcessManager AK: Add Eternal<T> and use it in various places. 2019-04-03 16:52:25 +02:00
Taskbar Taskbar: Replace TaskbarWidget with a simple GFrame. 2019-04-08 17:17:16 +02:00
Terminal Terminal+LibGUI: Make the terminal cursor blink. 2019-03-30 21:40:57 +01:00
TextEditor Tweak the look of various UI surfaces and buttons. 2019-03-27 20:48:23 +01:00