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
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-08
ThemeEditor: Port to `Core::Stream`
Lucas CHOLLET
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-14
LibGfx+Userland: Make Gfx::SystemTheme propagate errors
Cygnix Proto
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-03
Userland: Unveil /proc/all in applications which require it
Timothy Flynn
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-08-14
Base: Launch FileSystemAccessServer at session start-up
Lucas CHOLLET
2022-08-13
ThemeEditor: Use `FileSystemAccessServer` instead of unveiling files
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-21
ThemeEditor: Make MainWidget responsible for holding the edited Palette
Sam Atkins
2022-05-21
ThemeEditor: Give each theme property its own editing widget
Sam Atkins
2022-05-21
ThemeEditor: Extract most logic into a MainWidget class
Sam Atkins
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-29
ThemeEditor: Show if modified, and prompt before discarding unsaved work
Sam Atkins
2022-04-29
ThemeEditor: Update displayed alignment when loading a theme file
Sam Atkins
2022-04-29
ThemeEditor: Stop firing unnecessary change callbacks
Sam Atkins
2022-04-29
ThemeEditor: Open the FilePicker at the location in the path input
Sam Atkins
2022-04-29
ThemeEditor: Show a message box if saving fails
Sam Atkins
2022-04-29
ThemeEditor: Propagate failure to create AlignmentModel
Sam Atkins
2022-04-18
ThemeEditor: Remove unused model classes
Karol Kosek
2022-04-18
ThemeEditor: Use new RoleModel template class
Karol Kosek
2022-04-18
ThemeEditor: Add generic RoleModel template class
Karol Kosek
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-03
Applications: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-03
ThemeEditor: Open files with ReadWrite
GeekFiftyFive
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()
Sam Atkins
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
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-05
ThemeEditor: Add support for FlagRoles
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-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: 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
[next]