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
2014-10-08Ghost Context RefactorJason Wilkins
2014-08-12SpellingCampbell Barton
2014-07-24Code cleanup: ghost styleCampbell Barton
2014-03-06Fix X11 mouse cursor flickering briefly to the standard cursor when changing it.Brecht Van Lommel
2013-10-03Typo in variable name from previous commit, sorry.Sergey Sharybin
2013-10-03Fix crash starting game engine on linuxSergey Sharybin
2013-09-11take the decender into account when drawing console text.Campbell Barton
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-05-19revert (ifdef) r54745. which enbabled alpha in the GL buffer.Campbell Barton
2013-03-25code cleanup:Campbell Barton
2013-03-24Unix/X11 - use RGBA icon (netwm icon), rather then pixmap icon.Campbell Barton
2013-02-24fix for fullscreen on X11 (used by the BGE, not blender application),Campbell Barton
2013-02-22bge bugfix: [#18967] alpha value is never available in the color buffer by Ca...Dalai Felinto
2013-02-11move atoms into their own struct and make all names match the original atom n...Campbell Barton
2013-02-05Apparently my system here considers fullscreen window as maximizedSergey Sharybin
2013-01-31initializing maximized/fullscreen windows in x11 would start normal, then max...Campbell Barton
2013-01-30patch [#34039] Fix Alt key glitch on Unity desktopCampbell Barton
2013-01-24Put back minimum window sizes on 320x240.Ton Roosendaal
2013-01-23Fix compilation with WITH_X11_XINPUT=OFFSv. Lockal
2013-01-23fix for blender quitting in X11 if you start blender with a tablet, unplug it...Campbell Barton
2013-01-17fix for GHOST/X11 using uninitialized memory for the tablets active state. (p...Campbell Barton
2013-01-16Fix #33877: Pressure Sensitivity stop after opening User Preferences WindowSergey Sharybin
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-24disable GL_MULTISAMPLE_ARB by default on X11 (same as OSX cocoa)Campbell Barton
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-12style cleanupCampbell Barton
2012-07-22style cleanupCampbell Barton
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-01style cleanup: commentsCampbell Barton
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