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-02-19Small correction to make strict compiler setup be happySergey Sharybin
2013-02-19Fix #34315: memory leak cancelling move to layer operator, after change to makeBrecht Van Lommel
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
2013-02-17Fix #34285: sculpt/paint radial control F key operators did not adjust brush ...Brecht Van Lommel
2013-02-17Another huge bunch of UI translation fixes, mostly reported by Leon Cheung, S...Bastien Montagne
2013-02-15revert own commit r54450, this works on X11 but not in Windows and caused bug...Campbell Barton
2013-02-14fix (for one case of...) [#33949] T_ALT_TRANSFORM conflicts with "emulate 3 b...Campbell Barton
2013-02-14add missing NULL checks - could cause crashes in rare cases.Campbell Barton
2013-02-12Small tweak in event debug printing:Ton Roosendaal
2013-02-12Fix #34126: report list memory leak when calling operator from python and theBrecht Van Lommel
2013-02-12fix for own commit r54482, PROP_DISTANCE was being checked for by radial cont...Campbell Barton
2013-02-11replace MEM_callocN with MEM_mallocN for events since their overwritten right...Campbell Barton
2013-02-11fix for weight gradient crashing on redo (wasn't possible to redo this initia...Campbell Barton
2013-02-11fix for modifier keys held before a window was activated being ignored.Campbell Barton
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-10Fix a few DPI / retina draw issues:Brecht Van Lommel
2013-02-09omit warning about startup.blend being missing when loading with '--factory-s...Campbell Barton
2013-02-07start blender maximized on X11 - finding screen limits taking window borders,...Campbell Barton
2013-02-02style cleanupCampbell Barton
2013-02-01code cleanup: make wmEvent's 'const' in interface code (reduces manual checki...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-30Add active region for operator execution.Campbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-25Bugfix #33989Ton Roosendaal
2013-01-22fix [#33841] Disabling and re-enabling live addon crashes blender (modal/draw...Campbell Barton
2013-01-22property change reporting now uses the context again, rather then checking a ...Campbell Barton
2013-01-22fix [#33836] issuing bpy.ops.render.render() in console crashes the programCampbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-20edited wmSubWindowScissorSet for readabilityJason Wilkins
2013-01-17My bad - commit today for "Continuous Grab" fix ignored the comment thatTon Roosendaal
2013-01-17Bug fix #33892Ton Roosendaal
2013-01-17fix airbrush + tablet pressure bug.Campbell Barton
2013-01-17Release Cycle:Thomas Dinges
2013-01-16fix for airbrush not using tablet pressure (any brush with BRUSH_SPACE disabl...Campbell Barton
2013-01-16draw the brush size with pressure applied (when the tablet is used), nice to ...Campbell Barton
2013-01-16don't check for mouse-movement if the double click event isn't on a mouse-but...Campbell Barton
2013-01-16move double click check into its own function.Campbell Barton
2013-01-16minor changes to ghostCampbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-12Mac HiDPI ("retina") handling:Ton Roosendaal
2013-01-10Bug fix 33732Ton Roosendaal
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-08Bugfix #33803Ton Roosendaal
2013-01-08style cleanupCampbell Barton
2013-01-06Trackpad: "pinch/stretch" zooming is non-inversed in default now.Ton Roosendaal
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin