Idan Horowitz
916e093d4a
Documentation: Add Kernel/Userland quick switch to CLion configuration
2022-04-01 17:39:15 +01:00
Sam Atkins
da1c3c5262
Base: Add a quote to fortunes.json
2022-04-01 13:02:51 +01:00
Liav A
231b9f256b
Kernel: Declare Device major and minor data member numbers as const
...
This is just another "safety guard" to ensure these numbers don't ever
change after being set for a certain Device at construction time.
2022-04-01 12:56:04 +01:00
Jelle Raaijmakers
7334636933
LibGfx: Return kerning values as a float
instead of int
...
This allows for a more precise rounding of glyph positions.
2022-04-01 12:58:03 +02:00
Jelle Raaijmakers
ee9a2e0715
LibGfx: Implement font kerning for Painter::draw_text_run
2022-04-01 12:58:03 +02:00
Liav A
ae2ec45e78
Kernel: Allow SysFS components to have non-zero size
...
This is important for dmidecode because it does an fstat on the DMI
blobs, trying to figure out their size. Because we already know the size
of the blobs when creating the SysFS components, there's no performance
penalty whatsoever, and this allows dmidecode to not use the /dev/mem
device as a fallback.
2022-04-01 11:27:19 +02:00
Liav A
66ff60db07
Kernel: Declare DMI SysFS BIOS classes as final
2022-04-01 11:27:19 +02:00
Liav A
338b4b27eb
Kernel: Declare blob sizes of SysFS BIOS classes as const
2022-04-01 11:27:19 +02:00
Liav A
96aae59e9c
Kernel: Initialize primitive data members of SysFS BIOS classes
2022-04-01 11:27:19 +02:00
Liav A
979f89473b
Ports: Remove IPv6 patch for dmidecode
...
This is not needed anymore because our LibC recognizes what AF_INET6 is
about.
2022-04-01 11:27:19 +02:00
Liav A
9af62ba6e3
Ports: Fix dmidecode SYS_FIRMWARE_DIR patched macro
2022-04-01 11:27:19 +02:00
kleines Filmröllchen
684c39bc19
Documentation: Update GML information and manpage links in FileFormats
2022-03-31 22:13:49 -07:00
kleines Filmröllchen
426a09ca4a
Base: Extend and improve the GML documentation
...
This is a bundle of changes to the "new" GML documentation that I just
noticed two hours ago.
- Fix a bunch of typos, wording and style
- Rework layout object documentation (they're not widgets!)
- Document most of the common properties
- Finish (as for now) GML syntax documentation
- Extend GML usage explanation
- Add symlink "GML" so that man gml works
- Add a categorized GML page list to the introduction man page
- Cross-link much more
Much of the editing of existing docs is clearing up incorrect or
imprecise statements.
Note that because of massive changes in some places, git won't recognize
renames as such.
2022-03-31 22:13:49 -07:00
Tim Schumacher
743922984c
Fuzzers: Add a basic input shim when running standalone
2022-03-31 22:11:04 -07:00
Tim Schumacher
bf502ae3b0
CMake: Allow building fuzzing targets without libFuzzer or OSS-Fuzz
2022-03-31 22:11:04 -07:00
Tim Schumacher
e3519b8e5c
Meta: Rename Fuzzer flags to ENABLE_FUZZERS_{LIBFUZZER,OSSFUZZ}
2022-03-31 22:11:04 -07:00
djwisdom
7d51696d5d
Base: Add new theme Chillychilly
...
Updated syntax highlight colors to complement overall
theme look and feel. Thanks to @kleinesfilmroellchen for the
timely recommendation.
2022-03-31 22:09:52 -07:00
EWouters
98db3a3ce9
Meta: Fix format-string in the port linter
2022-03-31 21:59:20 -07:00
James Mintram
11bcde0bbd
Toolchain: Add a gcc patch to fix linker error on M1 host
2022-03-31 19:22:53 -07:00
EWouters
e6d28a9dd4
Ports/cmake: Update cmake to version 3.23.0 and remove upstreamed patch
...
The check for HAVE_SIZEOF_SSIZE_T and not HAVE_SSIZE_T has been upstreamed in 99acfe41f5
.
2022-03-31 16:05:07 -07:00
Enver Balalic
7be57c322e
LibWeb: Flex fix minimum main size in min/max violations calculation
...
While calculating the minimum size for main min/max size violations
we were flooring the min size to 0 if the item doesn't have a min
main size. Instead of that determine the intrinsic min main size
of that element.
This fixes the flex: 80% 0 4/1/0 test case in the flex.html
test page.
This case was missed in a previous commit that added the
determine_min_main_size_of_child function
2022-03-31 21:09:41 +02:00
djwisdom
e18aba69b5
Base: Add new glyphs to Ataraxia Light
...
Control Pictures
2400-2426
Miscellaneous Symbols
2644,2645,2647-264A,264C-2653,268A-2693,
26A5,26A6,26A8-26AF
2022-03-31 13:22:35 -04:00
djwisdom
304ec78d9a
Base: Add new glyphs to Satori Regular
...
Control Pictures
2400-2426
Miscellaneous Symbols
2644,2645,2647-264A,264C-2653,268A-2693,
26A5,26A6,26A8-26AF
2022-03-31 13:22:22 -04:00
djwisdom
dc203a6682
Base: Add new glyphs to Satori Mono Regular
...
Control Pictures
2400-2426
Miscellaneous Symbols
2644,2645,2647-264A,264C-2653,268A-2693,
26A5,26A6,26A8-26AF
2022-03-31 13:22:22 -04:00
djwisdom
29fde9bc29
Base: Add new glyphs to Satori Mono Bold
...
Control Pictures
2400-2426
Miscellaneous Symbols
2644,2645,2647-264A,264C-2653,268A-2693,
26A5,26A6,26A8-26AF
2022-03-31 13:22:22 -04:00
djwisdom
e7d4d6a318
Base: Add new glyphs to Satori Bold
...
Control Pictures
2400-2426
Miscellaneous Symbols
2644,2645,2647-264A,264C-2653,268A-2693,
26A5,26A6,26A8-26AF
2022-03-31 13:22:22 -04:00
Itamar
9cd27d1e15
LanguageServers/Cpp: Add SemanticType::PreprocessorMacro
...
This adds a new semantic token type, PreprocessorMacro.
Calls to preprocessor macros will now be highlighted when semantic
highlighting is enabled in Hack Studio.
2022-03-31 19:10:15 +02:00
Itamar
597ca68e2d
LibCpp: Fix parsing of macro calls
...
Previously, macro calls with 0 arguments where incorrectly parsed as
calls to a macro with a single argument that doesn't contain any tokens.
2022-03-31 19:10:15 +02:00
Itamar
53c6c36fba
LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()
2022-03-31 19:10:15 +02:00
Andreas Kling
3ab7388754
PixelPaint: Draw layer thumbnails with bilinear filtering
...
This makes them look a little nicer than basic nearest-neighbor.
2022-03-31 18:25:06 +02:00
Andreas Kling
7047a5ca59
LibJS: Allow JS::make_handle(T*) to be called with nullptr
...
Instead of asserting, just return an empty Handle.
2022-03-31 18:25:06 +02:00
Sahan Fernando
d98f12b928
3DFileViewer: Fix seam in normals of teapot.obj
2022-03-31 18:11:28 +02:00
Ali Mohammad Pur
7ea095feb0
LibJS: Don't assume that for-in/of target is a variable on LHS::Assign
...
e.g. `for ([foo.bar] in ...)` is actually a binding pattern.
2022-03-31 18:11:08 +02:00
Ali Mohammad Pur
56c0fdc1c4
LibJS: Implement codegen for MemberExpression binding patterns
2022-03-31 18:11:08 +02:00
Ali Mohammad Pur
007ffcd763
LibJS: Implement bytecode generation for all ObjectExpression properties
2022-03-31 18:11:08 +02:00
Matthew Olsson
698fb3957a
LibPDF: Fix security-handler-related nullptr regression
2022-03-31 18:10:45 +02:00
Matthew Olsson
b69488031b
LibPDF: Fix mismatched class/struct declaration
2022-03-31 18:10:45 +02:00
Matthew Olsson
6bed20f456
PDFViewer: Use ArgsParser
2022-03-31 18:10:45 +02:00
Matthew Olsson
468ceb1b48
LibPDF: Rename Command to Operator
...
This is the correct name, according to the spec
2022-03-31 18:10:45 +02:00
Matthew Olsson
49cb040c27
LibPDF: Fix some base-encoding-related crashes
2022-03-31 18:10:45 +02:00
Matthew Olsson
4d0f74a15c
LibPDF: Add Type0 and TrueType fonts
2022-03-31 18:10:45 +02:00
Matthew Olsson
e831c374f4
LibPDF: Abstract Type1 font data
...
TTF font types will use the same data
2022-03-31 18:10:45 +02:00
Matthew Olsson
058cf5f7f7
LibPDF: Accept font size in PDFFont::get_char_width
...
This will be required for TTF fonts
2022-03-31 18:10:45 +02:00
Matthew Olsson
5f9d35909d
LibPDF: Move font files into their own directory
2022-03-31 18:10:45 +02:00
Matthew Olsson
d2771eafc5
LibPDF: Use Font /Widths array to derive character widths
...
This makes the spacing between chars _much_ better!
2022-03-31 18:10:45 +02:00
Matthew Olsson
130846f337
LibPDF: Use AntiAliasingPainter in Renderer when possible
2022-03-31 18:10:45 +02:00
Matthew Olsson
8224ca6150
LibPDF: Fix more bad Renderer text positioning calculations
2022-03-31 18:10:45 +02:00
Matthew Olsson
34efc668d2
LibPDF: Handle SCN and scn operators
2022-03-31 18:10:45 +02:00
Matthew Olsson
e1115cfe48
LibPDF: Add basic ICCBased color space handling
2022-03-31 18:10:45 +02:00
Matthew Olsson
1238e65d30
LibPDF: Move color space creation from Renderer to ColorSpace
2022-03-31 18:10:45 +02:00