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-09-10Change window checks to desktop size instead of screen size.Nathan Letwory
2013-09-09Fix #36593: crash duplicating window on OS X in some situations. User dataBrecht Van Lommel
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-06-06style cleanupCampbell Barton
2013-06-04Fix #35624: rendering to a new window, then switching scene in the main window,Brecht Van Lommel
2013-06-01Bug fix, own collection while testingTon Roosendaal
2013-05-26Live resize on Windows. Based on Ton's patch for mac.Alexander Kuznetsov
2013-05-25Solving ancient Blender window sizing issue;Ton Roosendaal
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-12change defaults for window state on X11 (yet again), after further discussion.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-15revert own commit r54450, this works on X11 but not in Windows and caused bug...Campbell Barton
2013-02-11fix for modifier keys held before a window was activated being ignored.Campbell Barton
2013-02-07start blender maximized on X11 - finding screen limits taking window borders,...Campbell Barton
2013-01-31Add Xinerama support for GHOST_GetMainDisplayDimensions() so X11 works as it ...Campbell Barton
2013-01-31add ghost function getAllDisplayDimensions, GHOST_GetAllDisplayDimensionsCampbell Barton
2013-01-31start window non-maximized since this is more the `default` state for windows...Campbell Barton
2013-01-31fix/workaround [#34026] Blender starts with too large windowCampbell Barton
2013-01-22fix [#33836] issuing bpy.ops.render.render() in console crashes the programCampbell Barton
2013-01-16draw the brush size with pressure applied (when the tablet is used), nice to ...Campbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
2013-01-08Bugfix #33803Ton Roosendaal
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-13Bugfix - own collection.Ton Roosendaal
2012-12-13region overlap feature missed view3d grid-scale text, increase string size fo...Campbell Barton
2012-12-13style cleanup: changes from recent commitsCampbell Barton
2012-12-13Disable a bugfix I did - to prevent event timers to be used still.Ton Roosendaal
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-12style cleanupCampbell Barton
2012-11-11Four fixes (own collection)Ton Roosendaal
2012-11-11MultiSample feature: added provision that requires a restart in order to getTon Roosendaal
2012-11-11code cleanup:Campbell Barton
2012-11-10Added UI support to set OpenGL MultiSample.Ton Roosendaal
2012-11-01Bugfix #33038Ton Roosendaal
2012-10-26fix [#30087] operator_context is different for popup and submenu's *TODO, aft...Campbell Barton
2012-10-24add section on how to run scripts in blender for the API intro, found there w...Campbell Barton
2012-10-24fix for maximized startup blend preventing -p command line argument from work...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-07Fix file descriptor leak in BLI_file_ungzip_to_mem and small memleak in wm_wi...Sv. Lockal
2012-09-30style cleanupCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-08-24Code cleanup: remove some unused code.Brecht Van Lommel
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne