index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
ThemeEditor
Age
Commit message (
Expand
)
Author
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-01-20
ThemeEditor: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-01
ThemeEditor: Add "alignment" support
Filiph Sandström
2021-12-28
ThemeEditor: Implement a way to simulate color blindness in preview
TheGrizzlyDev
2021-11-28
ThemeEditor: Use LibMain
Marcus Nilsson
2021-11-13
ThemeEditor: Correct GroupBox margins
Sam Atkins
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-05
ThemeEditor: Offset the preview vertically to center it better
Sam Atkins
2021-11-05
ThemeEditor: Add support for FlagRoles
Sam Atkins
2021-10-28
ThemeEditor: Display the theme's window icons in the preview
Sam Atkins
2021-10-28
ThemeEditor: Add PathRole editing
Sam Atkins
2021-10-28
ThemeEditor: Update value edit boxes when loading a theme file
Sam Atkins
2021-10-28
ThemeEditor: Add MetricRole editing
Sam Atkins
2021-10-28
ThemeEditor: Convert layout to GML
Sam Atkins
2021-10-28
ThemeEditor: Display window shadows in preview :^)
Sam Atkins
2021-10-28
ThemeEditor: Give both preview windows a background color
Sam Atkins
2021-09-26
ThemeEditor: Show currently opened theme path in the window title
Karol Kosek
2021-09-16
ThemeEditor: Save theme metrics and paths to file
Karol Kosek
2021-09-12
ThemeEditor: Accept drop events
Karol Kosek
2021-09-12
ThemeEditor: Update theme path on theme load
Karol Kosek
2021-09-12
ThemeEditor: Rename main()'s preview_palette to startup_preview_palette
Karol Kosek
2021-09-12
ThemeEditor: Use preview_palette from the PreviewWidget
Karol Kosek
2021-09-12
ThemeEditor: Add 'Open file' menu action
Karol Kosek
2021-09-12
ThemeEditor: Open files from an argument
Karol Kosek
2021-09-12
ThemeEditor: Reference FileSystemAccessClient::Result in save_to_result
Karol Kosek
2021-09-12
ThemeEditor: Create menu contents after creating widgets
Karol Kosek
2021-09-06
ThemeEditor: Make the model derived from ItemListModel
Karol Kosek
2021-08-31
Userland: Use Rect::centered_within() where useful
Andreas Kling
2021-08-26
ThemeEditor: Place menu quit action as the last item
Karol Kosek
2021-08-22
ThemeEditor: Add Actions to save preview_palette to theme file
networkException
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-28
ThemeEditor: Initialize color input to Gfx::ColorRole::Window
LuK1337
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-17
ThemeEditor: Disable focus for demo widgets
Marcus Nilsson
2021-07-16
ThemeEditor: Set window size to 480x385 and disable resizing
LuK1337
2021-07-16
ThemeEditor: Add menu bar with quit and about items
LuK1337
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-01
WindowServer+LibGfx: Automatic "modified" markers in window titles
Andreas Kling
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Everywhere: Rename title_bar => titlebar
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling