1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Applications
Andreas Kling ee3811dee8 TextEditor: Pledge "thread" since it's needed by GUI::FilePicker
This is a little bit awkward since it's only used for generating
thumbnails on a background thread and it's not like I care about
thumbnails very much in a text editor, but for now let's just pledge
"thread" so I can get on with the thing I wanted to get on with.
2020-02-24 19:51:22 +01:00
..
About Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
Browser LibGUI: Add helper for constructing new TabWidget tabs 2020-02-23 12:27:53 +01:00
Calculator Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
ChanViewer Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
DisplayProperties LibGUI: Add helper for constructing new TabWidget tabs 2020-02-23 12:27:53 +01:00
FileManager LibGUI: Add helper for constructing new TabWidget tabs 2020-02-23 12:27:53 +01:00
FontEditor LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
Help Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
HexEditor LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
IRCClient LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
PaintBrush LibGUI: Make GUI::Frame have the 2px sunken container look by default 2020-02-23 11:10:52 +01:00
Piano LibGUI: Add helper for constructing new TabWidget tabs 2020-02-23 12:27:53 +01:00
QuickShow LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
SoundPlayer LibGUI: Make GUI::Frame have the 2px sunken container look by default 2020-02-23 11:10:52 +01:00
SystemMenu SystemMenu: Migrate PowerDialog to (widget)->add like in 3d20da9e 2020-02-23 22:03:03 +01:00
SystemMonitor LibGUI: Add helper for constructing new TabWidget tabs 2020-02-23 12:27:53 +01:00
Taskbar Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
Terminal Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
TextEditor TextEditor: Pledge "thread" since it's needed by GUI::FilePicker 2020-02-24 19:51:22 +01:00
Welcome LibGUI: Remove parent parameter to GUI::Widget constructor 2020-02-23 12:27:53 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00