Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
blocks that were previously missed; and b) greatly increase my ohloh stats!
2006-06-15* Added a better mouse pointer for the eyedropper tool (thanks Bart) and alsoMatt Ebb
some 2d scroll pointers
2006-02-23Moved to brush cursors hotspot to be at the tip of the brush.Campbell Barton
2006-01-30== interface ==Matt Ebb
Two new mouse cursors (paintbrush and text I-bar) made by basse (he even made the patch!), inspired by Bart's page. I also changed screenmain() ever so slightly, so that the standard cursor is always used when the mouse is over a window header.
2005-07-05cursors.c for blender's special cursors was half done.Martin Poirier
GetBlenderCursor was prototyped but never defined. I filled it in, might be useful at one point (and for some uncommited evil Py code of mine).
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
NOTE: BLI_winstuff.h was meant to be a wrapper around windows.h to handle undefining various crap that windows.h defines. Platform specific headers should only have to be included in a few places. This reduces the number of inclusions of BLI_winstuff.h to 16 which is a much more reasonable number (than the 144 or whatever it used to be)
2005-03-09big warning hunt commitJean-Luc Peurière
lot of casts, added prototypes, missing includes and some true errors
2004-05-04 - ugh, do not break open an abstract data type just to add one singleDaniel Dunbar
function, especially when you are introducing extra dependencies (GHOST) on files that should not have them.
2004-03-10Added Activator Code for a Loop select rotationJohnny Matthews
Rotation Current;y goes like this in editmode... alt-b : vertex loop select alt-b : face loop select alt-b : off I also removed the console output for changing to small cursor.
2004-03-08Initial commit for vertexloop select. I altered the version that is in ↵Johnny Matthews
tuhopuu to not take into consideration hidden verts. This commit: selection code, loop cursor and menu option for 3d header committed. Still to come will be activation code (perhaps shift-B rotation) after more discussion.
2003-12-26Commit of cursor framework. Cursors now defined in ↵Robert Wenzlaff
source/blender/src/cursors.c and source/blender/include/BIF_cursors.h. Allows large cursors on Win32 and X11. See cursors.c for documentatioin on how to use.