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
2012-12-02fix GhostSDL displaying text in multiple views.Campbell Barton
2012-12-02Silent some warnings (the one in bmesh_operator.c was even preventing build i...Bastien Montagne
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-24disable GL_MULTISAMPLE_ARB by default on X11 (same as OSX cocoa)Campbell Barton
2012-11-22Tweak macbook trackpad version check, now assumes to be there for version >= 10.Brecht Van Lommel
2012-11-22Fix #33185 correct now, forgot stringlength incrasedJens Verwiebe
2012-11-22Fix #33185 by taking new sysctl hw.model into accontJens Verwiebe
2012-11-21Fix for #33250: animation player shortcut keys not working on OS X.Brecht Van Lommel
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-12enable multi-sampling on x11Campbell Barton
2012-11-10OSX/ndof: rollback 52072, test showed we need individually weak functions ->...Jens Verwiebe
2012-11-10OSX/cmake: little cleanup in ghostJens Verwiebe
2012-11-10OSX/ndof: test link whole framework weak rather than single functions to fix ...Jens Verwiebe
2012-11-07OSX: some more version target cleanups and correctionsJens Verwiebe
2012-11-06quick hack to allow 10.8 to build again, will wait Jens for real fixDalai Felinto
2012-11-06OSX: substitute all MAC_OS_X_VERSION defines with MAC_OS_X_VERSION_MIN_REQUIR...Jens Verwiebe
2012-11-04Possible bugfix 32474Ton Roosendaal
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-28style cleanupCampbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-17Missing semicolons in intern/ghost/intern/GHOST_WindowCocoa.mmJason Wilkins
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-09-20style cleanupCampbell Barton
2012-09-20style cleanupCampbell Barton
2012-09-20code cleanup: c++ - use empty() rather than size(), use prefix operators for ...Campbell Barton
2012-09-18code cleanup: warningsCampbell Barton
2012-09-18code cleanup: warning and styleCampbell Barton
2012-09-15syntax error in previous commitCampbell Barton
2012-09-15code cleanup: quiet some windows warnings.Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-06style cleanup: indentationCampbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-09-04fix for building without python, also rework python-main-loop control in the ...Campbell Barton
2012-09-03Fix #32046: GHOST_DropTargetWin32 memory leak, patch by Matt D.Brecht Van Lommel
2012-08-28missing linebreak when multithreaded gl meesage is printed to logJens Verwiebe
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08patch [#32282] Fix segfault on exit in IM shutdown.Campbell Barton
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-08-01quiet spacenav output on linux for regular builds, ifdef signed int for msvc ...Campbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-22Removed nested comment, which causes compiler errors.Lukas Toenne
2012-07-22style cleanupCampbell Barton
2012-07-12OSX: make the progressbar in dock a gradient, to give it a more matching 3D a...Jens Verwiebe