Code Monkey home page Code Monkey logo

nimble's People

Stargazers

 avatar

Watchers

 avatar

Forkers

own2pwn

nimble's Issues

Remove the menubar so the view is similar to launchpad.

Looks like it's not going to be easy to hide the menubar if the app is agent (UIElement). The dock hides, however. Though I only need to hide the menubar if the user chooses the 'launchpad-like' background.

The menubar is ~21 pixels thick.

Manipulating spaces/desktops

Note: This is old and was written in December 2011. It's likely that it's not accurate anymore.

defaults read com.apple.spaces
This tells you the UUID of each additional space (not including the default desktop) and any rules for binding apps to a particular space.

defaults read com.apple.desktop
Almost too much (never get too much! :P ) information about each space.

http://code.google.com/p/undocumented-goodness/source/browse/trunk/CoreGraphics/CGSPrivate.h?spec=svn13&r=13
Some private stuff that could be used to changes spaces, e.g.:
CGSConnection connection = _CGSDefaultConnection();
CGSMoveWorkspaceWindowList(connection, &windowNumber, 1, newSpaceNumber);

class-dump -ing the Dock app gives some information about how spaces are managed etc. with stuff like:
WVSpace *currentSpace;
unsigned int currentWorkspace;
WVSpace *nextSpace; // Space on the right???
WVSpace *previousSpace; // Space on the left???
BOOL currentSpaceIsDashboard;
BOOL dashboardIsCurrent;

Adding sub-rings

Have a ring for the current app's windows/tabs.

For example:
A subring could display all open windows for an app.
From the app ring a gesture/interaction could open the current app's windows as a ring.
Or simply have it as a default ring. Where alt-1 (e.g.) brings up the current apps windows. So the user could alt-ring to the app then alt-1 to the window.

When the ring is brought forward, could blur the background like launchpad.

What if, when the ring appears, you can use a multitouch trackpad to determine where the mouse is around the circle (?).
http://stackoverflow.com/questions/3573276/know-the-position-of-the-finger-in-the-trackpad-under-mac-os-x

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.