gnome-shell/js/ui
Sebastian Keller 2250653673 calendar: Fix inclusion of zero-length events
Events with a date time (not just a date) where the end time is missing
or matching the start time were considered to not overlap the selected
interval if they were happening on the start time of the interval. This
was causing such zero-length events to be omitted from the calendar if
they were starting at 0:00.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2023>
2021-11-30 02:13:24 +00:00
..
components keyring: Fix incorrect reference to the label instead of string 2021-11-17 10:19:08 +00:00
status
accessDialog.js modalDialog: Consistently return correct boolean for open() in ModalDialogs 2021-11-17 10:24:47 +00:00
altTab.js
animation.js
appDisplay.js appDisplay: Remove unused animate() implementations 2021-11-17 10:31:42 +00:00
appFavorites.js
appMenu.js appMenu: Support launching on the non-default GPU 2021-08-16 21:28:22 +00:00
audioDeviceSelection.js
background.js
backgroundMenu.js
barLevel.js
boxpointer.js boxpointer: Fix positioning with non-widget sources 2021-09-01 20:22:58 +00:00
calendar.js calendar: Fix inclusion of zero-length events 2021-11-30 02:13:24 +00:00
checkBox.js
closeDialog.js
ctrlAltTab.js
dash.js
dateMenu.js dateMenu: Use intervals with non-inclusive ends for date ranges 2021-11-30 02:13:24 +00:00
dialog.js
dnd.js
edgeDragAction.js
endSessionDialog.js
environment.js environment: Require gnome-desktop 3.0 2021-11-11 16:20:39 -03:00
extensionDownloader.js cleanup: Replace non-standard ByteArray module 2021-09-01 14:49:30 +00:00
extensionSystem.js sessionMode: Drop allowExtensions property 2021-10-14 18:40:53 +00:00
focusCaretTracker.js
grabHelper.js
ibusCandidatePopup.js
iconGrid.js
inhibitShortcutsDialog.js
init.js init: Set console log domain 2021-09-01 14:55:47 +00:00
kbdA11yDialog.js cleanup: Remove empty leading/trailing lines in blocks 2020-11-16 18:04:23 +00:00
keyboard.js keyboard: Ensure chrome input region is updated after slide animation 2021-09-01 18:37:56 +02:00
layout.js layout: Removed unused method 2021-11-21 20:46:20 +00:00
lightbox.js Always assume GLSL is supported 2021-09-21 16:37:01 +02:00
locatePointer.js
lookingGlass.js
magnifier.js magnifier: Remove call to dropped Clutter::get_default_frame_rate() 2021-11-16 23:34:38 +00:00
main.js main: Warn when unsafe mode is toggled 2021-11-26 16:14:39 +00:00
messageList.js
messageTray.js
modalDialog.js
mpris.js
notificationDaemon.js notificationDaemon: Fix sound-file support 2021-10-06 17:39:01 +00:00
osdMonitorLabeler.js
osdWindow.js
overview.js
overviewControls.js
padOsd.js
pageIndicators.js
panel.js panel: Show warning indicator when unsafe-mode is on 2021-09-03 21:34:58 +00:00
panelMenu.js cleanup: Use optional chaining and ?? operator 2020-12-02 15:10:29 +00:00
pointerA11yTimeout.js
pointerWatcher.js
popupMenu.js popupMenu: Remove can_focus=True from Switch 2021-07-20 14:11:28 +02:00
remoteSearch.js
ripples.js
runDialog.js modalDialog: Consistently return correct boolean for open() in ModalDialogs 2021-11-17 10:24:47 +00:00
screenShield.js
screenshot.js screenshot: Unrestrict PickColor 2021-10-06 17:34:18 +00:00
scripting.js
search.js
searchController.js
sessionMode.js sessionMode: Drop allowExtensions property 2021-10-14 18:40:53 +00:00
shellDBus.js shellDBus: Restrict callers 2021-09-03 21:34:58 +00:00
shellEntry.js
shellMountOperation.js shellMountOperation: Remove unused volume monitor 2021-11-03 22:13:00 +00:00
slider.js
swipeTracker.js swipeTracker: Set up TouchSwipeGesture in the capture phase 2021-11-24 22:33:18 +00:00
switcherPopup.js
switchMonitor.js
unlockDialog.js unlockDialog: Properly reset auth prompt when showing it 2021-10-08 11:56:23 -04:00
userWidget.js
welcomeDialog.js modalDialog: Consistently return correct boolean for open() in ModalDialogs 2021-11-17 10:24:47 +00:00
windowAttentionHandler.js
windowManager.js windowManager: Set up unfullscreen/app-switch gestures in the capture phase 2021-11-24 22:33:18 +00:00
windowMenu.js windowMenu: Use consistent terminology 2021-08-18 00:43:12 +02:00
windowPreview.js
workspace.js
workspaceAnimation.js
workspacesView.js
workspaceSwitcherPopup.js
workspaceThumbnail.js
xdndHandler.js