Commit Graph

270 Commits

Author SHA1 Message Date
Charles Gagnon
d04104ff8a Format code 2025-01-31 11:49:22 -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
3f5c952664 Hide app details if Gnome Software is installed 2025-01-30 14:41:42 -05:00
Charles Gagnon
d8543cdf5f Simplify appicon-style assignment 2025-01-29 17:06:57 -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
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
4958d928c1 Reset appicon container size cache on fullscreen exit
#2129
2025-01-20 07:40:12 +01:00
Charles Gagnon
55ec4d1d99 Reset appicon container size cache on fullscreen exit
#2129
2025-01-18 19:54:30 -05:00
JimBroad
e6e8d51f2c Add option in setting to change all icons on panel to grayscale... no need for custom icons. 2025-01-17 20:18:46 +00:00
Hirnmoder
2b6e93fbce Beautify DTP - Fix unintended implicit array to string conversion 2025-01-09 08:19:08 +01:00
Hirnmoder
49c461d263 Beautify DTP - Enable workaround for GTK < 4.16 even in newer versions of GTK due to restrictions for GNOME extensions 2024-12-27 16:21:52 +01:00
Hirnmoder
4d5dc1d624 Merge branch 'home-sweet-gnome:master' into beautify 2024-12-02 09:45:25 +01:00
Balló György
ef7678f94c Update command for Extensions app
The old command was removed from GNOME 47:
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3456
2024-11-24 22:47:25 +01:00
Hirnmoder
52bbc98709 Beautify DTP - Fix ugly icon animation when using ungroup applications option 2024-09-23 09:16:01 +02:00
Hirnmoder
28fe18ac16 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
2024-09-23 09:16:01 +02:00
Charles Gagnon
0d14d781dd Use new color namespace 2024-09-19 21:01:37 -04:00
Anduin Xue
cff045575e Update appIcons.js to fix an issue that context menu may crash 2024-07-06 10:40:26 +00:00
Charles Gagnon
e1666defe5 Simplify type check 2024-04-02 11:36:05 -04:00
Charles Gagnon
1c6c6a07d5 Merge pull request #2062 from City-busz/default-terminal
Read default terminal from settings
2024-04-02 11:14:51 -04:00
Charles Gagnon
5b175afda2 Merge pull request #2034 from max-dw-i/add-symbolic-icon-style
Add setting for changing app icon style to symbolic
2024-04-02 11:13:20 -04:00
Charles Gagnon
049a2010bf Merge pull request #1722 from T99Rots/master
fix for issue #1676 by adding checking for button 0
2024-04-01 20:14:28 -04:00
Balló György
640ac029ae Read default terminal from settings
This makes the terminal command configurable.
2024-03-25 12:54:36 +01:00
Philipp Unger
4c014b00b4 calculate shade inline for multiple window indicators 2024-02-26 17:58:31 +01:00
Maxim Shpak
cccbdcdaa2 Add setting for changing app icon style to symbolic 2024-02-17 18:09:44 +03:00
Philipp Unger
0b2f6d3a5d apply patch from @darkblaze69 2024-02-03 20:19:22 +01:00
xalt7x.service
fe1de1c0c9 appIcons: Add support for translating plural forms
Closes #1964
2023-10-13 07:29:36 +03:00
Huang Rui
29c788ab50 fix: correct a typo caused redeclaration of import Gio
- fix redeclaration of import Gio
2023-09-22 19:13:01 +08:00
Andy Holmes
0d779c6032 refactor: avoid using var 2023-09-21 23:10:07 -07:00
Andy Holmes
3c7eac5f23 refactor: use GLib.find_program_in_path()
Use the more efficient built-in for checking if a program is in
the PATH.
2023-09-21 23:07:50 -07:00
Andy Holmes
08bd792ae7 refactor: port away from Mainloop 2023-09-21 23:07:40 -07:00
Andy Holmes
b0114216a2 cleanup: remove extraneous semi-colons and tabs 2023-09-21 19:22:30 -07:00
Andy Holmes
c565aa514a refactor: derive from EventEmitter
Instead of using the legacy import and adding signal methods, just
derive from EventEmitter.
2023-09-21 19:22:30 -07:00
Andy Holmes
f68e860d43 refactor: remove unused imports 2023-09-21 19:22:28 -07:00
Andy Holmes
285c3862b1 fix: remove unused Gtk import 2023-09-21 19:22:25 -07:00
Andy Holmes
fd8022b49b refactor: replace export var with export const 2023-09-21 19:22:24 -07:00
Philipp Unger
70c640b957 replace Meta.Rectangle with Mtk.Rectangle 2023-09-07 01:08:12 +02:00
Philipp Unger
d4a2eb219f export missing variables 2023-08-20 02:15:20 +02:00
Philipp Unger
11b04333c1 use Extension.openPreferences 2023-08-19 15:31:03 +02:00
Philipp Unger
517d7d2e75 modify Signals import and use addSignalMethods again 2023-08-19 13:48:43 +02:00
Philipp Unger
03a0aee77c remove the remaining non ESM imports 2023-08-19 13:48:38 +02:00
Philipp Unger
3f8e5bfb95 export functions and classes from appIcons.js 2023-08-19 13:48:38 +02:00
Philipp Unger
6acd829e63 fix more translation imports 2023-08-19 13:48:38 +02:00
Philipp Unger
c9789f013c export path, uuid and use it 2023-08-19 13:48:38 +02:00
Philipp Unger
84159f5df9 use exported settings 2023-08-19 13:48:38 +02:00
Philipp Unger
3cec4d7135 comment Signals.addSignalMethods for now 2023-08-19 13:48:38 +02:00
Philipp Unger
1dbad460e4 revert Signals import back 2023-08-19 13:48:38 +02:00
Philipp Unger
2931452c1a fix gettext import 2023-08-19 13:48:38 +02:00