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
2017-10-17WM: move gesture operator callbacks into own fileCampbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-17WM: immediate line-gesture activation on tweakCampbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-10-16WM: store modal operator last-propertiesCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-10-16Event System: Prevent mouse motion in click eventsCampbell Barton
2017-10-16Cleanup: simplify lasso reallocationCampbell Barton
2017-10-16Cleanup: rename gesture mode to is_activeCampbell Barton
2017-10-14Cleanup: use const for eventsCampbell Barton
2017-10-08Fix potential string buffer overruns.Bastien Montagne
2017-10-04Fix T42489 and T52936: Loading blend with minimized window results in crash o...Ray Molenkamp
2017-10-01Fix gradient tool crash with recent changesCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-18Fix T52800: fix UI flickering with Mesa on Linux.Brecht Van Lommel
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-25WM: initialize WM and deps before handling eventsCampbell Barton
2017-08-23Fix T52396: Crash loading template w/o config dirCampbell Barton
2017-08-23RNA: use string-join to simplify operator registerCampbell Barton
2017-08-12WM: load UI for new file, even when pref disabledCampbell Barton
2017-08-11RNA: Operators were excluded from struct mapCampbell Barton
2017-08-11WM: don't load preferences on 'File -> New'Campbell Barton
2017-08-10DPI: add back option to control line width, tweak default width.Brecht Van Lommel
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Fix T52278: 'Default' application template failsCampbell Barton
2017-07-29Property path generation fixesAleksandr Zinovev
2017-07-28WM: OP_IS_INVOKE was being incorrectly setCampbell Barton
2017-07-18Cleanup: use WM_event prefix for modal_tweak_exitCampbell Barton
2017-07-18WM: move WM_event_is_last_mousemove to the WM APICampbell Barton
2017-07-17Work around small DPI resulting in blurry fonts, clamping auto DPI to minimum...Brecht Van Lommel
2017-07-10Error in last commitCampbell Barton
2017-07-10Fix T51998: Anim player uses 100% CPUCampbell Barton
2017-07-08Fix build after previous commit.Brecht Van Lommel
2017-07-08Fix T51889: new file or load factory settings results in broken UI.Brecht Van Lommel
2017-07-03Fix T51889: broken UI after File > New without a userpref.blend.Brecht Van Lommel
2017-06-26Fix T51902: Severe problem with relocating linked libraries when using proxies.Bastien Montagne
2017-06-24Fix T50856: crash when minimizing window on AMD / Windows.Brecht Van Lommel
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-04-25WM: don't search for app-template when its emptyCampbell Barton
2017-04-20Fix T51248: user preferences window size not adapted to DPI.Brecht Van Lommel
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-01Cleanup: styleCampbell Barton
2017-03-31WM: Previous commit broke common-case loading new fileCampbell Barton
2017-03-31Keep current app-template when selecting 'New File'Campbell Barton
2017-03-30Redraw parent popup when the child popup is closedraa
2017-03-29Fix crash closing window in background modeCampbell Barton