Andreas Kling
|
37fc6c117c
|
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
2020-03-08 13:06:51 +01:00 |
|
Andreas Kling
|
ceec1a7d38
|
AK: Make Vector use size_t for its size and capacity
|
2020-02-25 14:52:35 +01:00 |
|
Emanuel Sprung
|
074d935c6e
|
AK, LibGfx, LibGUI: Initialize various variables to zero.
The not initialized variables can lead to compiler warnings that
become errors with the -Werror flag.
|
2020-02-25 10:18:46 +01:00 |
|
Andreas Kling
|
93e9c2732b
|
LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBA
This was not used anywhere but added unnecessary members to Bitmap.
|
2020-02-15 01:06:32 +01: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 |
|