rustbasic

Results 69 issues of rustbasic

Preserves the text cursor position when right-clicking in TextEdit After using it for a long time, I find it convenient. **Advantages:** 1. Right-clicking allows you to maintain the cursor position...

Improvement: Simple structure of FontBook 1. Simple structure of FontBook 2. Fix for the warning "epaint texture atlas overflowed!"

Improvement: Reduce the area covered by the mouse cursor in `on_hover_at_pointer()`.

Implement Copy, Cut, Paste and others in EventFilter * Related #5540 * Related #5553 * Closes #5618 It seems like it would be better to make it work if true...

feature
egui

Implement Copy, Cut, and Paste in EventFilter * Related #5540 * Related #5553

Apply `forget()` to GIF frame. * Closes #4734 * Related #5367 * Related #5439

Add some Keys : CapsLock, NumLock, ScrollLock, Alt, AltRight, Control, ControlRight, Shift, ShiftRight, * Related #2041 * Closes #3636 * Related #3653

egui

Fix: ctx.set_fonts() Doesn't Apply Fonts with Same Name If a font file named `my_font` is set using `ctx.set_fonts()` and then another font file with the same name is set again...