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
2013-07-19code cleanup: pass event by pointer to getClipboard_xcoutCampbell Barton
2013-02-24fix for fullscreen on X11 (used by the BGE, not blender application),Campbell Barton
2013-02-11move atoms into their own struct and make all names match the original atom n...Campbell Barton
2013-02-11patch [#31636] no pressure with Genius Mousepen i608X tabletCampbell Barton
2013-01-31add ghost function getAllDisplayDimensions, GHOST_GetAllDisplayDimensionsCampbell Barton
2013-01-23fix for blender quitting in X11 if you start blender with a tablet, unplug it...Campbell Barton
2013-01-16Fix #33877: Pressure Sensitivity stop after opening User Preferences WindowSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-18code cleanup: warningsCampbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-07-11patch [#30274] XIM improvement (non-latin support + connection recovery)Campbell 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-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17Drag-n-drop support on LinuxSergey Sharybin
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell 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-07-21svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-12correction to cursor enum and make GHOST_SystemX11's convertXKey into a stati...Campbell Barton
2011-07-02implemented ndof 'dead zone' around home position, fixed X11 active window de...Mike Erwin
2011-06-11SpaceNav works on LinuxMike Erwin
2011-05-03change ghost/x11 toggleConsole to use dummy function in the header.Campbell Barton
2011-05-02x11 builds again.Campbell Barton
2011-02-25doxygen: fixup and tag intern/ghost.Nathan Letwory
2011-01-05ToDo: long outstanding patch to allow access to system paths in background modeAndrea Weikert
2010-07-05Add missing ";".Guillermo S. Romero
2010-07-05Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-04-11Cocoa fix [#21866] : force mouse move event to be sent upon cursor position s...Damien Plisson
2010-02-27System dependent standard directory retrieval functions update : return const...Damien Plisson
2010-02-16System dependant functions (skeletons) to retrieve user and system base dirs.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-01-06OpenGL Anti-aliasing implementation for blender windowsDamien Plisson
2009-11-24Fix for continuous grab on X11.Martin Poirier
2009-08-05fix for ghost memory leaksCampbell Barton
2009-08-02svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22099:22130Campbell Barton
2009-08-01sizeof() was being used incorrectly to clear X11 m_keyboard_vector, would onl...Campbell Barton
2009-05-18Commit revision 20062 and 20109 from trunk, also fix a small memoryDiego Borghetti
2009-05-04BugFix [#18597] Blender's text editor cant paste from SciTE in linuxDiego Borghetti
2009-03-012.5: Text Editor back.Brecht Van Lommel
2008-11-13Merge of trunk into blender 2.5: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-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-14resolved conflict state with HEAD r14096Jean-Luc Peurière
2008-03-04Added Copy and Paste functions to GHOST.Ricki Myers