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 6,480 public repositories matching this topic...
-
Updated
Oct 10, 2020 - Python
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
-
Updated
Oct 11, 2020 - Jupyter Notebook
-
Updated
Apr 1, 2020 - TypeScript
Describe the bug:
Open fyne_demo -> Widgets -> input and drag the slider.
If your finger goes above or below the widget it resets to 0 - but it should track the finger movement.
Most probably a bug in tracking motion events in mobile driver.
To Reproduce:
Steps to reproduce the behaviour:
- Go to fyne_demo
- Click on Widgets then input
- Slide the slider then move your finger
-
Updated
Oct 12, 2020 - C#
Is your feature request related to a problem? Please describe.
It'll be nice to have a hotkey (like H in IDA) to toggle the integer base between HEX and DEC. Since it may not work in Decompiler without backend support, having it in Disassembly/Graph will still be nice.
Describe the solution you'd like
So when I press the hotkey (maybe H if it's available), it should work like
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
-
Updated
Oct 7, 2020 - Go
-
Updated
Oct 5, 2020 - PowerShell
https://docs.rs/iced_native/0.2.2/src/iced_native/widget/column.rs.html#17-26
A Column will try to fill the horizontal space of its container.
However Column::new uses Shrink by default.
Column {
spacing: 0,
padding: 0,
width: Length::Shrink,
...
-
Updated
Sep 5, 2020 - JavaScript
If anyone has a raspberry Pi or Pinebook laying around it would be great if you could test an aarch64 version of the snap. I could then publish this in the snapstore for other pinebook users.
This would be a good hacktoberfest PR.
-
Updated
Oct 13, 2019 - HTML
-
Updated
Oct 5, 2020 - C++
~/.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
Sep 28, 2020 - TypeScript
-
Updated
Oct 6, 2020 - Go
-
Updated
Oct 9, 2020 - 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
-
Updated
Oct 9, 2020 - C
-
Updated
Oct 11, 2020 - Red
Tabular data?
Does gui.cs handle tabular data?
- Auto sizing columns?
- line breaks within columns
- truncate column content?
- scroll the table if needed
and so on?
Anything like this or something similar?


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