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
|
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
|
2dc7d1dc5b
|
Add donation settings page
|
2025-01-29 16:56:08 -05:00 |
|
Charles Gagnon
|
7553a5e854
|
Stop shaking
#2228
|
2025-01-20 07:40:12 +01:00 |
|
Charles Gagnon
|
e07038fcb8
|
Stop shaking
#2228
|
2025-01-16 23:34:53 -05:00 |
|
Hirnmoder
|
9c5374ad3a
|
Merge branch 'master' of https://github.com/home-sweet-gnome/dash-to-panel into beautify
|
2024-09-30 11:42:01 +02:00 |
|
奇异果
|
5d8f83d176
|
fix deprecated warning
fix hscroll.get_adjustment and vscroll.get_adjustment deprecated warning in system log every time scroll in panel
|
2024-09-27 04:34:13 +08: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
|
95755ff170
|
Fix g-s constants that are now private
fixes #2003
|
2024-04-09 20:18:03 -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 |
|
Philipp Unger
|
99812f26ea
|
replace deprecated St.ScrollView.vscroll
patch by @darkblaze69
|
2024-03-07 23:16:27 +01:00 |
|
Maxim Shpak
|
cccbdcdaa2
|
Add setting for changing app icon style to symbolic
|
2024-02-17 18:09:44 +03:00 |
|
Philipp Unger
|
83be1a776c
|
remove CloneContainerConstraint
|
2024-02-03 20:19:58 +01:00 |
|
Philipp Unger
|
0b2f6d3a5d
|
apply patch from @darkblaze69
|
2024-02-03 20:19:22 +01:00 |
|
Charles Gagnon
|
e9d8702d50
|
Fix missing argument
Fixes #1971
|
2023-10-16 12:25:28 -04:00 |
|
Andy Holmes
|
0d779c6032
|
refactor: avoid using var
|
2023-09-21 23:10:07 -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
|
93f1777878
|
fix: use St.PolicyType in the shell process
|
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
|
880156b953
|
fix getAppFromSource
|
2023-09-20 19:43:10 +02:00 |
|
Philipp Unger
|
c3db082e5b
|
use getAppFromSource from Dash again
|
2023-09-07 01:11:25 +02:00 |
|
Philipp Unger
|
a3fc2fd0de
|
use Clutter.ActorAlign instead of St.Align
|
2023-09-04 22:17:43 +02:00 |
|
Philipp Unger
|
c4c114d921
|
copy getAppFromSource into taskbar.js since it is not exported yet
|
2023-08-28 16:56:11 +02:00 |
|
Philipp Unger
|
0418059f61
|
use SearchController from Main.overview to fix show apps button
|
2023-08-20 20:22:15 +02:00 |
|
Philipp Unger
|
d4a2eb219f
|
export missing variables
|
2023-08-20 02:15:20 +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
|
59bc598566
|
export classes and functions from taskbar.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
39137bde15
|
fix SearchController import
|
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
|
bc60959709
|
move all imports to the top
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
9c12d7908c
|
migrate signals imports to new ESM format
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
b87ac15d66
|
migrate gi, ui and Me imports to new ESM format
|
2023-08-19 13:48:38 +02:00 |
|
Charles Gagnon
|
ed8a22dda2
|
Unredirect panel when intellihide is enabled
|
2023-02-10 07:10:04 -05:00 |
|
Charles Gagnon
|
f5a4273ca9
|
Adjust hotkeys when apps can be splitted
#1798
|
2022-11-16 09:19:23 -05:00 |
|
Charles Gagnon
|
c6cf180eb3
|
Fix grouped apps split
Fixes #1737
|
2022-08-27 08:38:11 -04:00 |
|
Charles Gagnon
|
421dbb825a
|
Fix show running apps
|
2022-04-22 08:58:27 -04:00 |
|
Charles Gagnon
|
2b30561a44
|
Fix proximity detection with DING wayland window
|
2022-04-19 09:31:37 -04:00 |
|
Charles Gagnon
|
feb1a0fdfe
|
Clear timeouts
|
2022-04-18 11:49:22 -04:00 |
|
Charles Gagnon
|
68b2be37fc
|
Fix right click headerbar toggles overview on 41.5
fixes #1629
|
2022-04-16 22:49:58 -04:00 |
|
Charles Gagnon
|
498dc3cc98
|
Start removing legacy code
|
2022-04-13 22:29:57 -04:00 |
|