7b7c34a399
Adds the ability to create one or more zoom regions that show magnified or enhanced views of the desktop. The magnifier provides options for: * magnification factor, * four mouse tracking modes common to screen magnifiers, * positioning the magnified view in one of four screen location, or full screen, * crosshairs to accentuate the position of the mouse, * user preferences persistence via GConf (schemas in .../data/gnome-shell.schemas). * a DBus API to allow other processes to drive the magnifier as a service. https://bugzilla.gnome.org/show_bug.cgi?id=595507
38 lines
690 B
Makefile
38 lines
690 B
Makefile
jsuidir = $(pkgdatadir)/js/ui
|
|
|
|
dist_jsui_DATA = \
|
|
altTab.js \
|
|
appDisplay.js \
|
|
appFavorites.js \
|
|
boxpointer.js \
|
|
calendar.js \
|
|
chrome.js \
|
|
dash.js \
|
|
dnd.js \
|
|
docDisplay.js \
|
|
environment.js \
|
|
extensionSystem.js \
|
|
genericDisplay.js \
|
|
lightbox.js \
|
|
link.js \
|
|
lookingGlass.js \
|
|
main.js \
|
|
magnifier.js \
|
|
magnifierDBus.js \
|
|
messageTray.js \
|
|
notificationDaemon.js \
|
|
overview.js \
|
|
panel.js \
|
|
placeDisplay.js \
|
|
runDialog.js \
|
|
search.js \
|
|
shellDBus.js \
|
|
statusMenu.js \
|
|
telepathyClient.js \
|
|
tweener.js \
|
|
windowAttentionHandler.js \
|
|
windowManager.js \
|
|
workspacesView.js \
|
|
workspaceSwitcherPopup.js \
|
|
workspace.js
|