1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2024-06-01 10:20:10 +03:00
Commit Graph

58 Commits

Author SHA1 Message Date
redtide
0683283fa5
Updated desktop file
- Removed Version key: it's the version of the Desktop Entry Specification, not the application version and it's not required (see Table 2. Standard Keys in the specification)
- Set a real Name to display in menu for the application, with GenericName and Comment (same page as above)
- Italian translation strings
2023-07-01 12:45:24 +02:00
redtide
919726a2e5
Bump to current development version, use semver 2023-07-01 12:37:16 +02:00
redtide
aefde05389
Added .editorconfig and .clang-format 2023-07-01 12:35:38 +02:00
redtide
c15e5870d9
Ignore QtCreator files 2023-07-01 12:34:46 +02:00
redtide
73f3cc2dd2
Merge pull request #2 from WhyNotHugo/output-name-bottom-left
Move the output name overlay to the bottom left
2023-07-01 09:52:32 +02:00
redtide
9f8508b31e
Merge pull request #1 from somini/patch-1
Move icon to the app_id name
2023-07-01 09:52:11 +02:00
somini
f4cf935e49
Install icon to the app_id location
This is so that the desktop files picks it up correctly.

Thanks, @WhyNotHugo and @jbeich.
2023-04-02 11:57:39 +01:00
Hugo Osvaldo Barrera
59edbbd155 Move the output name overlay to the bottom left
The output name overlay renders on the top left by default. At the same
time, wdisplays renders the output previews on its top left corner too.

The results is that the overlay covered the output previews, making
seeing it and interacting with it tricky.

Moving the output name to the bottom left makes sure there's never any
overlap between it and the draggable previews shows for each output.
2022-02-25 17:37:46 +01:00
a9aa7472e3 Merge remote-tracking branch 'IntinteDAO/patch-1' 2021-03-29 11:33:43 +03:00
5c6568a5b0 Merge remote-tracking branch 'emersion/fix-global-version' 2021-03-29 11:30:31 +03:00
Simon Ser
5198a9c94b
Use correct versions when binding globals
Changes to protocols aren't forward-compatible. It's not possible to use
version n+1 when a client has been designed to work with version n. For
instance in wlr-screencopy v5 a new event has been added. Binding to
version 5 without upgrading the client leads to libwayland errors
because libwayland doesn't know how to handle the event.

The client needs to maintain its own version requirements.

Closes: https://github.com/cyclopsian/wdisplays/issues/18
2020-07-27 11:08:50 +02:00
IntinteDAO
cfc833984e
Added categories to the program shortcut 2020-06-17 00:32:45 +02:00
Jason Francis
dd7e1e22ee Update README 2020-05-09 15:42:15 -04:00
Jason Francis
0ed52013dd Create WdHeadForm class 2020-05-09 13:37:18 -04:00
Jason Francis
f3f2b9e9e2 Backport GTK4 changes
Includes refactoring to use GMenuModel and GtkEventController
2020-05-08 20:26:33 -04:00
Jason Francis
71ce9741d1 Add package links 2020-05-08 20:21:59 -04:00
Jason Francis
1a58f8e15c Update application ID and readme 2020-05-08 20:10:27 -04:00
Jason Francis
69564522bc Relicense to GPL3+, add REUSE compliance
https://reuse.software/spec/
2020-05-08 20:10:27 -04:00
Jason Francis
0faafdc04d Shrink minimum size of canvas
Fixes #13
2020-03-14 21:50:10 -04:00
Jason Francis
e66756e2c4 Show headerbar when window is fullscreen
Fixes #14
2020-03-14 21:49:46 -04:00
cyclopsian
ba331cab53
Merge pull request #11 from cyclopsian/xdgdesktop
Add icon and desktop file
2020-01-12 06:23:14 +00:00
Jason Francis
54b5fe7e30 Add icon and desktop file 2019-12-10 12:02:17 -05:00
Jason Francis
22669edadb Force tick callback at application start 2019-10-26 16:56:01 -04:00
Jason Francis
acd95b1664 Use SPDX license identifiers 2019-10-26 16:56:01 -04:00
Jason Francis
63380ae59d gles 2019-10-26 16:56:01 -04:00
Jason Francis
c0cd8e4ac0 Ensure GL context defaults to ES 2.0 2019-10-26 16:37:27 -04:00
Jason Francis
3e7e49de5c Fix window title 2019-10-26 16:02:06 -04:00
cyclopsian
a3d3d13a01
Merge pull request #6 from jbeich/freebsd
Unbreak shared memory on FreeBSD
2019-10-05 01:27:27 +00:00
Jan Beich
bfaf2211c0 Set mode when creating shm object
$ wdisplays
shm_open: Permission denied
shm_open: Permission denied
shm_open: Permission denied
shm_open: Permission denied
^C

$ posixshmcontrol ls
MODE            OWNER   GROUP   SIZE    PATH
---------       foo     foo     33177600        /wd-DP-1
2019-10-04 05:14:25 +00:00
Jason Francis
049bf5bd8f Fix animation not working when capture disabled 2019-09-24 07:59:15 -04:00
Jason Francis
03de59d307 Update README 2019-09-09 11:10:43 -04:00
Jason Francis
d9c6f92830 Fix hangups caused by idle events never running 2019-09-09 10:57:02 -04:00
Jason Francis
b4a2f3be96 Update screenshot 2019-08-27 11:21:03 -04:00
Jason Francis
cd2e1959b0 Update README and screenshot 2019-08-27 11:18:38 -04:00
Jason Francis
d9b868077a Display grid lines when moving a display 2019-08-27 10:56:03 -04:00
Jason Francis
e0f382af84 Fix snapping not working with rotation/scale 2019-08-23 18:18:25 -04:00
Jason Francis
53d52f0fe3 Fix incorrect canvas scroll sizes and margins 2019-08-23 18:00:07 -04:00
Jason Francis
bd8fc3f7d4 Correctly render flipped/rotated screens 2019-08-23 17:35:59 -04:00
Jason Francis
2a896eae5f Use mipmaps for texture scaling 2019-08-23 17:30:46 -04:00
Jason Francis
b2c8f77be6 Use CSS padding for overlay 2019-08-18 13:02:09 -04:00
Jason Francis
dd2568a2b4 Fix form data being incorrect sometimes 2019-08-18 11:33:59 -04:00
Jason Francis
ba3b9f339f Ensure clicks on the canvas respect head z-order 2019-08-18 11:33:30 -04:00
Jason Francis
4b12ba1d0b Add name and description to overlay 2019-08-18 11:32:13 -04:00
Jason Francis
d355f7be25 Add lower bound to scale 2019-08-18 11:30:58 -04:00
Jason Francis
ff536e196d Update README 2019-08-15 07:39:33 -04:00
Jason Francis
27d7067762 Force roundtrip after applying settings 2019-08-14 14:20:11 -04:00
Jason Francis
3d69ae73d3 Add screen number overlays 2019-08-13 16:38:04 -04:00
Jason Francis
8cea18fd0d Fix spinner animating constantly 2019-08-10 13:50:34 -04:00
Jason Francis
9020f1ba1c Prepend new outputs/heads 2019-08-06 13:33:03 -04:00
Jason Francis
0d6c6d04c7 Force setting all output attributes when enabling 2019-08-06 13:28:33 -04:00