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-12enable multi-sampling on x11Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.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-08-08patch [#32282] Fix segfault on exit in IM shutdown.Campbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-22style cleanupCampbell Barton
2012-07-11patch [#30274] XIM improvement (non-latin support + connection recovery)Campbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-05-19style cleanup: ghost/x11Campbell Barton
2012-05-06code cleanup: add getCursorGrabModeIsWarp(), makes the intent more clear wher...Campbell Barton
2012-05-06disable warping for tablet events (X11 only), added TODO's for OSX and win32.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
2012-01-19allow building without xinput againCampbell Barton
2012-01-18Fix #25581: No pressure sensitivity in sculpt modeSergey Sharybin
2012-01-11patch [#29853] UTF-8 copy&paste for X11 GHOSTCampbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-12-24Formatting edits <120 length linesCampbell Barton
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-09-21remove support for irixCampbell Barton
2011-08-07stricter WITH_INPUT_NDOF guards, general cleanupMike Erwin
2011-08-02NDOF related editsCampbell Barton
2011-07-22Fix compile error due to faulty merge.Nathan Letwory
2011-07-21svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-19consistent Starting/InProgress/Finishing ndof events with dead-zone filteringMike Erwin
2011-07-19patch: [#27783] "Problem with clock" at 18:39:00 by Daniel Dionne (mrzeon)Dalai Felinto
2011-07-13make X11's getModifierKeys more compact and don't run XKeysymToKeycode 8 time...Campbell Barton
2011-07-12correction to cursor enum and make GHOST_SystemX11's convertXKey into a stati...Campbell Barton
2011-07-05Patch #27829: fix X11 compile problem due to missing XF86XK_AudioForward defineBrecht Van Lommel
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-28Disabling xinput wasn't done completely.Campbell Barton
2011-05-09fixed scrolling lists with the mousewheel for some X11 windowmanagers.M.G. Kishalmi
2011-05-03change ghost/x11 toggleConsole to use dummy function in the header.Campbell Barton
2011-05-02x11 builds again.Campbell Barton
2011-03-25dont return a system path if cmake's 'WITH_INSTALL_PORTABLE' is enabled. this...Campbell Barton
2011-02-25doxygen: fixup and tag intern/ghost.Nathan Letwory
2011-02-19Add media keys for XFree86/Xorg based X11.Guillermo S. Romero
2011-01-05ToDo: long outstanding patch to allow access to system paths in background modeAndrea Weikert
2010-11-02throw an error is PREFIX isnt defined on X11 systems. defaults to /usr/localCampbell Barton
2010-10-05rename Command key to OSKey, Window manager already called it the OSKey but i...Campbell Barton
2010-09-16Partial fix (Linux) [#21395] Command key for keyboard mapping not functionalNathan Letwory
2010-07-16Rather then hard coded /usr/share, use CMAKE_INSTALL_PREFIX to set the PREFIX...Campbell Barton
2010-07-11installation paths:Andrea Weikert
2010-07-05Patch [#22339] File/installation paths changesAndrea Weikert