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 8,094 public repositories matching this topic...
The documentation contains a few references to issues from the now archived yewstack/docs repository.
Since the docs repository is read-only, the same issues should be re-created here and the links in the docs should be updated to point to the new issue.
"Contribute to our docs" links
- Page: [Components Lifecycle Diagram](https://yew.rs/docs/conce
Is your feature request related to a problem? Please describe:
At the moment ToolBarItem does not have a SetIcon function like widget buttons even tho toolbars are buttons under the hood.
So as a workaround to set the icon it's required to store the fyne.resource icon into variable and re-upda
Flameshot version
(All versions)
Describe the bug
There are lots of Linux-only files installed when Windows MSI package is installed:
Probably we should add an if()
statement in src/CMakeLists.txt
file and do not call those configure_file()
instructions on Windows/
-
Updated
Apr 14, 2021 - Jupyter Notebook
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Jun 9, 2021 - C#
-
Updated
Jun 8, 2021 - PowerShell
-
Updated
Jun 5, 2021 - Go
Right now any StyleSheet
has a list of functions without a default implementation. Implementing a StyleSheet
is really annoying, because you have to override all of the functions and not just the thing you want to change.
I recently wanted to just change the border_radius of a text_input and I had to write the following code.
impl StyleSheet for Styles {
fn active(&self) ->
Environment information
- Operating System: macOS (10.14.6)
- Cutter version: 2.0.2
- Obtained from:
- Built from source
- Downloaded release from Cutter website or GitHub
- Distribution repository: Homebrew
- File format: binary x86_64 ELF
Modified content
When a strings is defined in the disassembly, using A, the only option to remove it is with `
-
Updated
Jun 1, 2021 - TypeScript
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Nov 27, 2020 - HTML
~/.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
Apr 22, 2021 - C++
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
[v8.1] Planning
Hi,
v8.0 is released so let's move forward and start to think about v8.1.
In the list below I collected the ideas I found useful and reasonable for v8.1. It's not written into stone, so feel free to make suggestions.
If you are interested in contributing in v8.1, just comment here!
Features
- Unit testing (gtest?). See #1658
- Benchmarking (gem5 o
Doxygen Formatting
-
Updated
Apr 6, 2021 - TypeScript
-
Updated
Apr 20, 2021 - C++
-
Updated
Mar 17, 2021 - Go
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