Main > Free Download Search >

cursor hider 1.5.2.6

cursor hider 1.5.2.6

Sponsored Links
Sponsored Links

cursor hider 1.5.2.6

No.
Title
Category
Price
License
Expand All
1
Desktop-Environment -> Window-Managers
GPL GNU General Public License
Hide show
Multi-Cursor Window Manager is a modified Unix window manager which provides multiple cursors. This allows multiple users to simultaneously interact with a Unix desktop environment.

Using a modified x2x client users can capture the keyboard and mouse input from their workstation and send to their personal cursor on a shared computer display. Multiple cursors are distinguished by different colors, and users can simultaneously interact with separate windows.

There are 7 uniquely colored cursors available. The current multi-cursor window manager is based on a modified version of IceWM 1.2.13

The multi-cursor window manager works by time-slicing the system cursor to provide the appearance of multiple independent cursors.

Compiling the Software:

To compile Ice Window Manager:

>cd icewm
>./configure --without-imlib
>make
>make install

Note: there is a preferences file in the icewm directory ("icewm/preferences"). Move this file to the installation preferences directory. It has some default choices that work well for multi-user interaction. Also, use the "nice" theme in IceWM.

To compile the x2x client:

>cd x2x-mp
>xmkmf
>make
2
Multimedia -> Graphics
GPL GNU General Public License
Hide show
GIMP cursor brushes project is a set of (50) brushes for use in the GIMP, created from assorted cursors. Cursor brushes continues my contribution to my image editor of choice, the GIMP.

Seems basic things like cursors (most used for help-style pages) are often lacking.
I find lots of fancy, useless stuff -- much of it of real artistic merit -- but, as I said, impractical.

I blew the weekend making these brushes. Granted much consists of "prior art", but there was a good deal of editing involved. I even made the "Cursor Mouse" from scratch.

Use them for anything youd like. If you redistribute them, please include this file.

I post these, and perhaps make updates, at gimphelp.org. All the items will also be included (in png format) at wpclipart.com, the Public Domain clipart site.

3
Multimedia -> Graphics
BSD License
Hide show
GIMP arrow and cursor brushes project consists of 17 sets of arrows and three cursors (a total of 72 brushes) to put in your GIMP brushes folder.

Arrow brushes is my small payback for using the great GIMP program.

I had a hard time (actually impossible) finding any arrow brushes for the GIMP.
But .gbr files are easy to make, so I spent two days of my life making these arrows
(and a few "cursors") as my modest contribution.

Use them for anything youd like. If you redistribute them, please include this file.

I post these, and perhaps make updates, at gimphelp.org. All the items will also be included (in png format) at wpclipart.com, the Public Domain clipart site.

4
Text-Editing
GPL GNU General Public License
Hide show
Versatile Cursors for GNUemacs is a set of emacs commands managing an "item" cursor (e.g. a word, expression, sentence, or defun).

Versatile Cursors for GNUemacs quickly re-assigns the cursor keys between these as needed. Built on this are high-level actions such as converting code blocks to separate functions.

This provides elegant and concise editing, and is pedal- and voice-friendly.

Here are some key features of "Versatile Cursors for GNUemacs":

· A block (or region) cursor, with motion and text selection by semantically significant units e.g. statements, statement parts, sentences, phrases, table rows and cells
· Editing in terms of these (e.g. ``Make the selected code conditional or ``Delete the selected text)
· Easy access to these through flexible, dynamic, rebinding of the arrow keys and others, with easy ways to navigate the space of possible navigation spaces
· High-level editing operations such as:
· Converting an expression to a local variable initialized to that value
· Converting a block of code to a procedure/function, working out automatically what parameters are required
· Means to access these (and other) navigation and editing commands through a narrow-channel interface such as footswitches (suitable for disability access, including RSI)
· Voice access setup for use with emacs-vr-mode

Whats New in This Release:

· Mostly bug fixes, including a long-standing one for the mode changing wrongly on coming out of the minibuffer.

5
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
Optimoz Tweaks automatically performs actions based on the cursor.

Automatically shows the sidebar when the mouse cursor touches the left window border, and closes it when the cursor is over the web page again.

6
Desktop-Environment -> Icons
GPL GNU General Public License
Hide show
Chaninja Style subzero icons and cursor now for your GNOME desktop.

7
Desktop-Environment -> Cursors
GPL GNU General Public License
Hide show
Polar provides a smooth and simple cursor set created primarily in Inkscape.

Polar Cursor Theme is a smooth and simple cursor set created primarily in Inkscape.

Installation

There are three cursor sets included in this package. The default with the orange busy cursors is called PolarCursorTheme and the blue and green variants have -Blue and -Green added to the end of their theme name. To make sure that all themes are installed (or only the one you want) extract to /.icons/ in your home folder.

Note
KDE users please note that installing the cursors through the control center can cause some cursors to use the default X cursors. To fix this simply extract the theme directly to /.icons/ in your home folder.

Finally a special thanks to all the authors of various cursor themes here on gnome-look.org for ideas.

Whats New in This Release:

· Added Zoom cursors
· Fixes to cursor mappings
· Highlight added to clean up outlines
· Added Blue and Green busy cursors as an option
· Changed move cursor
· Small changes to other cursors

8
Desktop-Environment -> Tools
GPL GNU General Public License
Hide show
Gnome-Themer is a program for select Icon, GTK-2, Metacity (and now) cursor and GTK-1 themes and wallpapers and splash screens from one place.

9
Desktop-Environment -> Cursors
GPL GNU General Public License
Hide show
XCurs is a program used for editing XCursor formatted XFree86 mouse cursors. This type of format became available as a result of Keith Packards work on XFree86 v4.3.

Whats So Important about xcursor?

xcursor contains a) Alpha Info, b) ~16 million colors c) animation of cursor, none of which were available in prior cursor incarnation (bitmap cursor format, which had transparency, but not colored one and only 2 colors which were not quite easily changeable.)

Here are some key features of "xcurs":

· loading (from RGBA capable files)
· saving (no symlinked cursors will be saved) (into XCursor format)
· xhot/yhot/delay management
· removing of single image
· adding of single image

10
Games -> Arcade
GPL GNU General Public License
Hide show
XKobo project is a fastpaced multiway scrolling shoot-em-up. Its simple but clever and very addictive.

Xkobo is a single player action game. Playing it is quite simple. Your object is to destroy all the fortresses.

You can control your ship by pressing the cursor keys (or moving the mouse cursor), and shot beams by pressing the SHIFT key (or the left mouse button). The game can be paused by pressing s (or the right mouse button).

11
Programming -> Compilers
GPL GNU General Public License
Hide show
IsForth is a direct threaded Linux-only x86 Forth implementation coded in pure assembly using NASM macros to create forth high-level definitions.

All I/O is done with syscalls. IsForth is almost a complete replacement for both libc and libncurses.

To use the debugger say debug xyzzy and from within the debugger..

Space - single steps
Enter - enters into words that nest
Escape - exits debugger
Cursor - move cursor within current definition
h - run to cursor location
H - auto step to current location

While auto stepping + and - change the step speed

Whats New in This Release:

· The finishing touches were put on the keyboard handling for special keys.

12
Desktop-Environment -> Cursors
GPL GNU General Public License
Hide show
Smooth Icons is a mouse cursor theme.

This is my first upload for awhile so here we go. Its not going to be ready to package yet for quite awhile this is only a days work.

Whats New in This Release:

· redid alot of icons
· added actions(magnify, find)

13
System -> Monitoring
GPL GNU General Public License
Hide show
X11 Disk Activity Feedback shows disk activity by animating the X11 cursor.

It provides a visual feedback of local disk activity by changing the default X11 mouse pointer to an animated wheel.

Installation:

Untar and change into the new directory and:

# xmkmf
# make
# make install

14
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
Mozile is an extension which provides a WYSIWYG editing of XHTML and XML+CSS.

Requirements:

· Firefox: 2.0 – 2.0.0.*

Use at your own risk! Refer to the Mozile web site for other Mozile versions and projects.

If you uninstall and the cursor is left on you can use F7 to toggle the cursor off.

I too had problems with the Bookmarks sidebar when I upgraded to Firefox 2.0, although I am not sure the problem is due to Mozile. Once it corrected itself (not sure how!) it has been working fine ever since.

15
Text-Editing
Eclipse Public License
Hide show
EasyEclipse Expert Java is bare-bones Eclipse distro for experienced Java developers who are new to Eclipse.

EasyEclipse Expert Edition is all you need to start developing Java code with Eclipse.

This distribution includes the following plugins:

Core components with a JDK:

· Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
· Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
· Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
· Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)

Tools for general Java development:

· Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.

Some essential utilities:

· AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
· Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
· Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.

Version Control tools (note that CVS support is included in the Eclipse Platform):

· Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.