GUI
GUI stands for graphical user interface. It is a visual representation of communication presented to the user for easy interaction with the machine. It allows users to manipulate elements on the screen using a mouse, a stylus or even a finger. The actions in a GUI are usually performed through direct manipulation of the graphical elements.
Here are 10,965 public repositories matching this topic...
Problem
I am returning to WebGL work after some time away (with Vulkan) so may be misinterpreting something here, but...
The WebGL example loops through the render_gl function every frame. Therefore it's recompiling the shaders, linking them, all of this work that doesn't need to be repeated in the render loop.
Steps To Reproduce
Steps to reproduce the behavior:
Start the app as
Description
This PR changes the default label position of the Rich Text Editor widget from "Left" to "Top"
Fixes #15141
Type of change
- New feature (non-breaking change which adds functionality)
How Has This Been Tested?
- Manually tested
Checklist:
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
Feature Description
Hi, much appreciate the Flameshot app.
Could you bump the nightly build's version (to be higher than stable repo)?
Use case problem:
I use Fedora 36 (Gnome 42 + Wayland) and install the Falmeshot by command dnf install flameshot. But in the released Flameshot v11 version is a [bug, that is solved in the nightly build](https://github.com/flameshot-org/flamesho
Describe the bug:
Something is strange with the MinSize of the slider widget and I don't quite know why. It results in part of the drag handle being cut of at the sides. I can't replicate this on all my screens. It is the most apparent on
-
Updated
Aug 3, 2022 - Go
I'm working on an application which mainly consists for sliders for parameter control. For better user experience, it would be nice to offer two features: reset to default and fine control.
On VST plugins this is normally done via double-clicks and/or modifier keys. E.g. double-clicking resets the slider to a default (mostly 0), alternatively Ctrl-/Cmd-Klick also does it. For fine control, ofte
-
Updated
Aug 7, 2022 - C#
-
Updated
Apr 12, 2022 - PowerShell
-
Updated
Jul 10, 2022 - Jupyter Notebook
Environment information
- Operating System: Arch Linux
- Cutter version: db0d4d85a600eddec46f1ac3d9b98f133e187ee4 with latest dev rizin (d1c8bac7380cd065275a6a6ff92902ab69c1c3fb)
- Obtained from:
- Built from source
- Downloaded release from Cutter website or GitHub
- Distribution repository
- File format: ELF
Describe the bug
Disassembly preview in XRefs w
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Jun 16, 2022 - JavaScript
Type of Issues (Enhancement, Error, Bug, Question)
Bug:
- Initialize Window
- Show it (
window.Read()) - Run
window.Disable() - The whole desktop environment freezes, nothing is clickable anymore
- Change to tty terminal and kill application
- Things are normal again
Operating System
Ubuntu 16.04 LTS 64 bit
Python version
Python 3.5.2
PySi
Missing EVENT_QUIT
Describe the feature request
Since LVGL is more and more used as an desktop app too, I think it's necessary to have a clean application exit event too.
Right now, all example have a while(1) { } in their main function so when you close the app (by clicking the X icon, or Alt+F4 or ...), you're actually leaking all the application objects.
For most of them, it's not important, but som
Tracking issue for improving the egui docs. Other suggestions for improvements welcome!
All doc-examples need to be part of the doctests (i.e. they should never be marked ignore, though no_run can maybe sometimes be motivated).
egui
The crate-level docs for egui (at https://docs.rs/egui generated from egui/src/lib.rs) sh
-
Updated
Aug 7, 2022 - Python
-
Updated
May 15, 2022 - JavaScript
-
Updated
Aug 4, 2022 - Kotlin
-
Updated
Jul 7, 2022 - TypeScript
Not a big deal, but I noticed a ton of trailing whitespaces on the repo code, so it would be nice to remove them with a linter or similar!
~/.config/youtube-dlg should just contain configuration files and not logs (which should go to $XDG_DATA_HOME/youtube-dlg/ ) nor youtube-dl binary (which should go to $XDG_CACHE_HOME).
Please also consider using appdirs instead of hardcoding ~/.config/
-
Updated
Mar 25, 2022 - HTML
-
Updated
Aug 7, 2022 - C++
-
Updated
Aug 7, 2022 - C++
We have zero code coverage for some of the most complex pieces of Terminal.Gui: The implementations of ConsoleDriver.
It should be possible to write unit tests that work on Windows for the WindowsDriver and NetDriver and some that work on Linux for CursesDriver and `NetDriv

Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the