Charles Gagnon
|
d04104ff8a
|
Format code
|
2025-01-31 11:49:22 -05: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
|
1759c2c804
|
Remove panel drag handler
|
2024-05-02 15:20:35 -04:00 |
|
Charles Gagnon
|
066ff3cf79
|
Restore statusarea items at original index
fixes #2079
|
2024-04-11 21:26:21 -04:00 |
|
Charles Gagnon
|
866fe80705
|
Fix quicksettings in vertical mode
#2030 #2075
|
2024-04-10 10:07:25 -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 |
|
Philipp Unger
|
0b2f6d3a5d
|
apply patch from @darkblaze69
|
2024-02-03 20:19:22 +01:00 |
|
Charles Gagnon
|
b9541861e9
|
45 review
|
2023-09-23 07:09:34 -04:00 |
|
Andy Holmes
|
0d779c6032
|
refactor: avoid using var
|
2023-09-21 23:10:07 -07:00 |
|
Andy Holmes
|
f68e860d43
|
refactor: remove unused imports
|
2023-09-21 19:22:28 -07:00 |
|
Andy Holmes
|
fd8022b49b
|
refactor: replace export var with export const
|
2023-09-21 19:22:24 -07:00 |
|
Philipp Unger
|
3fe3eddc00
|
fix scroll panel to change volume
|
2023-09-03 20:54:33 +02:00 |
|
Philipp Unger
|
6b2629a572
|
move away from event.get_source
|
2023-08-26 23:56:54 +02:00 |
|
Philipp Unger
|
817c8cbf81
|
remove option to show appmenu
appmenu has been removed with gnome 45
|
2023-08-20 23:33:03 +02:00 |
|
Philipp Unger
|
217816da8d
|
update ActivitiesButton access in panel
|
2023-08-20 19:44:09 +02:00 |
|
Philipp Unger
|
ef733f33f5
|
export panelBoxes and fix its import
|
2023-08-19 14:21:21 +02:00 |
|
Philipp Unger
|
e97e5b111a
|
fix quickSettings _volume being renamed to _volumeOutput
|
2023-08-19 14:01:26 +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
|
8cabdd4662
|
export classes from panelStyle.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
32021f825e
|
export classes in panel.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
|
56306fb76b
|
use exported persistent storage
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
84159f5df9
|
use exported settings
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
2931452c1a
|
fix gettext import
|
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
|
950c1aaa4b
|
fix imports with {}
|
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
|
eec673efc5
|
Ignore wayland DING when hiding workspace windows
#1868
|
2023-03-23 09:04:55 -04:00 |
|
Charles Gagnon
|
2724bcb5f5
|
So long, corners
|
2023-02-13 13:02:38 -05:00 |
|
Charles Gagnon
|
4fa658f5d9
|
Hide adw dialogs on desktop button hover
|
2023-02-12 22:59:38 -05:00 |
|
Charles Gagnon
|
814dad2b52
|
Remove call for quick settings in g-s 43
|
2022-09-13 10:38:00 -04:00 |
|
Charles Gagnon
|
fde081b2ab
|
Fix volume change on panel scroll gnome 43
fixes #1738
|
2022-08-30 21:48:18 -04:00 |
|
Charles Gagnon
|
0eed2861e3
|
Use new gnome-shell 43 system menu
|
2022-08-25 08:33:22 -04:00 |
|
T99Rots
|
269aa77f0e
|
fixed the show desktop button not responding to touch events mentioned in #1676 by @catscratchedme
|
2022-08-01 11:59:26 +02:00 |
|
Charles Gagnon
|
6813dd62a0
|
Adjust Desktop Icons NG
|
2022-04-24 09:48:57 -04:00 |
|
Charles Gagnon
|
3fab04a402
|
Always restore visibility on window opacity animation
fixes #1642
|
2022-04-23 15:42:35 -04:00 |
|
Charles Gagnon
|
feb1a0fdfe
|
Clear timeouts
|
2022-04-18 11:49:22 -04:00 |
|
Charles Gagnon
|
830a766106
|
Merge pull request #1617 from HaselLoyance/master
Toggle for notification counter badge
|
2022-04-15 14:30:05 -04:00 |
|
Charles Gagnon
|
498dc3cc98
|
Start removing legacy code
|
2022-04-13 22:29:57 -04:00 |
|
Charles Gagnon
|
ebeba208b5
|
Revert to fixed label size, but don't alter during alloc
Fix jumpy ungrouped app icons
|
2022-04-11 12:14:16 -04:00 |
|
Charles Gagnon
|
cc7c6f6916
|
Prevent the chrome to reveal panelbox in overview
|
2022-04-09 13:05:25 -04:00 |
|
Charles Gagnon
|
dab9820132
|
Rely on overview allocation, enough with the ghosts
|
2022-04-09 12:03:46 -04:00 |
|
HaselLoyance
|
8cb5db7c93
|
Toggle notification counter badge
|
2022-04-09 01:00:19 -05:00 |
|
Charles Gagnon
|
d37e213fab
|
Use panel size to define overview dash height
|
2022-04-08 22:54:55 -04:00 |
|
Charles Gagnon
|
e31e5ba558
|
Fix proximity actor alloc change
|
2022-04-07 08:19:03 -04:00 |
|
Charles Gagnon
|
aa14940705
|
Drop relayout as the cover pane now uses whole stage
|
2022-04-05 17:58:47 -04:00 |
|
Charles Gagnon
|
c9d2d6cfe3
|
Reset secondary vertical alloc on disable
|
2022-04-05 14:15:43 -04:00 |
|
Charles Gagnon
|
dd70324840
|
Drop imports.lang usage
|
2022-04-04 13:25:45 -04:00 |
|
Charles Gagnon
|
b4acf1dd1a
|
Quit entire application from context menu if possible
|
2022-04-03 22:20:48 -04:00 |
|