Commit Graph

1803 Commits

Author SHA1 Message Date
Charles Gagnon
0120770221 Add window spread as click action
gh-1741
2025-02-11 18:26:49 -05:00
Charles Gagnon
7ae5e86e12 Fix notification mappings missing .desktop 2025-02-11 00:35:55 -05:00
Charles Gagnon
f162ac0624 Centralize notifications state 2025-02-10 15:01:52 -05:00
Charles Gagnon
b5cdd6e240 Add simple message tray notifications handling
gh-1695
2025-02-09 14:17:50 -05:00
Charles Gagnon
a08805d24d Fix fillPreferencesWindow not async on 46 2025-02-07 18:45:29 -05:00
Charles Gagnon
eb8dcd70fa Prevent monitor id conflicts if no EDID 2025-02-07 17:30:32 -05:00
Charles Gagnon
9b39d5cc96 Update prefs dialog on monitors change 2025-02-07 09:22:53 -05:00
Charles Gagnon
0e3cee376c Activate prefs dialog if already opened 2025-02-06 23:30:40 -05:00
Charles Gagnon
54f7e76263 Tie panel settings to monitor ids
#1782 #1976 #2182
2025-02-06 20:13:47 -05:00
Charles Gagnon
3ad58f17d6 Add simple cache for json settings 2025-02-05 12:15:31 -05:00
Charles Gagnon
fcb1a39708 Add spinner to donation page 2025-02-05 10:55:00 -05:00
Charles Gagnon
b66d6e0430 Use gnome-shell monitor order 2025-02-04 21:50:43 -05:00
Charles Gagnon
e8565df417 Do not pass through appicons without window
#2218
2025-02-04 15:23:01 -05:00
Charles Gagnon
2544eb1774 Raise window on file dragover, wayland only atm
#2218
2025-02-04 13:42:48 -05:00
Charles Gagnon
e10891d43f Fix showappsbutton being destroyed by ubuntu-dock 2025-02-02 16:49:46 -05:00
Charles Gagnon
a1f3def0f7 Fix display redirect on v48
#2234
2025-02-02 08:43:43 -05:00
Charles Gagnon
89cfe5f0a7 Fix keybinding overwrite warnings 2025-02-01 18:47:37 -05:00
Charles Gagnon
5e6bf9850e Fix vertical assignments for gnome 48 2025-02-01 17:48:00 -05:00
Charles Gagnon
094ffeea30 Add gnome-shell 48 support 2025-02-01 17:32:09 -05:00
Charles Gagnon
4226fd8d43 Fix chrome actors all reported on primary monitor on session start
#1753

get_transformed_position and get_transformed_size return 0,0 for a few frames on gnome-shell start, so all initial chrome actor visibilities are evaluated based on the fullscreen status of the primary monitor, even if those actors are on a secondary monitor. Vanilla gnome-shell chrome actors are all on the primary monitor anyway, so this works "perfectly", of course
2025-02-01 13:07:29 -05:00
Charles Gagnon
3d3802bbfe Update README.md 2025-02-01 09:24:58 -05:00
Charles Gagnon
fdd4ba5fe7 Fix panel hiding when hovering over it during delay
#2083
2025-01-31 16:37:56 -05:00
Charles Gagnon
63a440062e Use GioUnix.OutputStream 2025-01-31 14:42:37 -05:00
Charles Gagnon
099528ddb9 Fix theme.get_border_image() is null 2025-01-31 13:40:29 -05:00
Charles Gagnon
50f08add0b Fix lint errors 2025-01-31 12:40:50 -05:00
Charles Gagnon
9dfcbfc378 Fix gjs "Finalizing GtkCheckButton, but it still has children left" warning 2025-01-31 12:24:03 -05:00
Charles Gagnon
3ad50642d4 Move js files to src directory 2025-01-31 12:23:26 -05:00
Charles Gagnon
d04104ff8a Format code 2025-01-31 11:49:22 -05:00
Charles Gagnon
a0d831c25e Merge pull request #2170 from Hirnmoder/beautify
Beautify DTP
2025-01-31 09:12:19 -05:00
Hirnmoder
2feedbf236 Merge branch 'master' of https://github.com/home-sweet-gnome/dash-to-panel into beautify 2025-01-31 07:50:50 +01:00
Charles Gagnon
c3712b0954 Clear dummy app if icon is hidden 2025-01-30 17:11:32 -05:00
Charles Gagnon
5ccb84865a Keep icons color free if symbolic 2025-01-30 15:10:43 -05:00
Charles Gagnon
3f5c952664 Hide app details if Gnome Software is installed 2025-01-30 14:41:42 -05:00
Charles Gagnon
ac9c2b4b06 Add context menu to donation icon 2025-01-30 14:22:32 -05:00
Charles Gagnon
21bfe46e02 Update french translation 2025-01-30 11:31:28 -05:00
Charles Gagnon
e9d7c3b54a Reset target page when prefs dialog is already opened 2025-01-30 10:49:35 -05:00
Charles Gagnon
d8543cdf5f Simplify appicon-style assignment 2025-01-29 17:06:57 -05:00
Charles Gagnon
2dc7d1dc5b Add donation settings page 2025-01-29 16:56:08 -05:00
Charles Gagnon
68c3b0f37a Merge pull request #2230 from JimBroad/Add-GRAYSCALE-option-to-AppIcon-styles-in-panel
Add option in setting to change all icons on panel to grayscale...
2025-01-29 16:51:47 -05:00
JimBroad
2f280c0295 Focusing the desaturation effect on '_iconContainer' so not not to affect the indicator colors. They are configurable seperately and shouldn't be overidden. 2025-01-29 09:54:18 -04:00
Hirnmoder
bfbdca5e64 Beautify DTP
- Remove now unused GTK import
- Fix previously missed removal of function call to "_checkGtkVersion_cssVariables"
2025-01-27 19:24:19 +01:00
Hirnmoder
e64f3b437e Beautify DTP
- Remove dead/future code in order to re-add it when support for GTK variables arrives
- This fixes the "Ignoring length property that isn't a number" warnings
2025-01-27 19:21:12 +01:00
Hirnmoder
f1585fb3bc Merge branch 'master' of https://github.com/home-sweet-gnome/dash-to-panel into beautify 2025-01-27 07:14:00 +01:00
Charles Gagnon
4d61b95c83 Stop re-enabling ubuntu dock 2025-01-26 14:29:59 -05:00
Charles Gagnon
d851bd7687 Remove superfluous property 2025-01-23 13:32:44 -05:00
Hirnmoder
c3fc8fa4ee Beautify DTP
- Allow hover animation travel below 0%
- Allow hover animation zoom below 100%
- Hover highlighting independent of hover animation
- Custom color for hover highlighting
- Custom color for mouse down highlighting
- Icon background with rounded corners
- Customize margin for app icons towards screen border and desktop
2025-01-20 07:42:04 +01:00
Charles Gagnon
38da0cac97 Update overview workarea on monitor focus change
#2183
2025-01-20 07:40:12 +01:00
Charles Gagnon
63af1816d8 Hide preview menu container
#2183
2025-01-20 07:40:12 +01:00
Charles Gagnon
4958d928c1 Reset appicon container size cache on fullscreen exit
#2129
2025-01-20 07:40:12 +01:00
Delphin PETER
8b427693cf Update french translation 2025-01-20 07:40:12 +01:00