Amjad Alsharafi

Results 8 issues of Amjad Alsharafi

This commit tries to replicate how GVim handles drop events for files and text. added: - When text is dropped, it will pasted to the current buffer and cursor (nvim_paste)....

I'm used to use `Self` for the class type inside `impl` from: ```rust // A Rust vector, see liballoc/vec.rs pub struct Vec { buf: RawVec, len: usize, } impl Vec...

C-enhancement
A-idiom

Hello, Currently when building the library we get these shared objects. ```txt - libAppCore.so - libUltralightCore.so - libUltralight.so - libWebCore.so - libgstreamer-full-1.0.so - ...(others) ``` #### There are currently 2...

One of the downsides currently, is that its not possible to do counter starting from value `N`, it will always start from `zero`, this gives a quick solution for this...

`GL_UNPACK_ROW_LENGTH` allow uploading an image where each row may have some padding after the pixel data for alignment. Currently, this doesn't work as `glium` will panic if `width * height...

**Purpose of proposed changes** Vulkan recently added [Video Encoding API](https://www.khronos.org/blog/khronos-finalizes-vulkan-video-extensions-for-accelerated-h.264-and-h.265-encode) Nvidia, and AMD started implementing support for this. And for Nvidia cards, similar to NVENC API, there is a limit...

The current implementation of audio is not correct, in some games we hear some glitches, which seem to be due to emulation error. Also it would be nice to support...

enhancement
emulation-core

Currently, the emulation is done like this: - clock APU (audio) - clock CPU: - if its time to execute instruction, execute it and store how many cycles we should...

enhancement
emulation-core