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
2015-09-23Fix T46202: OS X (and Windows?) crash when going fullscreen.Brecht Van Lommel
2015-09-22Reporting was done before before addons were loadedCampbell Barton
2015-09-14Fix T45699: BGE auto-run exits immediatelyCampbell Barton
2015-09-08typo in last commitCampbell Barton
2015-09-08Fix T45771: Walk mode fails on OSXCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-11Add WM_event_add/remove_timer_notifier() helpers.Bastien Montagne
2015-07-16Fix T45456: Error's in splash don't restore cursorCampbell Barton
2015-07-14Cleanup: headers (wm)Campbell Barton
2015-07-02Make OpenGL debug contexts a flag --debug-gpu instead of a compile timeAntony Riakiotakis
2015-06-08WM: refactor window code for stereo3dCampbell Barton
2015-06-08Remove redundant NULL checkCampbell Barton
2015-06-01Cleanup: doxygen commentsCampbell Barton
2015-05-28WM: remove windows if they fail to initializeCampbell Barton
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-07Various Sticky fixes (tm)Julian Eisel
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-05Stickies: Don't send extra event on KM_CLICKJulian Eisel
2015-04-04WM: prefer define over zero wmEvent.valCampbell Barton
2015-04-03Sticky Keys backendJulian Eisel
2015-03-11Cleanup: indentationCampbell Barton
2015-03-06Fix broken "force setting multisamples only once", introduced in b5b359b48f7fJens Verwiebe
2015-02-25Warning messagebox for windows when an unsupported implementation ofAntony Riakiotakis
2014-12-14IME fix: Quit two assert failuresSeverin
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-10-08Ghost Context RefactorJason Wilkins
2014-09-30Support for "virtual pixelsize" on 4k screens.Lukas Tönne
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-06-17Fix T40639: operators ignore win.cursor_warp()Campbell Barton
2014-06-02Disable key-modifier detection when activating windowsCampbell Barton
2014-05-26Workaround T40317: Ghost/Win32 keys sticking for new windowsCampbell Barton
2014-05-20Fix T34255: Modifier keys ignored when activating windowsCampbell Barton
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (windowmanager)Campbell Barton
2014-04-21OSX: always create a window in normal state, not fullscreen or iconized …Jens Verwiebe
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-13Typos in last commit, sorryJens Verwiebe
2014-03-13GHOST: cover now both win and osx case for T39153Jens Verwiebe
2014-03-13OSX/GHOST: fix T39153, pls check on win minimized window loadJens Verwiebe
2014-02-28Fix T38876: hide area split widget in lower left of widget on OS X.Brecht Van Lommel
2014-02-26Fix T36652: .blend file with minimized window not loading correctly on Windows.Brecht Van Lommel
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-11-05OSX: complety remove the cocoa options, definitions and conditionals nowJens Verwiebe