gtk
Here are 1,055 public repositories matching this topic...
-
Updated
Dec 6, 2020 - C++
#355
It seems to me, the addition of exporting annotations would be complimented by org-mode.
Video problems
I have analyzed video problems and below is the summary. All tested with examples/http_server.py
from the pywebview-3
branch.
Windows
- CEF / MSHTML / EdgeHTML. No problems with either. CEF supports only WebM and Ogg out of the box (MP4 not supported).
Cocoa
- Only video frame is displayed, video not playing. Youtube works fine. There are a bunch of flags related to media in WKWeb
Please give us some details about the systems you are using:
- Client (OS name and version): Windows 10, VNCtiger v1.8.80
- Remmina version (remmina --version): 1.2.0-rcgit-27
- Desktop environment (GNOME, Unity, KDE, ..): GNOME 3.18.5
- Connecting to (OS and version): Ubuntu 16.04.4
- Connecting via (RDP, VNC, ...): VNCI
I set Remmina listening on VNC 5901
error log:
Welcome to
It’d be useful for users to know which version they’re running on.
-
Updated
Dec 3, 2020 - CSS
I would like a feature that allows users to customise their own icons using 48 * 48 png files.
NOT FROM TOPIC:
And also where are the theme files located?? I don't find my them in /usr/share/themes
-
Updated
Nov 29, 2020 - Vala
-
Updated
Dec 5, 2020 - Python
-
Updated
Nov 24, 2020 - Python
-
Updated
Oct 28, 2020 - C#
-
Updated
Nov 15, 2020 - CSS
-
Updated
Jan 24, 2018 - Vala
-
Updated
Oct 13, 2020 - Haskell
-
Updated
Nov 19, 2020 - Python
-
Updated
Dec 1, 2020 - C++
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Dec 6, 2020 - CSS
-
Updated
Dec 6, 2020 - Haskell
Improve this page
Add a description, image, and links to the gtk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gtk topic, visit your repo's landing page and select "manage topics."
Expected Behavior
When the user edits the properties of a
CanvasItem
theSelectEffect
should disappear until the end of the interaction, with a delay of 2 seconds.This behaviour is commonly used in other design tools to remove the visual noise of the selection bound when the user needs to edit the visual aspects of an item.
Eg. editing the color of a 1px thick border is pretty hard