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
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-13Cleanup: use const argsCampbell Barton
2018-11-07Fix redraws from non-existing scrollbarsCampbell Barton
2018-10-22UI: move scrollbars inside region tabsCampbell Barton
2018-07-11UI: don't change scrollbar size on mouse move, only fade.Brecht Van Lommel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-07UI: Hide & shrink scroll-bars based on cursor positionJulian Eisel
2018-05-07UI: Draw scroll-bars overlapping with editor contentJulian Eisel
2018-04-26Reduce size of scrollbars that don't contain scale markingsJulian Eisel
2017-10-23VSE: draw grid lines at every secondCampbell Barton
2017-08-29View2D: function to get view to region matrixCampbell Barton
2015-10-16Cleanup: use bools for v2d, minor ws editsCampbell Barton
2015-05-15Zoom to frame options, requested by the Hwoozeberry (dutch translation)Antony Riakiotakis
2015-04-13New operator for action and graph editor that centers around currentAntony Riakiotakis
2014-10-28Markers: show the area that handles marker eventsCampbell Barton
2014-10-28Cleanup: use SELECT flagCampbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-17Viewport Text Drawing: replace single allocs with a memarenaCampbell Barton
2014-03-16Code cleanup: naming conventionsCampbell Barton
2014-02-22Fix T38348: Panel remains scrolled when switching tabsCampbell Barton
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-20Correction for recent commit clearing font cacheCampbell Barton
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-08-27Mask primitivesSergey Sharybin
2013-06-05fix [#35613] Dopesheet, Graph Editor Trouble Selecting ChannelsCampbell Barton
2013-05-15Fix part of #35372: distorted strokes when painting zoomed out with a small b...Brecht Van Lommel
2013-03-22correct enums which were in fact variables defined in headers.Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2012-12-26Region scrollbar fix!Ton Roosendaal
2012-12-14use UI_view2d_getscale() to get the scale for image cursor drawing and ED_mas...Campbell Barton
2012-12-14correct scrollbars not working properly with DPI in the console/info view.Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-12smooth-view for 2d views, graph editor, sequencer, node view, works with bord...Campbell Barton
2012-07-12- add a temp var for edge scanfill (fits in 4 bytes alignment - won't increas...Campbell Barton
2012-06-28Basic snapping in node transform operator.Lukas Toenne
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-21doxygen: editor entryNathan Letwory
2010-12-072D text drawingCampbell Barton