Age | Commit message (Expand) | Author |
---|---|---|
2019-09-14 | WindowServer+LibGUI: Store a "data type" with the clipboard content | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-04-14 | WindowServer: Port WindowServer to LibCore. | Andreas Kling |
2019-04-05 | AK: Revert Eternal<T> for now since it doesn't work as intended. | Andreas Kling |
2019-04-03 | AK: Add Eternal<T> and use it in various places. | Andreas Kling |
2019-04-01 | WindowServer: Make various function arguments const. | Andreas Kling |
2019-03-20 | Move WindowServer into Servers. | Andreas Kling |