ladybird/Base/home/anon
Andreas Kling 6d1c4ae5a9 LibHTML: Implement basic <form> and <input> element support
This patch adds "submit" inputs and default (text box) inputs, as well
as form elements that can be submitted.

Layout of input elements is implemented via a new LayoutWidget class
that allows you to put an arbitrary GWidget in the layout tree.
At the moment, the DOM node sets the initial size of the LayoutWidget,
and then the positioning is done by the normal layout algorithm.

We also now support submitting a <form method="GET">, which does a full
replacing load with a URL based on the form's action + a query string
built from the name/value of input elements within the submitted form.

This is pretty neat! :^)
2019-11-25 21:21:55 +01:00
..
little little: Make this build by default, and add some curlies 2019-11-18 19:01:50 +01:00
www LibHTML: Implement basic <form> and <input> element support 2019-11-25 21:21:55 +01:00
FileManager.ini FileManager: Remember my last position and size. 2019-11-09 20:50:53 +01:00
IRCClient.ini IRC client setttings, Terminal settings, more WM settings 2019-05-27 21:40:53 +02:00
myfile.txt Base: Rename /users to /home. 2019-02-10 11:18:12 +01:00
Terminal.ini Terminal: Use the visual bell by default. 2019-06-07 08:45:39 +02:00
WindowManager.ini LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors 2019-10-10 21:35:12 +02:00