Build software better, together

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,278 public repositories matching this topic...

dbeaver

KOLANICH

KOLANICH commented

Jan 11, 2019

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

yew

siku2

siku2 commented

Jul 19, 2020

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

andydotxyz

andydotxyz commented

Jun 1, 2020

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:

  1. Go to fyne_demo
  2. Click on Widgets then input
  3. Slide the slider then move your finger

💻

Medis is a beautiful, easy-to-use Mac database management application for Redis.

  • Updated Sep 10, 2020
  • JavaScript
Avalonia

Avalonia is a cross-platform XAML-based UI framework providing a flexible styling system and supporting a wide range of Operating Systems such as Windows via .NET Framework and .NET Core, Linux via Xorg, macOS

  • Updated Sep 14, 2020
  • C#

Surendrajat

Surendrajat commented

Sep 4, 2020

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

myfreeweb

myfreeweb commented

May 31, 2020

The image crate with default options is the absolute leader in code size:

 File  .text     Size Crate
 5.7%  14.6% 364.0KiB image
 4.6%  12.0% 297.3KiB wgpu_native
 3.8%   9.9% 246.5KiB std
 3.5%   8.9% 222.1KiB usvg
 2.6%   6.8% 170.0KiB iced_wgpu

I don't need to support ico, bmp, tga, hdr, dxt, dds, farbfeld and so on in a program that would only ever decode

hosiet

hosiet commented

Sep 7, 2020

With v0.8.0 not too far away, I was looking back and seeing what has changed since the v0.6.0 release. This is a list of identified important changes written in GitHub markdown and I believe such list should eventually appear in https://github.com/flameshot-org/flameshot/releases .

To prevent the references to individual issues from appearing, the text is wrapped in a blockquote for now.

`

legrostdg

legrostdg commented

Jan 9, 2018

~/.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/

Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.

🚀
  • Updated Sep 10, 2020
  • TypeScript
PySimpleGUI

klieret

klieret commented

May 28, 2019

Type of Issues (Enhancement, Error, Bug, Question)

Bug:

  1. Initialize Window
  2. Show it (window.Read())
  3. Run window.Disable()
  4. The whole desktop environment freezes, nothing is clickable anymore
  5. Change to tty terminal and kill application
  6. Things are normal again

Operating System

Ubuntu 16.04 LTS 64 bit

Python version

Python 3.5.2

PySi

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!

  • Updated Sep 12, 2020
  • Red

Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).

  • Updated Sep 14, 2020
  • C

Bartolomeus-649

Bartolomeus-649 commented

Sep 3, 2019

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?