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 (Expand)Author
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-11Various changes made in the process of working on the UI code:Brecht Van Lommel
2008-11-11Add MSVC90 project files - part 3. Extern and Intern projects are merged in p...Benoit Bolsee
2008-11-10Add MSVC90 project files - part 1.Benoit Bolsee
2008-10-31* remove unreferenced varNathan Letwory
2008-10-22Patch from Timothy BaldridgeNathan Letwory
2008-10-11Fix for bug #17793: the glFinish() call in ghost that was disabled in a previ...Brecht Van Lommel
2008-09-22Revert full screen, maximized and minimized code (rev 16543).Diego Borghetti
2008-09-15Small fix in GHOST X11 system.Diego Borghetti
2008-09-10Patch 17508: Blender Web Plugin - XEmbed. Enable XEmbed integration of blende...Benoit Bolsee
2008-09-06Revert a commit from 5 years ago that added a glFinish call before swapping o...Brecht Van Lommel
2008-07-22Bug fix for the bug fix. Wasn't closing the clipboard before returning. Thank...Ian Thompson
2008-07-22Bugfix: Pasting non-text data (or trying to retrieve non-text data from the c...Ian Thompson
2008-07-19Merged 15170:15635 from trunk (no conflicts or even merges)Ian Thompson
2008-06-24patch from skejoe for gcc 4.3 compatibilityCampbell Barton
2008-05-25Apply BGE patch 12799: Fix quad buffer stereo mode for WindowsBenoit Bolsee
2008-05-11protecting by #ifdef0 debug prints for ndofJean-Luc Peurière
2008-05-02remove a debug printJean-Luc Peurière
2008-05-02fix for #10080 copy/paste operations wereJean-Luc Peurière
2008-04-22use detectable autorepeat for X11,Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-22added stdio.h includes, gcc-4.3 is pickyCampbell Barton
2008-03-22NDOF support added to trunk from ndof branch.Jean-Luc Peurière
2008-03-21update to trunk r14199ndofJean-Luc Peurière
2008-03-20Fix for Crash on X11. Buffer was not the correct size. So strcpy would blow-up.Ricki Myers
2008-03-18Added null check to prevent crashing on paste.Campbell Barton
2008-03-14forgot return value in C-apiJean-Luc Peurière
2008-03-14resolved conflict state with HEAD r14096Jean-Luc Peurière
2008-03-13final (??) work on NDOF branchJean-Luc Peurière
2008-03-13oddly enough this printf was the only problem compiling blender with GCC 4.3Campbell Barton
2008-03-08Changed getClipbaord and putClipboard functions to be more ghost likeRicki Myers
2008-03-07Remove extraneous class qualifiers for gcc 4.2 / 4.3 on OSX.Stephen Swaney
2008-03-04change error in typingRicki Myers
2008-03-04Added Copy and Paste functions to GHOST.Ricki Myers
2008-02-05This is patch: [#8216] Make blender compile with gcc 4.3Kent Mein
2008-01-08* fix linking order for l00nixNathan Letwory
2008-01-08* tweak linking priorities - should help for GCC usersNathan Letwory
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2008-01-05* GHOST win32: make sure window gets repositioned to 0,0 when setting state t...Nathan Letwory
2008-01-05Use XInternAtom by default.Diego Borghetti
2008-01-04Add support for GHOST_kWindowState* to Linux.Diego Borghetti
2008-01-01* make sure desktop is redrawn when coming out of GHOST_kWindowStateFullScreenNathan Letwory
2008-01-01* silence more warningsNathan Letwory
2008-01-01* some cleanup of warningsNathan Letwory
2008-01-01* kill a warningNathan Letwory
2007-12-31I got confused screenToClient with clientToScreen.Diego Borghetti
2007-12-31Fix bad argument order to XTranslateCoordinates.Diego Borghetti
2007-12-31* make sure decoration is there when toggling away from GHOST_kWindowStateFul...Nathan Letwory
2007-12-31* also distinguish between maximised and fullscreen on GHOST win32.Nathan Letwory
2007-12-31* revert my change to windowmanager move/size handling.Nathan Letwory