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-11-27Merge w/ trunk: r52086-r52534 (As with last time, the game engine was not mer...soc-2012-swiss_cheeseJason Wilkins
2012-11-24disable GL_MULTISAMPLE_ARB by default on X11 (same as OSX cocoa)Campbell Barton
2012-10-07Merge w/ trunk: r50097-r51140 (also, I got ahead of myself and fixed a lot of...Jason Wilkins
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-09-20code cleanup: c++ - use empty() rather than size(), use prefix operators for ...Campbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-08-21"Pens Down" merge /w trunk r49015-r50064. Make clean patches for Google Summ...Jason Wilkins
2012-08-12style cleanupCampbell Barton
2012-08-11Some video mode improvements for OpenGL ES on LinuxAlexander Kuznetsov
2012-07-22style cleanupCampbell Barton
2012-07-18Merged w/ Trunk: r48664-r49014Jason Wilkins
2012-07-11patch [#30274] XIM improvement (non-latin support + connection recovery)Campbell Barton
2012-07-08code cleanup: quiet uninitialized memory use warning for X11 - harmless in th...Campbell Barton
2012-07-06Merged w/ Trunk: r48429-r48663Jason Wilkins
2012-07-01style cleanup: commentsCampbell Barton
2012-06-13Fix for Z-buffer on OpenGL ES 2.0 LinuxAlexander Kuznetsov
2012-05-31Adding support for OpenGL ES 2.0 on linux.Alexander Kuznetsov
2012-05-20removed "fake" glx tokens from GHOST_WindowX11.cppJason Wilkins
2012-05-19style cleanup: ghostCampbell Barton
2012-05-19style cleanup: ghost/x11Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-18XDND support now can be disabled using WITH_GHOST_XDND=OFF with CMake and WIT...Sergey Sharybin
2012-02-17Drag-n-drop support on LinuxSergey Sharybin
2011-12-30style edits for function declarationsCampbell Barton
2011-12-26Add a glClear() in GHOST/X11 between creating the GLX context andNicholas Bishop
2011-12-24Formatting edits <120 length linesCampbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20initial support for unicode keyboard input for ghost & blenders WM.Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-06-23GHOST Cocoa: move y origin top/bottom conversions out of windowmanager moduleBrecht Van Lommel
2011-05-28Disabling xinput wasn't done completely.Campbell Barton
2011-03-25dont return a system path if cmake's 'WITH_INSTALL_PORTABLE' is enabled. this...Campbell Barton
2011-03-25add cmake option to build without xinput (tablet support)Campbell Barton
2011-02-25doxygen: fixup and tag intern/ghost.Nathan Letwory
2011-02-08minor edits, no functional changes.Campbell Barton
2011-01-20Ghost:X11 Set the default max width and max height value.Diego Borghetti
2010-12-16SVN maintenance.Guillermo S. Romero
2010-12-01quit blender if the first X11 window fails to open.Campbell Barton
2010-06-15ifdef disable X11 mouse grab, it locks up the system for artists too often (w...Campbell Barton
2010-06-01Fixes [#21791] Toggle Fullscreen (Alt + F11) returns to non-maximized windowNathan Letwory
2010-02-12correct fsf addressCampbell Barton
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-21Continuous grab in X11 could give events to a different window if the mouse w...Campbell Barton
2010-01-19- AIX ifdef's so windows works, cant test but this seems the most used define...Campbell Barton
2010-01-11Request different OpenGL oversampling levels before giving up.Guillermo S. Romero
2010-01-10attemp to fix [#20610] GHOST_WindowX11.cpp:202: X11 glXChooseVisual() failed,...Campbell Barton
2010-01-08FSAA: was not disabled on X11 correctly.Brecht Van Lommel
2010-01-08Do not ask for AA if not supported.Guillermo S. Romero
2010-01-08Viewport AA for X11Campbell Barton