1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 09:34:59 +00:00
serenity/Applications
asynts d5ffb51a83 AK: Don't add newline for outf/dbgf/warnf.
In the future all (normal) output should be written by any of the
following functions:

    out    (currently called new_out)
    outln
    dbg    (currently called new_dbg)
    dbgln
    warn   (currently called new_warn)
    warnln

However, there are still a ton of uses of the old out/warn/dbg in the
code base so the new functions are called new_out/new_warn/new_dbg. I am
going to rename them as soon as all the other usages are gone (this
might take a while.)

I also added raw_out/raw_dbg/raw_warn which don't do any escaping,
this should be useful if no formatting is required and if the input
contains tons of curly braces. (I am not entirely sure if this function
will stay, but I am adding it for now.)
2020-10-04 17:04:55 +02:00
..
About LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
Browser Browser: Use format functions instead of printf. 2020-10-04 14:23:25 +02:00
Calculator Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
Calendar Calendar: Avoid unnecessary lambda 2020-08-30 10:31:04 +02:00
Debugger Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
DisplaySettings Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
FileManager Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
FontEditor FontEditor: Draw the baseline in the glyph editor widget 2020-09-20 23:23:56 +02:00
Help Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
HexEditor HexEditor: Use widget override cursors 2020-09-11 14:37:30 +02:00
IRCClient AK: Don't add newline for outf/dbgf/warnf. 2020-10-04 17:04:55 +02:00
KeyboardMapper LibC: Remove an unneeded string.h include in ctype.h/cpp 2020-09-27 21:15:25 +02:00
KeyboardSettings Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Piano Refactor: Replace usages of FixedArray with Array. 2020-09-08 14:01:21 +02:00
PixelPaint Applications: Paint transparency grids through StylePainter 2020-09-26 00:00:08 +02:00
QuickShow Applications: Paint transparency grids through StylePainter 2020-09-26 00:00:08 +02:00
SoundPlayer Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Spreadsheet Spreadsheet: Let the cells know their own position in the sheet 2020-09-28 17:41:48 +02:00
SystemMonitor Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Terminal Terminal: Use utmpupdate to update /var/run/utmp 2020-09-06 16:15:51 +02:00
TextEditor HackStudio+TextEditor: Add the Shell syntax highlighter 2020-09-30 20:05:24 +02:00
ThemeEditor Meta+Applications: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Welcome Base: Rename Pebbleton to reflect actual height 2020-08-16 19:38:21 +02:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00