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
path: root/intern
AgeCommit message (Expand)Author
2003-01-28Modified MSVC intern projectfiles - XCOPY doesn't need the /E option.Simon Clitherow
2003-01-28Fixed constructor of wheel event.Maarten Gribnau
2003-01-28Added GHOST_WheelEvent.hMaarten Gribnau
2003-01-28Added mouse wheel support for windows.Maarten Gribnau
2003-01-26- files are now compiled in a different location. So the include pathFrank van Beek
2003-01-26Get the Blender module back using the traditional makefiles, otherWouter van Heyst
2003-01-24Fixed up the code so it compiles. (Basically added one more arg toKent Mein
2003-01-24fixed 3 warnings...Kent Mein
2003-01-24Fixed doxygen so it would run again for ghost....Kent Mein
2003-01-24First light of mouse wheel support.Maarten Gribnau
2003-01-21This commit may need to be reversed, for some of the older compilers butKent Mein
2003-01-15fixed the missing copy of the header fileMaarten Gribnau
2003-01-12Hello,Francis Laurence
2003-01-06Removed references to modules that do not exist. The python interface isMichel Selten
2003-01-06on Mac OS X run ranlib on libfrozen.a after creating itStefan Gartner
2003-01-05cpifdiff.sh died with an error when $(LCGDIR)/$(LIBNAME)/include/blenkey.hStefan Gartner
2003-01-04- replaced #elif with more correct version:Frank van Beek
2003-01-04libfrozen will be built only once until one of the python files is changed.Michel Selten
2003-01-04- on windows alcGetError() has no arguments. On other platforms it does.Frank van Beek
2003-01-04- when compiling on windows, override CC=gcc with CC=..../cl_wrapper.plFrank van Beek
2003-01-04Workaround for the header file copying dependency hellHans Lambermont
2003-01-03Added the following prototype to get rid of another warning:Kent Mein
2003-01-03Two small updates to fix warnings.Kent Mein
2003-01-02Added fix for invisible size widget on OSX.Maarten Gribnau
2003-01-02Added mouse down event when window was activated byMaarten Gribnau
2003-01-02Fix for lots of window size events during window dragMaarten Gribnau
2003-01-02Enabled event printer in debug target to trace event handling in ghost.Maarten Gribnau
2003-01-02Removed injust assertion failure when clicking on the menu bar. Debug target ...Maarten Gribnau
2003-01-01Added test for events pending for windows already disposed. These events are ...Maarten Gribnau
2003-01-01Removed unused vars.Maarten Gribnau
2003-01-01Fixed ghost full-screen problemMaarten Gribnau
2003-01-01Fixed some documentation errorsMaarten Gribnau
2003-01-01Finished cleaning up the ik directory removing unused files.Kent Mein
2003-01-01I added the two patches Chris and I pointed too back in Nov.Kent Mein
2003-01-01A kludge to use the right compiler while freezingChris Want
2002-12-30removed second CVS id tags, cleaned up new linesMaarten Gribnau
2002-12-30small correction to temporary and output directoryMaarten Gribnau
2002-12-29While building with gcc on Irix one is confronted by the message:Chris Want
2002-12-29Replaced old doxygen config file with two new ones:Maarten Gribnau
2002-12-29Removed those extra CVS tag lines in the header files of ghost (now I know whatMaarten Gribnau
2002-12-28Reverted changes to bsp code so that the code will compileChris Want
2002-12-28Reverting change to decimation to fix compatibility withChris Want
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-12-26WooHoo me again ;)Kent Mein
2002-12-26Sorry, Kent the indexing changes to this file turn out to be brokenChris Want
2002-12-25Some changes made to the bsp code in early NovemberChris Want
2002-12-23Removed fixed path for Python excutable.Maarten Gribnau
2002-12-20Shrunk the hack so it didn't get used in newer versions of OpenAL whichKent Mein
2002-12-20Back at it ;)Kent Mein
2002-12-19-static void SleepTillEvent(Display *display, GHOST_TUns64 maxSleep) {Kent Mein