Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-03 | AK: Rename create<T> => make_ref_counted<T> | Andreas Kling | |
And also try_create<T> => try_make_ref_counted<T>. A global "create" was a bit much. The new name matches make<T> better, which we've used for making single-owner objects since forever. | |||
2021-09-01 | PixelPaint: Add setter for the orientation of a Guide | Tobias Christiansen | |
Also add an additional value to the Orientation enum called "Unset". | |||
2021-08-09 | Everywhere: Use tobyase@serenityos.org for my copyright headers | Tobias Christiansen | |
2021-08-07 | PixelPaint: Add Guide class | Tobias Christiansen | |
This will allow the user to add Guides to the image, that will only be visible in the Editor, not affecting the image. |