non port: deskutils/etoile-corner/Makefile |
SVNWeb
|
Number of commits found: 9 |
Sun, 10 Jun 2012
|
[ 16:10 dinoex ] (Only the first 10 of 63 ports in this commit are shown above. )
- mark DEPRECATED
- reset MAINTAINER
|
Thu, 21 Apr 2011
|
[ 04:19 dinoex ]
- fix build on i386
|
Mon, 7 Jun 2010
|
[ 02:40 dinoex ]
- fix package
|
Fri, 4 Jun 2010
|
[ 14:08 dinoex ] (Only the first 10 of 28 ports in this commit are shown above. )
LICENSE BSD
|
Sun, 30 May 2010
|
[ 12:28 dinoex ] (Only the first 10 of 371 ports in this commit are shown above. )
- drop USE_GNUSTEP_PREFIX
|
Sun, 5 Jul 2009
|
[ 10:37 dinoex ] (Only the first 10 of 23 ports in this commit are shown above. )
- cleanup ADDITIONAL_LIB_DIRS
|
Fri, 5 Jun 2009
|
[ 09:54 dinoex ]
- add direct dependency on X11
- fix buiuld for custom LOCALBASE
Reported by: QAT
|
Fri, 20 Mar 2009
|
[ 09:15 dinoex ] (Only the first 10 of 89 ports in this commit are shown above. )
- udpate to 0.4.1
|
Sat, 29 Nov 2008
|
[ 12:22 dinoex ]
Corner is a simple 'hot-corners' implementation. It instantiates a
CornerDelegate object and sends it messages of the form -enterTopLeft and
-exitTopLeftAfter: for each corner, where the exit message takes the number of
seconds the mouse spent in that corner as an argument.
The delegate simply ignores these messages by default. A category on this
object, however, can be provided. If you store a Smalltalk script in the
"CornerScript" default as a string object then this will be loaded
automatically and compiled. If this contains a category on CornerDelegate then
the Smalltalk implementation will be called instead. A trivial example might
log a message when the corner was entered was called:
$ defaults write Corner CornerScript \
"CornerDelegate extend [ enterTopLeft [ 'Script called' log. ] ]"
WWW: http://www.etoile-project.org/
|
Number of commits found: 9 |