Ben Wiederhake
|
ede5dbd7b3
|
Meta+LibC through LibHTTP: Make clang-format-10 clean
Why break at LibHTTP? Because "Meta+Libraries" would be insanely large,
and breaking between LibHTTP and LibJS makes the commits roughly evenly large.
|
2020-09-25 21:18:17 +02:00 |
|
Nico Weber
|
ce95628b7f
|
Unicode: Try s/codepoint/code_point/g again
This time, without trailing 's'. Ran:
git grep -l 'codepoint' | xargs sed -ie 's/codepoint/code_point/g
|
2020-08-05 22:33:42 +02:00 |
|
Nico Weber
|
19ac1f6368
|
Revert "Unicode: s/codepoint/code_point/g"
This reverts commit ea9ac3155d .
It replaced "codepoint" with "code_points", not "code_point".
|
2020-08-05 22:33:42 +02:00 |
|
Andreas Kling
|
ea9ac3155d
|
Unicode: s/codepoint/code_point/g
Unicode calls them "code points" so let's follow their style.
|
2020-08-03 19:06:41 +02:00 |
|
Andreas Kling
|
c39d44fc2e
|
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
|
2020-02-06 12:07:05 +01:00 |
|
Andreas Kling
|
9ac94d393e
|
LibGfx: Rename from LibDraw :^)
|
2020-02-06 12:04:00 +01:00 |
|