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
/
MainWidget.cpp
Age
Commit message (
Expand
)
Author
2023-05-06
ThemeEditor: Remove one usage of DeprecatedString
Karol Kosek
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-16
ThemeEditor: Store tab title in PropertyTabs as StringView
Karol Kosek
2023-03-16
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
Karol Kosek
2023-03-10
ThemeEditor: Support more color scheme-related roles
implicitfield
2023-03-10
Everywhere: Support overriding the system color scheme
implicitfield
2023-02-18
LibGUI+Userland: Stop returning Layout from `Widget::(try_)set_layout()`
Sam Atkins
2023-02-18
Userland: Specify margins and spacing in the GUI::Layout constructor
Sam Atkins
2023-02-16
LibFileSystemAccessClient: Remove the deprecated API
Lucas CHOLLET
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-01-11
ThemeEditor: Warn about unsaved changes on file drop
Karol Kosek
2023-01-11
ThemeEditor: Fully load files on drop events
Karol Kosek
2023-01-11
ThemeEditor: Take drop events from the whole window
Karol Kosek
2023-01-08
ThemeEditor: Port to `Core::Stream`
Lucas CHOLLET
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-01
ThemeEditor: Make GUI initialization fallible
Sam Atkins
2022-12-31
ThemeEditor: Support editing color schemes
implicitfield
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-14
LibGfx+Userland: Make Gfx::SystemTheme propagate errors
Cygnix Proto
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
ThemeEditor: Update GML and polish interface
thankyouverycool
2022-11-19
Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu()
thankyouverycool
2022-11-15
Userland: Remove workarounds for LibIPC include order sensitivity
Timothy Flynn
2022-11-07
ThemeEditor: Warn about unsaved changes on file open
Karol Kosek
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-09-12
Everywhere: Use my very shiny serenityos.org email :^)
networkException
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-30
ThemeEditor: Fix layout for new layout system
FrHun
2022-06-17
ThemeEditor: Allow temporarily overriding the system theme
networkException
2022-05-25
ThemeEditor: Show unsaved changes prompt also in the quit action
Karol Kosek
2022-05-21
ThemeEditor: Make MainWidget responsible for holding the edited Palette
Sam Atkins
2022-05-21
ThemeEditor: Arrange the theme properties into groups
Sam Atkins
2022-05-21
ThemeEditor: Give each theme property its own editing widget
Sam Atkins
2022-05-21
ThemeEditor: Actually save alignment roles
Sam Atkins
2022-05-21
ThemeEditor: Extract most logic into a MainWidget class
Sam Atkins