1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Userland/Applications/ThemeEditor
Timothy Flynn 25e0ab3ee4 Userland: Tighten promises by removing 'proc' where it isn't used
This is a partial revert of commit 7af5eef. After 97d15e9, the 'proc'
promise is not needed for operations using getsid().

This also fixes launching several applications in which 7af5eef added
the 'proc' promise only in the second call to pledge().
2022-10-03 17:09:21 +01:00
..
Previews ThemeEditor: Convert the widget-preview layout to GML 2022-05-21 22:25:33 +02:00
AlignmentProperty.gml ThemeEditor: Fix layout for new layout system 2022-06-30 11:51:25 +02:00
CMakeLists.txt ThemeEditor: Convert the widget-preview layout to GML 2022-05-21 22:25:33 +02:00
ColorProperty.gml ThemeEditor: Fix layout for new layout system 2022-06-30 11:51:25 +02:00
FlagProperty.gml ThemeEditor: Fix layout for new layout system 2022-06-30 11:51:25 +02:00
main.cpp Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
MainWidget.cpp Everywhere: Use my very shiny serenityos.org email :^) 2022-09-12 15:13:12 +01:00
MainWidget.h ThemeEditor: Allow temporarily overriding the system theme 2022-06-17 19:46:30 +01:00
MetricProperty.gml ThemeEditor: Fix layout for new layout system 2022-06-30 11:51:25 +02:00
PathProperty.gml ThemeEditor: Fix layout for new layout system 2022-06-30 11:51:25 +02:00
PreviewWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
PreviewWidget.h LibGUI+ThemeEditor: Split preview-widget palette-change callback 2022-04-29 20:06:39 +02:00
ThemeEditor.gml ThemeEditor: Run gml-format 2022-06-17 19:49:16 +01:00